Update networking guide with metering agent alias
The metering agent can now be specified with a stevedore alias, update appropriate places. Change-Id: I8631bc6b30845d6579ac4587117159680b8a1259 Closes-bug: #1678561
This commit is contained in:
parent
6eb182f871
commit
20610cb706
@ -44,7 +44,7 @@ Currently the only available implementation uses iptables for metering.
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
driver = neutron.services.metering.drivers.iptables.iptables_driver.IptablesMeteringDriver
|
||||
driver = iptables
|
||||
|
||||
L3 metering service driver
|
||||
--------------------------
|
||||
|
@ -332,7 +332,7 @@ The Neutron Metering agent resides beside neutron-l3-agent.
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
driver = neutron.services.metering.drivers.iptables.iptables_driver.IptablesMeteringDriver
|
||||
driver = iptables
|
||||
|
||||
#. Set the ``service_plugins`` option in the ``/etc/neutron/neutron.conf``
|
||||
file on the host that runs ``neutron-server``:
|
||||
|
Loading…
Reference in New Issue
Block a user