Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: Id879e3beb5e3c34c9413f1d1342c43f7634ef957
This commit is contained in:
parent
55af2ffa8d
commit
6a3c3f0089
@ -254,10 +254,10 @@ Create devstack/local.conf with minimal settings required to enable Mogan::
|
||||
SWIFT_TEMPURL_KEY=password
|
||||
|
||||
# Enable Ironic plugin
|
||||
enable_plugin ironic git://git.openstack.org/openstack/ironic
|
||||
enable_plugin ironic https://git.openstack.org/openstack/ironic
|
||||
|
||||
# Enable Mogan plugin
|
||||
enable_plugin mogan git://git.openstack.org/openstack/mogan
|
||||
enable_plugin mogan https://git.openstack.org/openstack/mogan
|
||||
|
||||
ENABLED_SERVICES=g-api,g-reg,q-agt,q-dhcp,q-l3,q-svc,key,mysql,rabbit,ir-api,ir-cond,s-account,s-container,s-object,s-proxy,tempest
|
||||
|
||||
@ -316,10 +316,10 @@ local.conf should be as follows::
|
||||
SWIFT_TEMPURL_KEY=password
|
||||
|
||||
# Enable Ironic plugin
|
||||
enable_plugin ironic git://git.openstack.org/openstack/ironic
|
||||
enable_plugin ironic https://git.openstack.org/openstack/ironic
|
||||
|
||||
# Enable Mogan plugin
|
||||
enable_plugin mogan git://git.openstack.org/openstack/mogan
|
||||
enable_plugin mogan https://git.openstack.org/openstack/mogan
|
||||
|
||||
# Install networking-generic-switch Neutron ML2 driver that interacts with OVS
|
||||
enable_plugin networking-generic-switch https://git.openstack.org/openstack/networking-generic-switch
|
||||
|
@ -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,8 +29,8 @@
|
||||
set -x
|
||||
cat << 'EOF' >>"/tmp/dg-local.conf"
|
||||
[[local|localrc]]
|
||||
enable_plugin ironic git://git.openstack.org/openstack/ironic
|
||||
enable_plugin mogan git://git.openstack.org/openstack/mogan
|
||||
enable_plugin ironic https://git.openstack.org/openstack/ironic
|
||||
enable_plugin mogan https://git.openstack.org/openstack/mogan
|
||||
IRONIC_TEMPEST_WHOLE_DISK_IMAGE=True
|
||||
IRONIC_USE_RESOURCE_CLASSES=True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user