Files
api-site/openstack-firstapp/doc/source/appendix.rst
Andreas Jaeger 2865f6c2dd FirstApp: Edits appendix
* Wrap overlong lines, follow markup conventions.
* Remove the installation of requirements, it is not longer necessary to
  install them because of using a installer script in the tutorial.

Change-Id: Ic9d3d6ff6e9f89173eea26b9da8cebdeea36fe04
2015-04-23 19:38:11 +02:00

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