manila/devstack
Igor Malinovskiy 770c272b67 Make devstack install manila-ui if horizon is enabled
For the moment, our devstack plugin can not install manila-ui plugin
to horizon. But it would be really useful thing to do.
Installing devstack with enabled manila we will have manila-ui plugin
installed into horizon by default.

Use env var "MANILA_UI_ENABLED" (default=True) to enable/disable its
installation.

Depends-On: Iaa46955d3e3cc3f96ee21fcabe2c47fd6ab22354

Change-Id: Ia64ab7b88c2c1df4d3bf4771c4ea4a9353ed8c97
2015-05-27 12:58:52 +03:00
..
README.rst Add devstack plugin 2015-02-20 19:57:21 +02:00
plugin.sh Make devstack install manila-ui if horizon is enabled 2015-05-27 12:58:52 +03:00
settings Add devstack plugin 2015-02-20 19:57:21 +02:00

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