diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-08-11 04:07:03 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-08-11 04:07:03 +0000 |
| commit | 5b724fc88b92eda6c801a6a561b2cf034e471a03 (patch) | |
| tree | ac4147d3004b23a074b66da574863f2d5546f4d8 /doc/source | |
| parent | b3248fb0bdf52905b4c241d561f9e8738fc56eba (diff) | |
| parent | 722be75f9cffec7242d893cac20d40c570af32d6 (diff) | |
| download | python-openstackclient-5b724fc88b92eda6c801a6a561b2cf034e471a03.tar.gz | |
Merge "Implement "network agent set" command"
Diffstat (limited to 'doc/source')
| -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 ------------------ |
