cinder/cinder/api/openstack
Ryan McNair 7d028b77a4 Add support for special char in volume metadata
Using special characters such as "&" in volume metadata caused SAX
parser to split text into multiple child nodes, as stated in the
specs for SAX parsers. In this case extract_text would return
'None' because text was return if there was exactly
one child node. Concatenating the values of child nodes accounts
for SAX parsers splitting contigous characters into
multiple chunks.

Change-Id: I3709789d33ff7b07eaeaf725f5183105443d0abc
Closes-Bug: #1268513
2014-01-30 20:01:13 +00:00
..
volume Changed header from LLC to Foundation based on trademark policies 2013-09-10 17:26:42 +02:00
__init__.py Fix and enable gating on F401 2013-12-20 15:01:23 +01:00
urlmap.py Changed header from LLC to Foundation based on trademark policies 2013-09-10 17:26:42 +02:00
wsgi.py Add support for special char in volume metadata 2014-01-30 20:01:13 +00:00