RETIRED, UI component for application catalog
Go to file
Kevin Fox 028eab6dd6 Autodetect services
Autodetect services provided by the cloud. Add a stub for Murano.

Change-Id: I54ddcd9494c0476a7efbe09eef816236608c8453
2015-08-06 15:16:21 -07:00
app_catalog Autodetect services 2015-08-06 15:16:21 -07:00
component_catalog Magic Search, Local server, updates. 2015-08-06 07:54:01 -07:00
enabled Minor tweaks. 2015-07-29 15:17:48 -07:00
.gitreview Update README locations. 2015-07-31 08:19:23 -07:00
LICENSE Initial commit of separated plugin. 2015-07-29 12:44:51 -07:00
MANIFEST.in Initial commit of separated plugin. 2015-07-29 12:44:51 -07:00
README.rst Magic Search, Local server, updates. 2015-08-06 07:54:01 -07:00
setup.py Initial commit of separated plugin. 2015-07-29 12:44:51 -07:00

README.rst

apps-catalog-ui

This makes the Appications and Components stored in the OpenStack Application Catalog available to users in their own Cloud's Horizon UI.

Requirements

apps-catalog-ui is intended to use only on systems running Horizon

How to try this package

git clone http://github.com/openstack/horizon.git
git clone http://github.com/stackforge/apps-catalog-ui.git
cd horizon
git fetch https://review.openstack.org/openstack/horizon refs/changes/73/206773/13 && git checkout FETCH_HEAD
git fetch https://review.openstack.org/openstack/horizon refs/changes/82/201582/7 && git cherry-pick FETCH_HEAD
./run_tests.sh -f --docs
cp ./openstack_dashboard/local/local_settings.py.example ./openstack_dashboard/local/local_settings.py
pushd ../apps-catalog-ui
../horizon/tools/with_venv.sh pip install --upgrade .
cp -a enabled/* ../horizon/openstack_dashboard/enabled/
popd
./run_tests.sh --runserver 127.0.0.1:18000