diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-07-20 16:08:12 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-07-20 16:08:12 +0000 |
| commit | d0daf90e18f6c248105dde829c100f80af457d2b (patch) | |
| tree | 066e28257114fb2987bc8dc75c176e94d3e9aff3 /doc/source/command-objects/ip-floating.rst | |
| parent | 412b29b972e4a6877472147f5b713214ace2ca12 (diff) | |
| parent | 0aa2304f38da0696576827fc4d71f2cf7cc13ad6 (diff) | |
| download | python-openstackclient-d0daf90e18f6c248105dde829c100f80af457d2b.tar.gz | |
Merge "Transfer "ip floating CRUD" to "floating ip CRUD""
Diffstat (limited to 'doc/source/command-objects/ip-floating.rst')
| -rw-r--r-- | doc/source/command-objects/ip-floating.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/command-objects/ip-floating.rst b/doc/source/command-objects/ip-floating.rst index 378812d1..7b38a382 100644 --- a/doc/source/command-objects/ip-floating.rst +++ b/doc/source/command-objects/ip-floating.rst @@ -29,6 +29,7 @@ ip floating create ------------------ Create new floating IP address +(Deprecated, please use ``floating ip create`` instead) .. program:: ip floating create .. code:: bash @@ -68,6 +69,7 @@ ip floating delete ------------------ Delete floating IP(s) +(Deprecated, please use ``floating ip delete`` instead) .. program:: ip floating delete .. code:: bash @@ -83,6 +85,7 @@ ip floating list ---------------- List floating IP addresses +(Deprecated, please use ``floating ip list`` instead) .. program:: ip floating list .. code:: bash @@ -114,6 +117,7 @@ ip floating show ---------------- Display floating IP details +(Deprecated, please use ``floating ip show`` instead) .. program:: ip floating show .. code:: bash |
