summaryrefslogtreecommitdiffstats
path: root/openstack/common
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/common')
-rw-r--r--openstack/common/cfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/cfg.py b/openstack/common/cfg.py
index 586aa77..1005b2f 100644
--- a/openstack/common/cfg.py
+++ b/openstack/common/cfg.py
@@ -37,7 +37,7 @@ Options can be strings, integers, floats, booleans, lists or 'multi strings'::
help='List of APIs to enable by default')
DEFAULT_EXTENSIONS = [
- 'nova.api.openstack.contrib.standard_extensions'
+ 'nova.api.openstack.compute.contrib.standard_extensions'
]
osapi_compute_extension_opt = cfg.MultiStrOpt('osapi_compute_extension',
default=DEFAULT_EXTENSIONS)