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-12 16:33:27 +0200 |
commit | c47054669387cea51baf130c60007d8fa515fe10 (patch) | |
tree | edd654c9a3014b4202228048985ae419bd752feb /docs/installation-instruction.rst | |
parent | 4e30239dcf00738320134cb1a64851f167a77c7b (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>
Diffstat (limited to 'docs/installation-instruction.rst')
-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. |