Skip to content

Commit

Permalink
Fix wrong value description
Browse files Browse the repository at this point in the history
`lbaas` should be `metering`.

Also fix typos: coma -> comma.

Change-Id: I6e4e5531001bcf455d0dc74926725600d0cc2b4d
Closes-Bug: #1361997
  • Loading branch information
Gauvain Pocentek committed Aug 27, 2014
1 parent 070b17a commit 8095d58
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver</programlist
>neutron-server</systemitem>:</para>
<programlisting language="ini">service_plugins = metering</programlisting>
<para>If this option is already defined, add
<literal>lbaas</literal> to the list, using a coma as
<literal>metering</literal> to the list, using a comma as
separator. For example:</para>
<programlisting language="ini">service_plugins = router,metering</programlisting>
</step>
Expand Down Expand Up @@ -485,7 +485,7 @@ interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver</programlist
file:</para>
<programlisting language="ini">service_plugins = lbaas</programlisting>
<para>If this option is already defined, add
<literal>lbaas</literal> to the list, using a coma as
<literal>lbaas</literal> to the list, using a comma as
separator. For example:</para>
<programlisting language="ini">service_plugins = router,lbaas</programlisting>
</step>
Expand Down

0 comments on commit 8095d58

Please sign in to comment.