manila/devstack
vponomaryov 08e2a666bc Make Manila UI be installed after Horizon
Recent devstack change [1] made Horizon be installed at later point than it
was. It is inconsistent with our Devstack plugin that now installs Manila UI
earlier than Horizon. So, postpone installation of Manila UI until Horizon
exists and fix gates by this action.

[1] I8bf2ceaf7734c4f7cec68bc05d7cdbae81ef311e

Change-Id: Icb2fc77235cb7f6ec4349dacddf262c3e3be76c2
Closes-Bug: #1532300
2016-01-08 22:56:37 +02:00
..
README.rst Add devstack plugin 2015-02-20 19:57:21 +02:00
plugin.sh Make Manila UI be installed after Horizon 2016-01-08 22:56:37 +02:00
settings Move the config environment variables into devstack/settings file 2015-12-21 23:02:06 +05:30

README.rst

Enabling in Devstack

  1. Download DevStack

  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin manila https://github.com/openstack/manila
  3. run stack.sh