Some improvements to documentation were added

Inconsistencies in documentation (Savanna quickstart guide and Full installation guide) were corrected

Change-Id: I234484e0b52cbff0d1b894c4fc7b72bdea5eed1b
(cherry picked from commit e677fcc77787ee3f5109bfbda9a966ca9fddef7c)
This commit is contained in:
Yaroslav Lobankov 2013-05-20 13:53:27 +04:00
parent c4e414e1b9
commit 9b9b693098

View File

@ -6,13 +6,13 @@ Savanna quickstart guide
.. sourcecode:: bash .. sourcecode:: bash
pip install savanna sudo pip install savanna
Or you can get Savanna archive from http://tarballs.openstack.org/savanna/ and install it using pip: Or you can get Savanna archive from http://tarballs.openstack.org/savanna/ and install it using pip:
.. sourcecode:: bash .. sourcecode:: bash
pip install http://tarballs.openstack.org/savanna/savanna-master.tar.gz#egg=savanna sudo pip install http://tarballs.openstack.org/savanna/savanna-master.tar.gz#egg=savanna
**Note:** **Note:**
savanna-master.tar.gz contains the latest changes in the source code. savanna-master.tar.gz contains the latest changes in the source code.
@ -75,8 +75,8 @@ You can check which flavors you have by running
.. sourcecode:: bash .. sourcecode:: bash
tar -xzf savanna-xxxx-hdp-img.tar.gz tar -xzf savanna-0.1-hdp-img.tar.gz
glance image-create --name=hdp.image --disk-format=qcow2 --container-format=bare < ./savanna-xxxx-hdp-img.img glance image-create --name=hdp.image --disk-format=qcow2 --container-format=bare < ./savanna-0.1-hdp-img.img
You should see the output similar to the following: You should see the output similar to the following:
@ -123,9 +123,9 @@ You should see the output similar to the following:
.. sourcecode:: bash .. sourcecode:: bash
apt-get update sudo apt-get update
apt-get install python-dev python-virtualenv sudo apt-get install python-dev python-virtualenv
pip install tox sudo pip install tox
3.4 Prepare virtual environment: 3.4 Prepare virtual environment: