Replace git.openstack.org URLs with opendev.org URLs

Change-Id: I9e7e55a8868eeb5ae4a6fd1a7b7b2bb0dd54f329
This commit is contained in:
melissaml 2019-05-09 20:31:42 +08:00
parent ea892a4c71
commit d546193ed1
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ To run Monasca Analytics in DevStack, do the following three steps.
1. Clone the DevStack repo.
```
git clone https://git.openstack.org/openstack-dev/devstack
git clone https://opendev.org/openstack/devstack
```
2. Add the following to the DevStack local.conf file in the root of the devstack directory. You may
@ -36,7 +36,7 @@ LOGDIR=$DEST/logs
LOG_COLOR=False
# This line will enable all of Monasca Analytics.
enable_plugin monasca-analytics https://git.openstack.org/openstack/monasca-analytics
enable_plugin monasca-analytics https://opendev.org/openstack/monasca-analytics
```
# END DEVSTACK LOCAL.CONF CONTENTS
@ -68,4 +68,4 @@ enable_service rabbit mysql key
# implied.
# See the License for the specific language governing permissions and
# limitations under the License.
```
```