From 2f870487aa62ebae2a7bcc7e0a07ec0edac0ef91 Mon Sep 17 00:00:00 2001 From: Chris Yeoh Date: Fri, 31 Jan 2014 14:27:50 +1030 Subject: [PATCH] Removes XML namespace definitions from V3 API plugins Removes the XML namespace definitions from the V3 API plugins declarations. Deliberately avoids removing the XML namespace definition from admin_actions to avoid yet another rebase of the admin_actions split series. Fixes up associated tests and requirement for V3 API extensions to define a namespace property. Partially implements blueprint remove-v3-xml-api Change-Id: If3e1314cefdc1abcdd5eca44bcc2282cac664f05 --- nova/api/openstack/compute/plugins/v3/aggregates.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nova/api/openstack/compute/plugins/v3/aggregates.py b/nova/api/openstack/compute/plugins/v3/aggregates.py index 7db4f1959..08f7d5e10 100644 --- a/nova/api/openstack/compute/plugins/v3/aggregates.py +++ b/nova/api/openstack/compute/plugins/v3/aggregates.py @@ -227,7 +227,6 @@ class Aggregates(extensions.V3APIExtensionBase): name = "Aggregates" alias = ALIAS - namespace = "http://docs.openstack.org/compute/ext/aggregates/api/v3" version = 1 def get_resources(self):