diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-06-15 16:54:10 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-06-15 16:54:10 +0000 |
| commit | d3cd322650efeae7321bfe386e81a6697aebe5b0 (patch) | |
| tree | 3f62e99354c8f26529ee017aa3a5b87241f28aa0 /doc/source/command-objects/ip-floating.rst | |
| parent | 4cc539fcc53c09559c9bf0f8e06743a8077db197 (diff) | |
| parent | 8e2f49fbf22c242270c8162254fc83fbb4580a24 (diff) | |
| download | python-openstackclient-d3cd322650efeae7321bfe386e81a6697aebe5b0.tar.gz | |
Merge "Support bulk deletion for commands that exist in both network and compute."
Diffstat (limited to 'doc/source/command-objects/ip-floating.rst')
| -rw-r--r-- | doc/source/command-objects/ip-floating.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/command-objects/ip-floating.rst b/doc/source/command-objects/ip-floating.rst index 869b7af8..8dd94782 100644 --- a/doc/source/command-objects/ip-floating.rst +++ b/doc/source/command-objects/ip-floating.rst @@ -66,16 +66,17 @@ Create new floating IP address ip floating delete ------------------ -Delete floating IP +Delete floating IP(s) .. program:: ip floating delete .. code:: bash - os ip floating delete <floating-ip> + os ip floating delete + <floating-ip> [<floating-ip> ...] .. describe:: <floating-ip> - Floating IP to delete (IP address or ID) + Floating IP(s) to delete (IP address or ID) ip floating list ---------------- |
