diff options
| author | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-08-10 15:26:45 +0800 |
|---|---|---|
| committer | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-08-10 15:39:44 +0800 |
| commit | 722be75f9cffec7242d893cac20d40c570af32d6 (patch) | |
| tree | 8ce2fb64845c642ef6bc73a84cf23d6c9f3616c1 /doc/source/command-objects/network-agent.rst | |
| parent | 0b91368164acc596bf97fe4073083e26892f5b1a (diff) | |
| download | python-openstackclient-722be75f9cffec7242d893cac20d40c570af32d6.tar.gz | |
Implement "network agent set" command
Add "network agent set" command in network v2 to set network
agent properties.
Also add the unit test, doc, functional test and release note.
Change-Id: Iebaee4c60f8c6b43f538c1b82a38b93178b9ce53
Implements: bp implement-network-agents
Co-Authored-By: Michael Gugino <michael.gugino@walmart.com>
Diffstat (limited to 'doc/source/command-objects/network-agent.rst')
| -rw-r--r-- | doc/source/command-objects/network-agent.rst | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/source/command-objects/network-agent.rst b/doc/source/command-objects/network-agent.rst index 32cb371c..15195a33 100644 --- a/doc/source/command-objects/network-agent.rst +++ b/doc/source/command-objects/network-agent.rst @@ -36,6 +36,36 @@ List network agents os network agent list +network agent set +----------------- + +Set network agent properties + +.. program:: network agent set +.. code:: bash + + os network agent set + [--description <description>] + [--enable | --disable] + <network-agent> + +.. option:: --description <discription> + + Set network agent description + +.. option:: --enable + + Enable network agent + +.. option:: --disable + + Disable network agent + +.. _network_agent_set-network-agent: +.. describe:: <network-agent> + + Network agent to modify (ID only) + network agent show ------------------ |
