python-openstackclient/openstackclient
Sindhu Devale 763c8c5670 "floating ip set/unset port" for OSC
Implements Neutron feature of floating ip associate/disassociate
into OpenStack Client.

Previously, network.find_ip() function only supported to
search floating ip by UUID. Hence, _find_floating_ip()
function is used in floating_ip.py, to search fip both by UUID
and ip_address. [1] adds the ability to find fip object using both UUID
and ip_address. This functionality however, won't be available until
the SDK is released. Hence, we continue to use _find_floating_ip()
method, which was cleaned up by [2] to remove the use of ip_cache.
Once, the SDK is released, we will remove all the usage of
_find_floating_ip() method and instead only use network.find_ip().

[1] https://review.openstack.org/#/c/449879/2
[2] https://review.openstack.org/#/c/447938/

Change-Id: I6c5222287c46ca42365917d2deae70bdb626347
Co-Authored-By: Reedip<reedip.banerjee@nectechnologies.in>
Co-Authored-By: RuiChen<chenrui.momo@gmail.com>
Closes-Bug: #1560297
2017-04-05 16:12:40 +00:00
..
api Make 'object save' fast again 2017-01-09 16:19:29 +00:00
common Merge "OSC Extension Show" 2017-03-23 20:30:15 +00:00
compute Merge "Enable to add/remove port to/from a server" 2017-04-03 20:51:20 +00:00
identity Support to add/remove multi users for "group add/remove user" 2017-03-21 10:39:42 +08:00
image openstack image create : --file and --volume exclude each other 2017-02-24 08:50:37 +01:00
locale Imported Translations from Zanata 2016-06-04 06:18:46 +00:00
network "floating ip set/unset port" for OSC 2017-04-05 16:12:40 +00:00
object translate all command help strings 2016-11-17 02:33:42 +00:00
tests "floating ip set/unset port" for OSC 2017-04-05 16:12:40 +00:00
volume Fix volume transfers request commands 2017-03-27 12:31:42 -05:00
__init__.py Change version reporting to use pbr 2013-08-02 12:11:49 -05:00
i18n.py Remove log translations 2017-03-21 17:23:09 +08:00
shell.py Change noauth strategy for plugin loading 2017-03-27 19:58:40 -05:00