Doug Hellmann 9599ffe65d reorganize existing documentation according to the new standard layout
Move existing content around based on the doc-migration specification.

Replace :doc: markup with :ref: to have sphinx keep track of where the
files move and generate valid hyperlinks.

Add a few toctrees and index pages for the new directories.

Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Change-Id: I253ee8f89d3ec40e39310c18bb87ed1d3d5de330
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-23 11:54:32 +02:00

2.1 KiB

network meter rule

A meter rule sets the rule for a meter to measure traffic for a specific IP range. The following uses meter and requires the L3 metering extension.

Network v2

network meter rule create

Create meter rule

network meter rule create

openstack network meter rule create
    --remote-ip-prefix <remote-ip-prefix>
    [--ingress | --egress]
    [--exclude | --include]
    [--project <project> [--project-domain <project-domain>]]
    <meter>

--project <project>

Owner's project (name or ID)

--project-domain <project-domain>

Domain the project belongs to (name of ID). This can be used in case collisions between project names exist.

--ingress

Rule is applied to incoming traffic (default)

--egress

Rule is applied to outgoing traffic

--exclude

Exclude remote_ip_prefix from count of the traffic of IP addresses

--include

Include remote_ip_prefix into count of the traffic of IP addresses (default)

--remote-ip-prefix <remote-ip-prefix>

The remote IP prefix to associate with this metering rule packet

Meter to associate with this meter rule (name or ID)

network meter rule delete

Delete meter rule(s)

network meter rule delete

openstack network meter rule delete <id> [<id> ...]




ID of meter rule(s) to delete

network meter rule list

List meter rules

network meter rule list

openstack network meter rule list

network meter rule show

Show meter rule

network meter rule show

openstack network meter rule show <meter-rule-id>




Meter rule to display (ID only)