RETIRED, UI component for application catalog
Go to file
Kevin Fox 0d4bc3a00a Add more messages
If an error happens, if the app-catalog api is deprecated, or retired,
let the user know.

Change-Id: Iaf6e2656812f09e4c03ff016fc22829c33898666
2015-08-28 11:23:14 +00:00
app_catalog Add more messages 2015-08-28 11:23:14 +00:00
component_catalog http, not https 2015-08-06 15:43:19 -07:00
enabled Initial stab at a grid layout for apps. 2015-08-20 09:43:00 -07:00
.gitreview Update README locations. 2015-07-31 08:19:23 -07:00
LICENSE Initial stab at a grid layout for apps. 2015-08-20 09:43:00 -07:00
MANIFEST.in More packaging stuff 2015-08-23 15:18:28 -07:00
README.rst Add more messages 2015-08-28 11:23:14 +00:00
setup.cfg Fix a few packaging things. 2015-08-23 14:51:16 -07:00
setup.py More packaging stuff 2015-08-23 15:18:28 -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/23 && git checkout FETCH_HEAD
git fetch https://review.openstack.org/openstack/horizon refs/changes/43/216443/1 && 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