Merge "Replace git.openstack.org URLs by opendev.org URLs"

This commit is contained in:
Zuul 2019-08-11 22:18:26 +00:00 committed by Gerrit Code Review
commit 5329b79525
2 changed files with 3 additions and 3 deletions

View File

@ -185,7 +185,7 @@ Install and configure Qinling components
# apt install -y python-pip
# cd /var/lib/qinling
# git clone https://git.openstack.org/openstack/qinling.git
# git clone https://opendev.org/openstack/qinling.git
# chown -R qinling:qinling qinling
# cd qinling
# pip install -e .

View File

@ -95,7 +95,7 @@ Here are several things you could customize:
.. code-block:: console
enable_plugin qinling-dashboard https://git.openstack.org/openstack/qinling-dashboard
enable_plugin qinling-dashboard https://opendev.org/openstack/qinling-dashboard
.. end
@ -137,4 +137,4 @@ set up during devstack installation.
Qinling devstack script uses `kubeadm <https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/>`_
for Kubernetes installation, refer to ``tools/gate/kubeadm/setup_gate.sh`` for
more detailed information about Qinling devstack installation.
more detailed information about Qinling devstack installation.