Merge "Update networking guide with metering agent alias"

This commit is contained in:
Jenkins 2017-04-04 15:25:20 +00:00 committed by Gerrit Code Review
commit 2b22559031
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``: