Remove extra spaces in admin config files
Even though the oslo_config.cfg.ListOpt class seems to support options with spaces between the values, the docs have always not used them. Let's change the few places that have spaces so things are consistent. Trivialfix Change-Id: I730484f2d8ece9ff415f06d8976983015e8e16d7
This commit is contained in:
parent
56dfd7291d
commit
afdc77de05
@ -117,7 +117,7 @@ On the controller nodes:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
service_plugins = router, qos
|
||||
service_plugins = router,qos
|
||||
|
||||
#. In ``/etc/neutron/plugins/ml2/ml2_conf.ini``, add ``qos`` to
|
||||
``extension_drivers`` in the ``[ml2]`` section. For example:
|
||||
@ -125,7 +125,7 @@ On the controller nodes:
|
||||
.. code-block:: ini
|
||||
|
||||
[ml2]
|
||||
extension_drivers = port_security, qos
|
||||
extension_drivers = port_security,qos
|
||||
|
||||
#. Edit the configuration file for the agent you are using and set the
|
||||
``extensions`` to include ``qos`` in the ``[agent]`` section of the
|
||||
|
@ -161,7 +161,7 @@ Controller node
|
||||
|
||||
[DEFAULT]
|
||||
# ...
|
||||
service_plugins = ..., segments
|
||||
service_plugins = ...,segments
|
||||
|
||||
#. Add a ``placement`` section to the ``neutron.conf`` file with authentication
|
||||
credentials for the Compute service placement API:
|
||||
|
Loading…
Reference in New Issue
Block a user