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 13:59:36 +0000 |
commit | 207422bd5720a57f9c9d89450685d585cb58146a (patch) | |
tree | 93f87995b6bf1a9b93154b172c0450eeb316b6ea | |
parent | f45e03fbfa84cd3b2c91c516d3630e90bd80a7af (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: I58fa3a3f7f4a216b00d39174aae98da9328418d6
(cherry picked from commit dd00dfab0a3851830115b8e5d1f21343b506192d)
-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 f757475a..39e5c36a 100644 --- a/docs/installation-instruction.rst +++ b/docs/installation-instruction.rst @@ -51,7 +51,7 @@ Building the ISO image Alternatively, you may build the .iso from source by cloning the opnfv/armband git repository. To retrieve the repository for the AArch64 Brahmaputra 3.0 release use the following command: -$git clone https://<linux foundation uid>@gerrit.opnf.org/gerrit/armband +$ git clone https://gerrit.opnfv.org/gerrit/armband Check-out the Brahmaputra stable branch to set the branch to the baseline required to replicate the Brahmaputra release: @@ -356,7 +356,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. |