]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
fix atom link in XML Version API
authorJuan Manuel Olle <juan.m.olle@intel.com>
Tue, 29 Apr 2014 14:46:23 +0000 (11:46 -0300)
committerJuan Manuel Olle <juan.m.olle@intel.com>
Tue, 29 Jul 2014 17:53:08 +0000 (17:53 +0000)
commita5a33a6833b29457d2ea7fc5b8c31f74a7aa4140
tree3a204cce31cc106dda077d647587d64e42f9e22b
parent07f64deb5ac3860d54bf911686e17239a8e86d58
fix atom link in XML Version API

This patch fixes tag names where the tag name has ':'
for links templates.
Some examples are
'{http://www.w3.org/2005/Atom}link'
should be
['{http://www.w3.org/2005/Atom}link']

and

'test1:test2'
should be
['test1', 'test2']

Closes-Bug: #1311243
Change-Id: I6e7c068e41eb6b069c24ef9d6c46b726ea722074
cinder/api/xmlutil.py
cinder/tests/api/test_xmlutil.py