Change repositories from stackforge to openstack

Change-Id: I90d3b971b67a927738cf88800c1b0e672d7d4b99
This commit is contained in:
venkatamahesh 2015-10-19 09:59:14 +05:30
parent 075ebae1ff
commit 4f427844d1
3 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ by monasca-vagrant.
* ln -s grafana/src horizon/static/grafana
* cd horizon
* Add git+https://github.com/stackforge/monasca-ui.git to requirements.txt
* Add git+https://github.com/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,7 +22,7 @@ by monasca-vagrant.
##Get the Code
```
git clone https://github.com/stackforge/monasca-ui.git # clone monasca-ui
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://github.com/hpcloud-mon/grafana.git # clone grafana
```

View File

@ -1,2 +1,2 @@
site_name: monasca-ui
repo_url: https://github.com/stackforge/monasca-ui
repo_url: https://github.com/openstack/monasca-ui

View File

@ -4,7 +4,7 @@ summary = Monasca Plugin for Horizon
description-file = README.md
author = Hewlett-Packard
author-email = rob.raymond@hp.com
home-page = https://github.com/stackforge/monasca-ui
home-page = https://github.com/openstack/monasca-ui
classifier =
Environment :: Console
Intended Audience :: Information Technology