From 47716d1ad32b7c879f6b5736687be1553f6fbfb6 Mon Sep 17 00:00:00 2001 From: songminglong Date: Fri, 9 Dec 2016 14:23:26 +0800 Subject: Add extra filtering options to floating ip list The patch adds filtering '--long', 'status', '--project', '--project-domain' and '--router' options to floating ip list command. Closes-Bug: #1614379 Partially-Implements: blueprint network-commands-options Change-Id: I2a02cf23845ff435927d8b481f77249915bd94dc --- doc/source/command-objects/floating-ip.rst | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'doc/source/command-objects') diff --git a/doc/source/command-objects/floating-ip.rst b/doc/source/command-objects/floating-ip.rst index 6a5e38b0..57dc0ccb 100644 --- a/doc/source/command-objects/floating-ip.rst +++ b/doc/source/command-objects/floating-ip.rst @@ -89,6 +89,10 @@ List floating IP(s) [--network ] [--port ] [--fixed-ip-address ] + [--long] + [--status ] + [--project [--project-domain ]] + [--router ] .. option:: --network @@ -108,6 +112,37 @@ List floating IP(s) *Network version 2 only* +.. option:: --long + + List additional fields in output + + *Network version 2 only* + +.. option:: --status + + List floating IP(s) according to given status ('ACTIVE', 'DOWN') + + *Network version 2 only* + +.. option:: --project + + List floating IP(s) according to given project (name or ID) + + *Network version 2 only* + +.. option:: --project-domain + + Domain the project belongs to (name or ID). This can + be used in case collisions between project names exist. + + *Network version 2 only* + +.. option:: --router + + List floating IP(s) according to given router (name or ID) + + *Network version 2 only* + floating ip show ---------------- -- cgit v1.2.1