Remove some references to Github

Change-Id: I358585260cc85fb1d364d2e246656557a2398ef9
This commit is contained in:
Mark Goddard 2019-10-31 17:17:35 +00:00
parent e5f5cda76b
commit ee98efa8f0
2 changed files with 5 additions and 4 deletions

View File

@ -44,7 +44,7 @@ Packaging Custom Playbooks With Configuration
The kayobe project encourages its users to manage configuration for a cloud
using version control, based on the `kayobe-config repository
<https://github.com/stackhpc/kayobe-config>`_. Storing custom Ansible
<https://opendev.org/openstack/kayobe-config>`_. Storing custom Ansible
playbooks in this repository makes a lot of sense, and kayobe has special
support for this.

View File

@ -48,9 +48,10 @@ Upgrading from source
This section describes how to install Kayobe from source in a virtualenv.
First, check out the required version of the Kayobe source code. This may be
done by pulling down the new version from Github. Make sure that any local
changes to kayobe are committed and merged with the new upstream code as
necessary. For example, to pull version 5.0.0 from the ``origin`` remote::
done by pulling down the new version from ``opendev.org``. Make sure
that any local changes to kayobe are committed and merged with the new upstream
code as necessary. For example, to pull version 5.0.0 from the ``origin``
remote::
$ cd <base_path>/src/kayobe
$ git pull origin 5.0.0