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: Ieffad700c68c51c084c44af2eda497233f29ceff
This commit is contained in:
parent
88dc689225
commit
ca9cb26eee
@ -53,8 +53,8 @@
|
||||
- ^releasenotes/.*$
|
||||
vars:
|
||||
devstack_plugins:
|
||||
manila: git://git.openstack.org/openstack/manila
|
||||
manila-ui: git://git.openstack.org/openstack/manila-ui
|
||||
manila: https://git.openstack.org/openstack/manila
|
||||
manila-ui: https://git.openstack.org/openstack/manila-ui
|
||||
devstack_services:
|
||||
horizon: true
|
||||
tox_envlist: integration
|
||||
|
@ -8,7 +8,7 @@ DevStack Installation
|
||||
Add this repo as an external repository into your ``local.conf`` file::
|
||||
|
||||
[[local|localrc]]
|
||||
enable_plugin manila-ui git://git.openstack.org/openstack/manila-ui
|
||||
enable_plugin manila-ui https://git.openstack.org/openstack/manila-ui
|
||||
|
||||
Manual Installation
|
||||
-------------------
|
||||
@ -16,7 +16,7 @@ Manual Installation
|
||||
Begin by installing Horizon following the `Horizon Manual Installation Guide <https://docs.openstack.org/horizon/latest/install/from-source.html>`__
|
||||
and clone Manila UI repository::
|
||||
|
||||
git clone git://git.openstack.org/openstack/manila-ui
|
||||
git clone https://git.openstack.org/openstack/manila-ui
|
||||
|
||||
Install Manila UI with all dependencies. From within the horizon folder::
|
||||
|
||||
|
@ -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 manila git://git.openstack.org/openstack/manila
|
||||
enable_plugin manila-ui git://git.openstack.org/openstack/manila-ui
|
||||
enable_plugin manila https://git.openstack.org/openstack/manila
|
||||
enable_plugin manila-ui https://git.openstack.org/openstack/manila-ui
|
||||
|
||||
EOF
|
||||
executable: /bin/bash
|
||||
|
2
tox.ini
2
tox.ini
@ -24,7 +24,7 @@ setenv = DJANGO_SETTINGS_MODULE=manila_ui.tests.settings
|
||||
[testenv:py3-dev]
|
||||
setenv = DJANGO_SETTINGS_MODULE=manila_ui.tests.settings
|
||||
commands =
|
||||
pip install {env:HORIZON_REPO:git+git://git.openstack.org/openstack/horizon}
|
||||
pip install {env:HORIZON_REPO:git+https://git.openstack.org/openstack/horizon}
|
||||
{[testenv]commands}
|
||||
|
||||
RIZON_INTEGRATION_TESTS_CONFIG_FILE=manila_ui/tests/integration/horizon.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user