RETIRED, UI component for application catalog
Go to file
Kevin Fox 57a958be87 Service Type Filters and table tweaks.
Add checkboxes so that Users can filter by service type.
Add pagination, sorting, and text search. Lay groundwork
for when magic-search widget works.

Change-Id: I73cdee3acef070b5cc83eb76a385714b8b7aefc3
2015-08-04 09:35:29 -07:00
app_catalog Service Type Filters and table tweaks. 2015-08-04 09:35:29 -07:00
component_catalog Share model for apps/components views. 2015-08-04 03:04:28 -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 Update README locations. 2015-07-31 08:19:23 -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/4 && git checkout 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