app-catalog-ui/devstack
Kirill Zaitsev 1f8134ad5b Move app-catalog's panels to App Catalog dashboard
This commit moves panels of app-catalog-ui to 'App Catalog' dashboard,
allowing to share single dashboard between
muranodashboard and app-catalog-ui
Renames dashboard and panels in accordance to
https://etherpad.openstack.org/p/apps-dashboard-structure

This commit should be tested
in conjunction with Iea1439f2a23804c653fc60eb72e3c4b4e50c7498

Targets bp: catalog-dashboard-reorg

Change-Id: I433bf09387dbfaf023b7b89be01b1daf504feaf4
2016-10-04 20:07:21 +03:00
..
README.rst Add readme for devstack 2016-01-25 16:16:49 -06:00
plugin.sh Move app-catalog's panels to App Catalog dashboard 2016-10-04 20:07:21 +03:00
settings Cleanup devstack install and configure 2016-01-25 16:38:24 -06:00

README.rst

Enabling App Catalog in Devstack

  1. Download DevStack:

    > git clone https://git.openstack.org/openstack-dev/devstack
    > cd devstack
  2. Add this repo as an external plugin repository:

    cat >> local.conf <<EOF
    [[local|localrc]]
    enable_plugin app-catalog-ui https://github.com/openstack/app-catalog-ui
    EOF
  3. Run stack.sh