Change Git URL from GitHub to OpenStack

OpenStack uses git.openstack.org as an official server.

Change-Id: I7a52d898331e51fb67220e4362f6b96169ef2a58
This commit is contained in:
KATO Tomoyuki 2016-02-02 11:29:28 +09:00
parent 996741361c
commit 2e0e4160ff
1 changed files with 4 additions and 4 deletions

View File

@ -6,12 +6,12 @@ by monasca-vagrant.
#Deployment Set Up
* git clone https://github.com/openstack/horizon.git # clone horizon
* git clone https://git.openstack.org/openstack/horizon.git # clone horizon
* git clone https://github.com/hpcloud-mon/grafana.git
* ln -r -s grafana/src *apache_document_root*/grafana
* cd horizon
* Add git+https://github.com/openstack/monasca-ui.git to requirements.txt
* Add git+https://git.openstack.org/openstack/monasca-ui.git to requirements.txt
* Edit openstack_dashboard/settings.py to include the following two lines:
* import monitoring.enabled
* monitoring.enabled, #Add to the settings.update_dashboards list
@ -22,8 +22,8 @@ by monasca-vagrant.
##Get the Code
```
git clone https://github.com/openstack/monasca-ui.git # clone monasca-ui
git clone https://github.com/openstack/horizon.git # clone horizon
git clone https://git.openstack.org/openstack/monasca-ui.git # clone monasca-ui
git clone https://git.openstack.org/openstack/horizon.git # clone horizon
git clone https://github.com/hpcloud-mon/grafana.git # clone grafana
```