diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-05-11 23:34:25 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-05-27 14:43:39 +0000 |
commit | ba890bd75af60844252afd3fd4f1f9c8684b7918 (patch) | |
tree | 1e8207cbe953792bede6bd521d08cdb3583f2451 | |
parent | 3e535448fe1bad43d810d9b2ccf66f13bb7c10e5 (diff) |
docs/install-instr: Fix git clone URL for HTTPS.
Drop unnecessary <user>@, not needed for http downloads.
Also, fix typo (missing letter) in opnfv.org domain name.
While we're at it, fix small typo in Ceilometer name too.
Change-Id: I2c3341689b7a7808863906700342e62e707246e9
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit c47054669387cea51baf130c60007d8fa515fe10)
-rw-r--r-- | docs/installation-instruction.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation-instruction.rst b/docs/installation-instruction.rst index 787287a9b..92fb84330 100644 --- a/docs/installation-instruction.rst +++ b/docs/installation-instruction.rst @@ -51,7 +51,7 @@ Building the ISO image Alternatively, you may build the Fuel .iso from source by cloning the opnfv/fuel git repository. To retrieve the repository for the Brahmaputra release use the following command: -$git clone https://<linux foundation uid>@gerrit.opnf.org/gerrit/fuel +$ git clone https://gerrit.opnfv.org/gerrit/fuel Check-out the Brahmaputra release tag to set the branch to the baseline required to replicate the Brahmaputra release: @@ -335,7 +335,7 @@ Create an OpenStack Environment #. Select "additional services" you wish to install. - - Check option "Install Celiometer (OpenStack Telemetry)" and press <Next> + - Check option "Install Ceilometer (OpenStack Telemetry)" and press <Next> #. Create the new environment. |