From 45a5ab167bbae22e50fd62f8317684eaab73f1bc Mon Sep 17 00:00:00 2001 From: melissaml Date: Thu, 9 May 2019 20:35:50 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: Iecd4cdbdf9418d7dc17944a0001b3536bf8986c8 --- devstack/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devstack/README.md b/devstack/README.md index 80af45fcb..70a67112f 100644 --- a/devstack/README.md +++ b/devstack/README.md @@ -14,7 +14,7 @@ To run Monasca 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 @@ -52,7 +52,7 @@ MONASCA_METRICS_DB=${MONASCA_METRICS_DB:-influxdb} # MONASCA_METRICS_DB=${MONASCA_METRICS_DB:-vertica} # This line will enable all of Monasca. -enable_plugin monasca-api https://git.openstack.org/openstack/monasca-api +enable_plugin monasca-api https://opendev.org/openstack/monasca-api # END DEVSTACK LOCAL.CONF CONTENTS ``` @@ -84,7 +84,7 @@ enable_service rabbit mysql key horizon tempest Vagrant can be used to deploy a VM with Devstack and Monasca running in it using the Vagrantfile. After installing Vagrant, just run the command `vagrant up` as usual in the `../monasca-api/devstack` directory. To use local repositories in the devstack install, commit your changes to the master branch of the local repo, then modify the `_REPO` variable in the settings file that corresponds to the local repo to use ```file://my/local/repo/location```. -To use a local instance of the monasca-api repo, change the ```enable_plugin monasca-api https://git.openstack.org/openstack/monasca-api``` to ```enable_plugin monasca-api file://my/repo/is/here```. Both of these settings will only take effect on a rebuild of the devstack VM. +To use a local instance of the monasca-api repo, change the ```enable_plugin monasca-api https://opendev.org/openstack/monasca-api``` to ```enable_plugin monasca-api file://my/repo/is/here```. Both of these settings will only take effect on a rebuild of the devstack VM. ## Enable Vertica as the Metrics DB using Vagrant