From b2b831d53aba7aada35ebc155e6556d77aba2d76 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 17 Dec 2015 16:37:25 -0500 Subject: [PATCH] remove vestigial XML_NS_V11 variable This is a left over remnant of our XML API that didn't get cleaned up. It is not used anywhere, and should be removed. Change-Id: Ia7733b0274b15f1e45d9a822053c324b0f9fc940 --- nova/api/openstack/common.py | 3 --- 1 file changed, 3 deletions(-) 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',