diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-01-08 03:54:19 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-01-08 03:54:19 +0000 |
| commit | 4811b95d1ed75e9ac979d0b8d864f7f5fbac0461 (patch) | |
| tree | 98687743dece46ba886eba1f11bc77cc77b03a91 /doc/source/command-objects | |
| parent | 33602fb4f43ac059d8bf3b64afa2eda1a03ce175 (diff) | |
| parent | 2e78c11c8d485195b9ae40b9d00cf3a557aebd6d (diff) | |
| download | python-openstackclient-4811b95d1ed75e9ac979d0b8d864f7f5fbac0461.tar.gz | |
Merge "Add options to allow filtering on agent list"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/network-agent.rst | 13 |
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 ----------------- |
