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:
Brian Haley 2017-04-03 13:34:55 -04:00
parent 6eb182f871
commit 20610cb706
2 changed files with 2 additions and 2 deletions

View File

@ -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
--------------------------

View File

@ -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``: