Merge "Switch GIT_BASE to https://"
This commit is contained in:
commit
5ad2f21233
@ -40,9 +40,9 @@ class TestDevstackLocalConf(unittest.TestCase):
|
|||||||
# We use ordereddict here to make sure the plugins are in the
|
# We use ordereddict here to make sure the plugins are in the
|
||||||
# *wrong* order for testing.
|
# *wrong* order for testing.
|
||||||
plugins = OrderedDict([
|
plugins = OrderedDict([
|
||||||
('bar', 'git://git.openstack.org/openstack/bar-plugin'),
|
('bar', 'https://git.openstack.org/openstack/bar-plugin'),
|
||||||
('foo', 'git://git.openstack.org/openstack/foo-plugin'),
|
('foo', 'https://git.openstack.org/openstack/foo-plugin'),
|
||||||
('baz', 'git://git.openstack.org/openstack/baz-plugin'),
|
('baz', 'https://git.openstack.org/openstack/baz-plugin'),
|
||||||
])
|
])
|
||||||
p = dict(localrc=localrc,
|
p = dict(localrc=localrc,
|
||||||
local_conf=local_conf,
|
local_conf=local_conf,
|
||||||
@ -94,8 +94,8 @@ class TestDevstackLocalConf(unittest.TestCase):
|
|||||||
# We use ordereddict here to make sure the plugins are in the
|
# We use ordereddict here to make sure the plugins are in the
|
||||||
# *wrong* order for testing.
|
# *wrong* order for testing.
|
||||||
plugins = OrderedDict([
|
plugins = OrderedDict([
|
||||||
('bar-plugin', 'git://git.openstack.org/openstack/bar-plugin'),
|
('bar-plugin', 'https://git.openstack.org/openstack/bar-plugin'),
|
||||||
('foo-plugin', 'git://git.openstack.org/openstack/foo-plugin'),
|
('foo-plugin', 'https://git.openstack.org/openstack/foo-plugin'),
|
||||||
])
|
])
|
||||||
p = dict(localrc=localrc,
|
p = dict(localrc=localrc,
|
||||||
local_conf=local_conf,
|
local_conf=local_conf,
|
||||||
@ -227,8 +227,8 @@ class TestDevstackLocalConf(unittest.TestCase):
|
|||||||
# We use ordereddict here to make sure the plugins are in the
|
# We use ordereddict here to make sure the plugins are in the
|
||||||
# *wrong* order for testing.
|
# *wrong* order for testing.
|
||||||
plugins = OrderedDict([
|
plugins = OrderedDict([
|
||||||
('bar', 'git://git.openstack.org/openstack/bar-plugin'),
|
('bar', 'https://git.openstack.org/openstack/bar-plugin'),
|
||||||
('foo', 'git://git.openstack.org/openstack/foo-plugin'),
|
('foo', 'https://git.openstack.org/openstack/foo-plugin'),
|
||||||
])
|
])
|
||||||
p = dict(localrc=localrc,
|
p = dict(localrc=localrc,
|
||||||
local_conf=local_conf,
|
local_conf=local_conf,
|
||||||
|
3
stackrc
3
stackrc
@ -237,8 +237,7 @@ WSGI_MODE=${WSGI_MODE:-"uwsgi"}
|
|||||||
# ------------
|
# ------------
|
||||||
|
|
||||||
# Base GIT Repo URL
|
# Base GIT Repo URL
|
||||||
# Another option is https://git.openstack.org
|
GIT_BASE=${GIT_BASE:-https://git.openstack.org}
|
||||||
GIT_BASE=${GIT_BASE:-git://git.openstack.org}
|
|
||||||
|
|
||||||
# The location of REQUIREMENTS once cloned
|
# The location of REQUIREMENTS once cloned
|
||||||
REQUIREMENTS_DIR=$DEST/requirements
|
REQUIREMENTS_DIR=$DEST/requirements
|
||||||
|
Loading…
Reference in New Issue
Block a user