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 protected]> 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 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1614872 Title: delete method on auto-allocate extension returns 500 Status in neutron: Fix Released Status in python-neutronclient: In Progress Bug description: The method is not implemented correctly. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1614872/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

