remove unused EXTENSION_DESERIALIZE_* constants

These are vestigial remnants of the XML api controllers which no
longer exist. They are unused anywhere in the code. We should remove
them to avoid confusion.

Change-Id: Ib095558dfd6a63beb442efbb8f00a87d8f446e02
This commit is contained in:
Sean Dague 2015-12-17 16:34:56 -05:00
parent 1d590263ab
commit bc2404c1db
1 changed files with 0 additions and 4 deletions

View File

@ -64,12 +64,8 @@ class ServersController(wsgi.Controller):
"""The Server API base controller class for the OpenStack API."""
EXTENSION_CREATE_NAMESPACE = 'nova.api.v21.extensions.server.create'
EXTENSION_DESERIALIZE_EXTRACT_SERVER_NAMESPACE = (
'nova.api.v21.extensions.server.create.deserialize')
EXTENSION_REBUILD_NAMESPACE = 'nova.api.v21.extensions.server.rebuild'
EXTENSION_DESERIALIZE_EXTRACT_REBUILD_NAMESPACE = (
'nova.api.v21.extensions.server.rebuild.deserialize')
EXTENSION_UPDATE_NAMESPACE = 'nova.api.v21.extensions.server.update'