Change repositories from stackforge to openstack
Change-Id: I90d3b971b67a927738cf88800c1b0e672d7d4b99
This commit is contained in:
parent
075ebae1ff
commit
4f427844d1
@ -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
|
||||
```
|
||||
|
@ -1,2 +1,2 @@
|
||||
site_name: monasca-ui
|
||||
repo_url: https://github.com/stackforge/monasca-ui
|
||||
repo_url: https://github.com/openstack/monasca-ui
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user