deb-murano/devstack
Kirill Zaitsev f513bfd73b Run compress command for dashboard in devstack
Adds compress --force call, similar to the on lib/horizon in devstack
has, to allow auto discovery of static assets in horizon.

Change-Id: I4fb3650071ff6c166cb25c6d5036f8f5052cc35e
Closes-Bug: #1490510
2015-08-31 14:30:20 +03:00
..
plugin.sh Run compress command for dashboard in devstack 2015-08-31 14:30:20 +03:00
README.rst Make use of devstack external plugin 2015-06-22 12:33:56 +02:00
settings Use setup_develop in devstack libs and plugin for devstack 2015-07-16 17:30:14 +03:00

Enabling in Devstack

  1. Download DevStack

  2. Add this repo as an external repository and enable needed services:

    > cat local.conf
    [[local|localrc]]
    enable_plugin murano https://github.com/openstack/murano
    enable_service murano murano-api murano-engine
  3. run stack.sh