Update reference to repo

This commit updates the reference to
the repository after it was moved
from stackforge to openstack namespace.

Change-Id: I715bcb14275fbda7f828648cff9af6b640a9d0e1
This commit is contained in:
Christopher Aedo 2015-09-11 17:24:55 -07:00
parent a9b5c76c26
commit 1e7c97cfb7
1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
=============== ==============
apps-catalog-ui app-catalog-ui
=============== ==============
This makes the Applications and Components stored in the OpenStack Application This makes the Applications and Components stored in the OpenStack Application
Catalog available to users in their own Cloud's Horizon UI. Catalog available to users in their own Cloud's Horizon UI.
@ -9,7 +9,7 @@ Catalog available to users in their own Cloud's Horizon UI.
Requirements Requirements
============ ============
apps-catalog-ui is intended to use only on systems running Horizon app-catalog-ui is intended to use only on systems running Horizon
How to try this package How to try this package
@ -21,7 +21,7 @@ Add the following to your Devstack local.conf file
:: ::
enable_plugin app-catalog-ui https://git.openstack.org/stackforge/apps-catalog-ui enable_plugin app-catalog-ui https://git.openstack.org/openstack/app-catalog-ui
With Horizon With Horizon
------------ ------------
@ -29,7 +29,7 @@ With Horizon
:: ::
git clone http://github.com/openstack/horizon.git git clone http://github.com/openstack/horizon.git
git clone http://github.com/stackforge/apps-catalog-ui.git git clone http://github.com/openstack/app-catalog-ui.git
cd horizon cd horizon
./run_tests.sh -f --docs ./run_tests.sh -f --docs
cp ./openstack_dashboard/local/local_settings.py.example ./openstack_dashboard/local/local_settings.py cp ./openstack_dashboard/local/local_settings.py.example ./openstack_dashboard/local/local_settings.py