python-openstackclient/doc/source
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
..
command-objects "floating ip set/unset port" for OSC 2017-04-05 16:12:40 +00:00
data add neutron CLI to decoder 2017-03-06 18:48:55 +00:00
man doc: Correct Sphinx warnings 2017-03-28 16:41:54 +01:00
specs doc: Correct Sphinx warnings 2017-03-28 16:41:54 +01:00
authentication.rst OS_DEFAULT_DOMAIN must be an ID 2016-08-01 15:31:00 +00:00
backwards-incompatible.rst Merge "doc: Correct Sphinx warnings" 2017-04-01 21:08:43 +00:00
command-beta.rst Fix the missing os in command in example 2016-12-21 00:05:46 +08:00
command-errors.rst Fix image delete multiple arguments error 2016-06-13 16:15:01 +08:00
command-list.rst Begin copying wiki command list here 2014-11-19 14:47:53 -06:00
command-logs.rst Add doc for logger usage 2016-06-16 16:17:37 +08:00
command-options.rst doc: Correct Sphinx warnings 2017-03-28 16:41:54 +01:00
command-wrappers.rst Fix 'code-block' tag format issues 2016-03-01 08:48:47 +00:00
commands.rst Merge "OSC Network Flavor Profile" 2017-03-21 03:32:47 +00:00
conf.py doc: Remove local fork of apidoc 2017-03-28 16:29:19 +01:00
configuration.rst Add example in the doc when using Identity v3 2016-09-29 10:36:26 +02:00
decoder.rst add neutron CLI to decoder 2017-03-06 18:48:55 +00:00
developing.rst Align '=' for developing.rst and newton.rst 2016-09-26 09:26:56 +08:00
humaninterfaceguide.rst Correct missspellings of secret 2016-12-08 13:15:47 +00:00
index.rst doc: Correct Sphinx warnings 2017-03-28 16:41:54 +01:00
interactive.rst Add documentation of interactive mode 2014-12-04 15:16:05 -05:00
plugin-commands.rst doc: Correct Sphinx warnings 2017-03-28 16:41:54 +01:00
plugins.rst Normalize the gnocchiclient docs entry 2017-03-06 19:27:04 +08:00