Updated openstack/openstack

Project: openstack-infra/shade  4bb33a582f7dc16ee626d29ae8acad6ae1bf644f

Do less work when deleting a server and floating ips

When we delete a server with floating ips, we tell get_server to not
fetch a bare server, which does the work to fill in the network info
from neutron. Then we look in the server for the floating ip address and
look up the port it goes with.

This is not necessary.

We can tell get_server to get us a bare server, then look up floating
ips by device_id. Then just delete them.

Change-Id: I5ec04dc2a356aa20cf561866e8f43f9e28b2db21
This commit is contained in:
Jenkins 2017-06-05 14:10:08 +00:00 committed by Gerrit Code Review
parent ce74b7a975
commit b6ab39490e
1 changed files with 1 additions and 1 deletions

2
shade

@ -1 +1 @@
Subproject commit 5329cdacc28124b0bb4612f6265ae124a11cf247
Subproject commit 4bb33a582f7dc16ee626d29ae8acad6ae1bf644f