diff options
| author | Ankur Gupta <ankur.gupta@intel.com> | 2016-09-27 17:00:43 -0500 |
|---|---|---|
| committer | Ankur <ankur.gupta@intel.com> | 2017-01-23 00:24:35 +0000 |
| commit | 5caac0e5634fd65e2f635b724f00461eaebd58bf (patch) | |
| tree | ec745f56039d6f8111f2857864e705c897ca5423 /doc/source/commands.rst | |
| parent | 607f31d3db924517c18fd192239e5ef5963e17f3 (diff) | |
| download | python-openstackclient-5caac0e5634fd65e2f635b724f00461eaebd58bf.tar.gz | |
Add meter rule to OSC
Implement network feature meter label rules into
OpenStack Client.
Allows for creation of rules to meter
network traffic.
Partially Implements: blueprint neutron-client-metering
Change-Id: If18c078d7e80c122583417669f820f02c84d6237
Diffstat (limited to 'doc/source/commands.rst')
| -rw-r--r-- | doc/source/commands.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 1f1ece4f..ece0b6e2 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -112,6 +112,7 @@ referring to both Compute and Volume quotas. * ``network``: (**Compute**, **Network**) - a virtual network for connecting servers and other resources * ``network agent``: (**Network**) - A network agent is an agent that handles various tasks used to implement virtual networks * ``network meter``: (**Network**) - allow traffic metering in a network +* ``network meter rule``: (**Network**) - rules for network traffic metering * ``network rbac``: (**Network**) - an RBAC policy for network resources * ``network qos rule``: (**Network**) - a QoS rule for network resources * ``network qos policy``: (**Network**) - a QoS policy for network resources |
