summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
Diffstat (limited to 'nova')
-rw-r--r--nova/api/openstack/extensions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/api/openstack/extensions.py b/nova/api/openstack/extensions.py
index e2f833d57..b9b7f998d 100644
--- a/nova/api/openstack/extensions.py
+++ b/nova/api/openstack/extensions.py
@@ -324,8 +324,8 @@ class ExtensionManager(object):
if not new_ext_class:
LOG.warn(_('Did not find expected name '
'"%(ext_name)" in %(file)s'),
- { 'ext_name': ext_name,
- 'file': ext_path })
+ {'ext_name': ext_name,
+ 'file': ext_path})
continue
new_ext = new_ext_class()
self._check_extension(new_ext)