diff --git a/nova/api/openstack/common.py b/nova/api/openstack/common.py index e32ac94a7bf5..557805416b55 100644 --- a/nova/api/openstack/common.py +++ b/nova/api/openstack/common.py @@ -58,9 +58,6 @@ QUOTAS = quota.QUOTAS CONF.import_opt('enable', 'nova.cells.opts', group='cells') -XML_NS_V11 = 'http://docs.openstack.org/compute/api/v1.1' - - _STATE_MAP = { vm_states.ACTIVE: { 'default': 'ACTIVE',