Skip to content

Commit

Permalink
Change repositories from stackforge to openstack
Browse files Browse the repository at this point in the history
Change-Id: I90d3b971b67a927738cf88800c1b0e672d7d4b99
  • Loading branch information
venkatamahesh committed Oct 19, 2015
1 parent 075ebae commit 4f42784
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
site_name: monasca-ui
repo_url: https://github.com/stackforge/monasca-ui
repo_url: https://github.com/openstack/monasca-ui
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f42784

Please sign in to comment.