From 2865f6c2ddd64759f9d0c182a999b2b91547f651 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 22 Apr 2015 20:58:12 +0200 Subject: [PATCH] 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 --- openstack-firstapp/doc/source/appendix.rst | 45 ++++------------------ 1 file changed, 7 insertions(+), 38 deletions(-) diff --git a/openstack-firstapp/doc/source/appendix.rst b/openstack-firstapp/doc/source/appendix.rst index a7bd23370..3867a76eb 100644 --- a/openstack-firstapp/doc/source/appendix.rst +++ b/openstack-firstapp/doc/source/appendix.rst @@ -2,12 +2,13 @@ Appendix ======== -Bootstrapping Your Network --------------------------- +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. +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 @@ -17,38 +18,6 @@ the Network Topology section of the OpenStack dashboard. :figclass: align-center Specify a network during instance build ---------------------------------------- +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. todo:: code for creating a networking using code - -Requirements of the First App Application For OpenStack -------------------------------------------------------- - -To be able to install the First App Application For OpenStack from PyPi you have to install -the following packages: - -On openSUSE/SLES: - -.. code-block:: shell - - sudo zypper install -y python-devel and python-pip - -On Fedora/CentOS/RHEL: - -.. code-block:: shell - - sudo yum install -y python-devel and python-pip - -On Debian/Ubuntu: - -.. code-block:: shell - - sudo apt-get update - sudo apt-get install -y python-dev and python-pip - -To easify this process you can simply run the following command, which will run the commands above, depending on the used distribution. - -.. code-block: shell - - curl -s http://git.openstack.org/cgit/stackforge/faafo/plain/contrib/install.sh | bash -