Added note for cloning the specific branch code

Change-Id: I3b534020b2d004f3a92e413150f16692a42461e3
Closes-Bug: #1708844
This commit is contained in:
venkatamahesh 2017-08-06 08:35:53 +05:30
parent 5d8856e1b1
commit 6ce668f3dc
1 changed files with 10 additions and 3 deletions

View File

@ -69,6 +69,12 @@ Installing Tacker server
The paths we are using for configuration files in these steps are with reference to
Ubuntu Operating System. The paths may vary for other Operating Systems.
The branch_name which is used in commands, specify the branch_name as
"stable/<branch>" for any stable branch installation.
For eg: stable/ocata, stable/newton. If unspecified the default will be
"master" branch.
1). Create MySQL database and user.
.. code-block:: console
@ -145,7 +151,8 @@ If you are using keystone v2 then,
.. code-block:: console
git clone https://github.com/openstack/tacker
cd ~/
git clone https://github.com/openstack/tacker -b <branch_name>
..
4). Install all requirements.
@ -257,7 +264,7 @@ Install Tacker client
.. code-block:: console
cd ~/
git clone https://github.com/openstack/python-tackerclient
git clone https://github.com/openstack/python-tackerclient -b <branch_name>
..
2). Install tacker-client.
@ -277,7 +284,7 @@ Install Tacker horizon
.. code-block:: console
cd ~/
git clone https://github.com/openstack/tacker-horizon
git clone https://github.com/openstack/tacker-horizon -b <branch_name>
..
2). Install horizon module.