RETIRED, UI component for application catalog
Go to file
2015-07-29 12:44:51 -07:00
app_catalog Initial commit of separated plugin. 2015-07-29 12:44:51 -07:00
component_catalog Initial commit of separated plugin. 2015-07-29 12:44:51 -07:00
enabled Initial commit of separated plugin. 2015-07-29 12:44:51 -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 Initial commit of separated plugin. 2015-07-29 12:44:51 -07:00
setup.py Initial commit of separated plugin. 2015-07-29 12:44:51 -07:00

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/kfox1111/apps-catalog-ui.git cd horizon git fetch https://review.openstack.org/openstack/horizon refs/changes/73/206773/2 && 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