python-neutronclient/releasenotes/notes/drop-xml-support-41babecb1784d996.yaml
Elena Ezhova 54a4aea969 Remove XML support
As XML support has been removed from neutron, there is no need
to keep it in client.

Dropped XML serializer and deserializer and deprecated "request-format"
CLI option, making JSON the default and the only supported request
format.

DocImpact

Change-Id: I88b0fdd65a649694252d5ff43a174e75026df5b1
Closes-Bug: #1380787
2015-12-09 11:09:26 +03:00

6 lines
117 B
YAML

---
upgrade:
- XML request format support has been removed.
deprecations:
- request-format option is deprecated.