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: I570bb0be463ecf6681bbe84da4006e7157d28d43
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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``:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -58,7 +58,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
|
||||
|
||||
@@ -25,14 +25,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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user