diff --git a/quantum/common/wsgi.py b/quantum/common/wsgi.py index d883746acb..2ef67b797a 100644 --- a/quantum/common/wsgi.py +++ b/quantum/common/wsgi.py @@ -482,7 +482,7 @@ class Serializer(object): if not xmlns and self.default_xmlns: node.setAttribute('xmlns', self.default_xmlns) - return node.toprettyxml(indent=' ') + return node.toprettyxml(indent='', newl='') def _to_xml_node(self, doc, metadata, nodename, data): """Recursive method to convert data members to XML nodes."""