diff --git a/devstack/local.conf.example b/devstack/local.conf.example index 09e7351..e1349eb 100644 --- a/devstack/local.conf.example +++ b/devstack/local.conf.example @@ -49,7 +49,7 @@ NETWORK_GATEWAY=${NETWORK_GATEWAY:-15.0.0.1} FIXED_RANGE=${FIXED_RANGE:-15.0.0.0/24} enable_plugin heat https://git.openstack.org/openstack/ master -enable_plugin networking-sfc git://git.openstack.org/openstack/networking-sfc master +enable_plugin networking-sfc https://git.openstack.org/openstack/networking-sfc master enable_plugin barbican https://git.openstack.org/openstack/barbican enable_plugin apmec https://github.com/pineunity/apmec.git master diff --git a/devstack/local.conf.standalone b/devstack/local.conf.standalone index bed4aa4..941ff82 100644 --- a/devstack/local.conf.standalone +++ b/devstack/local.conf.standalone @@ -17,7 +17,7 @@ LOGFILE=$DEST/logs/stack.sh.log VERBOSE=True ENABLE_DEBUG_LOG_LEVEL=True ENABLE_VERBOSE_LOG_LEVEL=True -GIT_BASE=${GIT_BASE:-git://git.openstack.org} +GIT_BASE=${GIT_BASE:-https://git.openstack.org} APMEC_MODE=standalone USE_BARBICAN=True diff --git a/doc/source/contributor/development.environment.rst b/doc/source/contributor/development.environment.rst index 463f848..a55054e 100644 --- a/doc/source/contributor/development.environment.rst +++ b/doc/source/contributor/development.environment.rst @@ -41,7 +41,7 @@ Getting the code Grab the code:: - git clone git://git.openstack.org/openstack/apmec.git + git clone https://git.openstack.org/openstack/apmec.git cd apmec diff --git a/doc/source/install/devstack.rst b/doc/source/install/devstack.rst index d336f5a..51231bf 100644 --- a/doc/source/install/devstack.rst +++ b/doc/source/install/devstack.rst @@ -50,7 +50,7 @@ is the target branch, the is stable/pike. VERBOSE=True ENABLE_DEBUG_LOG_LEVEL=True ENABLE_VERBOSE_LOG_LEVEL=True - GIT_BASE=${GIT_BASE:-git://git.openstack.org} + GIT_BASE=${GIT_BASE:-https://git.openstack.org} APMEC_MODE=standalone USE_BARBICAN=True