neutron/doc/source/admin/shared/deploy-config-neutron-common.txt
chenxing 2553f2b131 import the networking guide content from openstack-manuals
Change-Id: Ibcedc9389dbea4a5810f2cecf890f6ba9887a07b
2017-06-29 03:09:59 +00:00

24 lines
498 B
Plaintext

.. code-block:: ini
[DEFAULT]
core_plugin = ml2
auth_strategy = keystone
[database]
# ...
[keystone_authtoken]
# ...
[nova]
# ...
[agent]
# ...
See the `Installation Tutorials and Guides <https://docs.openstack.org>`_ and
`Configuration Reference <https://docs.openstack.org>`_ for your OpenStack
release to obtain the appropriate additional configuration for the
``[DEFAULT]``, ``[database]``, ``[keystone_authtoken]``, ``[nova]``, and
``[agent]`` sections.