summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/versions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/versions.py b/nova/api/openstack/versions.py
index 928cf467a..95681b788 100644
--- a/nova/api/openstack/versions.py
+++ b/nova/api/openstack/versions.py
@@ -207,7 +207,7 @@ class VersionsXMLSerializer(wsgi.XMLDictSerializer):
version_node = self._xml_doc.createElement('version')
if create_ns:
xmlns = OS_XMLNS_BASE
- xmlns_atom = "http://www.w3.org/2005/Atom"
+ xmlns_atom = ATOM_XMLNS
version_node.setAttribute('xmlns', xmlns)
version_node.setAttribute('xmlns:atom', xmlns_atom)