[Docs] After-install network configuration

This adds an ater install explanation section for the network
side, like it's done for the images.

Change-Id: I2b9ce293a43d61355305f4d7975fdfda5f5c4690
This commit is contained in:
Jean-Philippe Evrard 2017-10-28 17:01:15 +01:00 committed by Jean-Philippe Evrard
parent 485fa7eccc
commit 62545e9caa

View File

@ -5,6 +5,16 @@ Networking service
The os_neutron role provides for a lot of flexibility. See the `neutron`_ role
for a full list of all available options.
Adding networks to a newly deployed openstack cloud
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A newly deployed OpenStack-Ansible has no networks by default. If you need to
add networks, you can use the openstack CLI, or you can use the ansible modules
for it.
An example for the latter is in the ``openstack-ansible-ops`` repository,
under the ``openstack-service-setup.yml`` playbook.
Load-Balancer-as-a-Service (LBaaS)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~