diff options
| author | Reedip <reedip.banerjee@nectechnologies.in> | 2017-03-21 02:39:52 +0000 |
|---|---|---|
| committer | Reedip <reedip.banerjee@nectechnologies.in> | 2017-03-21 02:43:24 +0000 |
| commit | 8e2bc9cb9c70f3d287bf25fb8d1a2b098c6ed3e5 (patch) | |
| tree | d6f8085f76418485f69b1e7e4866988996e65356 /doc/source/command-objects/network-agent.rst | |
| parent | 49e866174f2e24ce996cdb588c38b5b08daed5a0 (diff) | |
| download | python-openstackclient-8e2bc9cb9c70f3d287bf25fb8d1a2b098c6ed3e5.tar.gz | |
Fix Trivial Changes in [1]
[1] had some trivial changes in the main code, which
are being put forward in this patch, to consider future scenarios.
[1]: I77a933f4b3ce875c63cef5b6a32aee78fd844b03
TrivialFix
Change-Id: I8e8fbb194cd319e5605f09c94ae09e952d0961b1
Diffstat (limited to 'doc/source/command-objects/network-agent.rst')
| -rw-r--r-- | doc/source/command-objects/network-agent.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/command-objects/network-agent.rst b/doc/source/command-objects/network-agent.rst index d764f3de..f69d0ece 100644 --- a/doc/source/command-objects/network-agent.rst +++ b/doc/source/command-objects/network-agent.rst @@ -25,15 +25,15 @@ Add network to an agent .. describe:: --dhcp - Add a network to DHCP agent. + Add a network to DHCP agent .. describe:: <agent-id> - Agent to which a network is added. (ID only) + Agent to which a network is added (ID only) .. describe:: <network> - Network to be added to an agent. (ID or name) + Network to be added to an agent (ID or name) network agent delete -------------------- @@ -77,7 +77,7 @@ List network agents .. option:: --network <network> - List agents hosting a network. (ID or name) + List agents hosting a network (ID or name) network agent set ----------------- @@ -144,8 +144,8 @@ Remove network from an agent .. describe:: <agent-id> - Agent to which a network is removed. (ID only) + Agent to which a network is removed (ID only) .. describe:: <network> - Network to be removed from an agent. (ID or name) + Network to be removed from an agent (ID or name) |
