summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-08 03:54:19 +0000
committerGerrit Code Review <review@openstack.org>2017-01-08 03:54:19 +0000
commit4811b95d1ed75e9ac979d0b8d864f7f5fbac0461 (patch)
tree98687743dece46ba886eba1f11bc77cc77b03a91 /doc/source
parent33602fb4f43ac059d8bf3b64afa2eda1a03ce175 (diff)
parent2e78c11c8d485195b9ae40b9d00cf3a557aebd6d (diff)
downloadpython-openstackclient-4811b95d1ed75e9ac979d0b8d864f7f5fbac0461.tar.gz
Merge "Add options to allow filtering on agent list"
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/command-objects/network-agent.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/source/command-objects/network-agent.rst b/doc/source/command-objects/network-agent.rst
index b95f2e50..947e07cf 100644
--- a/doc/source/command-objects/network-agent.rst
+++ b/doc/source/command-objects/network-agent.rst
@@ -35,6 +35,19 @@ List network agents
.. code:: bash
openstack network agent list
+ [--agent-type <agent-type>]
+ [--host <host>]
+
+.. option:: --agent-type <agent-type>
+
+ List only agents with the specified agent type.
+ The supported agent types are: dhcp, open-vswitch,
+ linux-bridge, ofa, l3, loadbalancer, metering,
+ metadata, macvtap, nic.
+
+.. option:: --host <host>
+
+ List only agents running on the specified host
network agent set
-----------------