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: I3e3db24e56cffd7eb682d720f0496c90264b0b60
This commit is contained in:
Ian Wienand 2019-03-24 20:34:17 +00:00
parent 10b15860c9
commit 003b9eaff6
9 changed files with 16 additions and 16 deletions

View File

@ -11,7 +11,7 @@ Enabling in Devstack
> cat local.conf
[[local|localrc]]
enable_plugin murano git://git.openstack.org/openstack/murano
enable_plugin murano https://git.openstack.org/openstack/murano
#Enable heat plugin
enable_plugin heat https://git.openstack.org/openstack/heat

View File

@ -121,7 +121,7 @@ You need simply update your ``local.conf`` with the following:
.. code-block:: ini
[[local|localrc]]
enable_plugin murano git://git.openstack.org/openstack/murano
enable_plugin murano https://git.openstack.org/openstack/murano
enable_service murano-cfapi
How to use service broker

View File

@ -22,7 +22,7 @@ with murano, proceed with the following steps:
> cat local.conf
[[local|localrc]]
enable_plugin murano git://git.openstack.org/openstack/murano
enable_plugin murano https://git.openstack.org/openstack/murano
#. If you want to enable Murano Cloud Foundry Broker API service, add the
following line to ``local.conf``:

View File

@ -64,7 +64,7 @@ Install the API service and engine
.. code-block:: console
cd ~/murano
git clone git://git.openstack.org/openstack/murano
git clone https://git.openstack.org/openstack/murano
#. Create the configuration file. Murano has a common configuration
file for API and engine services.
@ -244,13 +244,13 @@ This section describes how to install and run the murano dashboard.
.. code-block:: console
cd ~/murano
git clone git://git.openstack.org/openstack/murano-dashboard
git clone https://git.openstack.org/openstack/murano-dashboard
#. Clone the ``horizon`` repository:
.. code-block:: console
git clone git://git.openstack.org/openstack/horizon
git clone https://git.openstack.org/openstack/horizon
#. Create a virtual environment and install ``muranodashboard``
as an editable module:
@ -368,7 +368,7 @@ To import applications using CLI, complete the following tasks:
.. code-block:: console
cd ~/murano
git clone git://git.openstack.org/openstack/murano-apps
git clone https://git.openstack.org/openstack/murano-apps
#. Import every package you need from this repository by running
the following command:

View File

@ -21,7 +21,7 @@ Install the API service and Engine
.. code-block:: console
cd ~/murano
git clone git://git.openstack.org/openstack/murano
git clone https://git.openstack.org/openstack/murano
..
#. Set up the murano config file
@ -163,14 +163,14 @@ Dashboard.
.. code-block:: console
$ cd ~/murano
$ git clone git://git.openstack.org/openstack/murano-dashboard
$ git clone https://git.openstack.org/openstack/murano-dashboard
..
#. Clone the ``horizon`` repository
.. code-block:: console
$ git clone git://git.openstack.org/openstack/horizon
$ git clone https://git.openstack.org/openstack/horizon
..
#. Create a virtual environment and install ``muranodashboard`` as an editable

View File

@ -21,7 +21,7 @@ This can be done via the dashboard or via CLI:
.. code-block:: console
cd ~/murano
git clone git://git.openstack.org/openstack/murano-apps
git clone https://git.openstack.org/openstack/murano-apps
..
2. Import every package you need from this repository, using the command

View File

@ -25,8 +25,8 @@ Clone the components required to build an image to that directory:
.. code-block:: console
cd $GITDIR
git clone git://git.openstack.org/openstack/murano
git clone git://git.openstack.org/openstack/murano-agent
git clone https://git.openstack.org/openstack/murano
git clone https://git.openstack.org/openstack/murano-agent
Install diskimage-builder

View File

@ -107,7 +107,7 @@ To download and run the tests:
.. code-block:: console
git clone git://git.openstack.org/openstack/murano-dashboard
git clone https://git.openstack.org/openstack/murano-dashboard
#. Change the default settings:

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'
@ -30,7 +30,7 @@
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
TEMPEST_PLUGINS='/opt/stack/new/murano-tempest-plugin /opt/stack/new/heat-tempest-plugin'
enable_plugin heat git://git.openstack.org/openstack/heat
enable_plugin heat https://git.openstack.org/openstack/heat
EOF
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'