]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Interprete scoped key as nested tags
authorXueChendi <chendi.xue@intel.com>
Mon, 12 Aug 2013 16:25:43 +0000 (00:25 +0800)
committerXueChendi <chendi.xue@intel.com>
Wed, 14 Aug 2013 02:02:10 +0000 (10:02 +0800)
commit70d1ec67c19b1e7639c8bf658cb40a65878875a1
tree74cd49e90ae11c7830e5544c6bbbdefb29bd1fba
parent402f3e230a3ef993c198cbce974f7f4c6d52f3ef
Interprete scoped key as nested tags

Current codes in xml_util.py does not support REST xml
so well when one tagname contains delimiter, it fails
to be interpreted. So this patch is to interprete one
tagname like "<a:b>1</a:b>" as a nested tag like
"<a><b>1</a></b>".

Fix bug:1205983

Change-Id: Ia3e1f4d6b6a739898b51bf052a784fa36ab7695e
cinder/api/xmlutil.py
cinder/tests/api/test_xmlutil.py