Merge "Replace openstack.org git:// URLs with https://" into stable/queens

This commit is contained in:
Ian Wienand 2019-04-10 00:52:26 +00:00 committed by Gerrit Code Review
commit 6c164269f6
3 changed files with 5 additions and 5 deletions

View File

@ -103,7 +103,7 @@ Clone the Zaqar repository with the following git command:
.. code-block:: console
$ git clone git://git.openstack.org/openstack/zaqar.git
$ git clone https://git.openstack.org/openstack/zaqar.git
For information on how to set up the Zaqar development environment
see :doc:`development.environment`.

View File

@ -17,7 +17,7 @@
dest: devstack-gate
EOF
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
git://git.openstack.org \
https://git.openstack.org \
openstack-infra/devstack-gate
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
@ -29,7 +29,7 @@
set -x
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
enable_plugin zaqar git://git.openstack.org/openstack/zaqar
enable_plugin zaqar https://git.openstack.org/openstack/zaqar
# Enable Zaqar Tempest plugin
TEMPEST_PLUGINS='/opt/stack/new/zaqar-tempest-plugin'

View File

@ -17,7 +17,7 @@
dest: devstack-gate
EOF
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
git://git.openstack.org \
https://git.openstack.org \
openstack-infra/devstack-gate
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
@ -29,7 +29,7 @@
set -x
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
enable_plugin zaqar git://git.openstack.org/openstack/zaqar
enable_plugin zaqar https://git.openstack.org/openstack/zaqar
# Enable Zaqar Tempest plugin
TEMPEST_PLUGINS='/opt/stack/new/zaqar-tempest-plugin'