
For the RST guides, we do not need doc/source, since doc is always empty. Use source directly. This syncs the setup used here with openstack-manuals. Rename top-level from openstack-firstapp to firstapp, there's no need for the long name in this repo. Change-Id: If4e11a4f90d580876865348e0d88b92cec4b6659
24 lines
602 B
ReStructuredText
24 lines
602 B
ReStructuredText
========
|
|
Appendix
|
|
========
|
|
|
|
Bootstrapping your network
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Most cloud providers will provision all of the required network
|
|
objects necessary to boot an instance. An easy way to see if these
|
|
have been created for you is to access the Network Topology section of
|
|
the OpenStack dashboard.
|
|
|
|
.. figure:: images/network-topology.png
|
|
:width: 920px
|
|
:align: center
|
|
:height: 622px
|
|
:alt: network topology view
|
|
:figclass: align-center
|
|
|
|
Specify a network during instance build
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. todo:: code for creating a networking using code
|