Update Gluon Installation Instruction

Because we already have stable/ocata branch, the installation
instruction needs update so that users will only clone from
stable/ocata branch. Thus the option of cloning from master
branch is removed.

Change-Id: I8307929ad4b0cc55e243a9df083fc6e1cb3acb42
Signed-off-by: Bin Hu <bh526r@att.com>
This commit is contained in:
Bin Hu 2017-03-01 12:48:49 -08:00
parent 1ba3e6d499
commit ec3fcb10d9
1 changed files with 1 additions and 11 deletions

View File

@ -33,17 +33,7 @@ On Controller
Assume the user logged in with sudo privileges. On an Ubuntu system:
**STEP-1**: Clone Gluon Repository:
.. code-block:: bash
$ cd ~
$ git clone https://github.com/openstack/gluon.git
$ git tag -l
# You should see the tag 1.0.0.0
$ git checkout tags/1.0.0.0
Or you can clone from ``stable/ocata`` branch:
**STEP-1**: Clone Gluon Repository ``stable/ocata`` branch:
.. code-block:: bash