Comment 23 for bug 1380787

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-neutronclient (master)

Reviewed: https://review.openstack.org/144439
Committed: https://git.openstack.org/cgit/openstack/python-neutronclient/commit/?id=54a4aea969fe06422f64005652ce23ac7b616d98
Submitter: Jenkins
Branch: master

commit 54a4aea969fe06422f64005652ce23ac7b616d98
Author: Elena Ezhova <email address hidden>
Date: Fri Dec 4 16:45:47 2015 +0300

    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