manila/devstack
binean dac458af56 TrivialFix: Remove deprecated option 'DEFAULT/verbose'
Option "verbose" from group "DEFAULT" is deprecated for removal.
Its value may be silently ignored in the future.

If this option is not set explicitly, there is no such warning.
Furthermore, the default value of verbose is true, so there is no
need to set this value in config files.

And we use oslo_config.generator to generate a sample file.
We'd better fix the doc not encourage user to set verbose=True.

Change-Id: Ie9a68e511425d34cbce04e416f258db3064d0479
2016-01-22 18:01:21 +08:00
..
plugin.sh TrivialFix: Remove deprecated option 'DEFAULT/verbose' 2016-01-22 18:01:21 +08:00
README.rst Add devstack plugin 2015-02-20 19:57:21 +02:00
settings Move the config environment variables into devstack/settings file 2015-12-21 23:02:06 +05:30

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