Comment 3 for bug 1614872

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

Reviewed: https://review.openstack.org/357662
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=dfa702fac80312b0c5b93c78e92f9d01ea11bbd6
Submitter: Jenkins
Branch: master

commit dfa702fac80312b0c5b93c78e92f9d01ea11bbd6
Author: Armando Migliaccio <email address hidden>
Date: Fri Aug 19 00:18:54 2016 -0700

    Implement the DELETE method for get-me-a-network

    Review [1] showed how tricky it can be to let the client
    side deal with auto-network-topology cleanups. Rather than
    pushing this complexity to the client, we should implement
    the DELETE method for this extension, as it's rather
    trival to do on this server side.

    Since the DELETE method is exposed, but it fails with 500,
    it is reasonable to deal with this as a bug fix, rather than
    having to go through yet another extension. The neutronclient
    side support should be added, but since the first user of this
    is Tempest, we can safely assume they can leverage this directly
    without depending on a python-neutronclient version bump.

    [1] https://review.openstack.org/#/c/327191/

    Closes-bug: #1614872

    Change-Id: I2fba51bdf8c781fcc0449e1e9947de976c96eec4