diff --git a/devstack/local.conf.example b/devstack/local.conf.example index ce9b7f6..83eec80 100644 --- a/devstack/local.conf.example +++ b/devstack/local.conf.example @@ -1,2 +1,2 @@ # settings file for watcher-dashboard plugin -enable_plugin watcher-dashboard git://git.openstack.org/openstack/watcher-dashboard +enable_plugin watcher-dashboard https://git.openstack.org/openstack/watcher-dashboard diff --git a/doc/source/install/installation.rst b/doc/source/install/installation.rst index 9f686a4..a02630f 100644 --- a/doc/source/install/installation.rst +++ b/doc/source/install/installation.rst @@ -15,7 +15,7 @@ If you want more details on how to install Horizon, you can have a look at the Then, you need to install Watcher Dashboard on the server running Horizon. To do so, you can issue the following commands:: - $ git clone git://git.openstack.org/openstack/watcher-dashboard + $ git clone https://git.openstack.org/openstack/watcher-dashboard $ cd watcher-dashboard $ pip install -e . @@ -50,7 +50,7 @@ Add the following to your DevStack ``local.conf`` file :: - enable_plugin watcher-dashboard git://git.openstack.org/openstack/watcher-dashboard + enable_plugin watcher-dashboard https://git.openstack.org/openstack/watcher-dashboard Unit testing