Merge "Change github URLs to git.openstack.org"

This commit is contained in:
Zuul 2018-04-04 20:51:50 +00:00 committed by Gerrit Code Review
commit 4b8195988d
4 changed files with 6 additions and 6 deletions

View File

@ -40,7 +40,7 @@ Preparation
Clone the kayobe repository::
git clone https://github.com/stackhpc/kayobe
git clone https://git.openstack.org/openstack/kayobe.git
Change the current directory to the kayobe repository::
@ -106,7 +106,7 @@ The following commands should be executed on the seed hypervisor.
Clone the kayobe repository::
git clone https://github.com/stackhpc/kayobe
git clone https://git.openstack.org/openstack/kayobe.git
Change the current directory to the kayobe repository::
@ -149,7 +149,7 @@ The following commands should be executed on the seed hypervisor.
Change the current directory to the kayobe repository::
git clone https://github.com/stackhpc/kayobe
git clone https://git.openstack.org/openstack/kayobe.git
Change to the ``kayobe`` directory::

View File

@ -52,7 +52,7 @@ git::
# from your home or source directory
cd ~
git clone https://github.com/stackhpc/kayobe
git clone https://git.openstack.org/openstack/kayobe.git
cd kayobe
Running Unit and Style Tests

View File

@ -39,7 +39,7 @@ accessing the VM.
Clone the kayobe repository::
git clone https://github.com/stackhpc/kayobe
git clone https://git.openstack.org/openstack/kayobe.git
Change the current directory to the kayobe repository::

View File

@ -52,7 +52,7 @@ code repositories and python virtual environments::
Next, obtain the Kayobe source code. For example::
$ cd <base_path>/src
$ git clone https://github.com/stackhpc/kayobe
$ git clone https://git.openstack.org/openstack/kayobe.git
Create a virtualenv for Kayobe::