Merge "Make v3 API versions extensions core"
This commit is contained in:
@@ -63,7 +63,7 @@ CONF.register_opts(api_opts, api_opts_group)
|
||||
# TODO(cyeoh): Expand this list as the core APIs are ported to V3
|
||||
API_V3_CORE_EXTENSIONS = set(['consoles', 'extensions', 'flavors', 'ips',
|
||||
'limits', 'servers', 'server-metadata',
|
||||
'keypairs', 'console-output'])
|
||||
'keypairs', 'console-output', 'versions'])
|
||||
|
||||
|
||||
class FaultWrapper(base_wsgi.Middleware):
|
||||
|
Reference in New Issue
Block a user