fix bug 954488

Docstring update

Change-Id: Ic0c60818a7097e777927f3801dd674ce72571224
This commit is contained in:
Joe Gordon
2012-03-13 14:51:24 -07:00
parent e93baa4f60
commit 9c7a48b4b0

View File

@@ -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)