manila/devstack
venkatamahesh 3ffb4979f3 Move the config environment variables into devstack/settings file
As per the plugin documentation, for reference
http://docs.openstack.org/developer/devstack/plugins.html
the config environment variables should be added to
"devstack/settings" file

Change-Id: I676fd091c22d2bef71cb988f1163a811bf4cd1de
2015-12-21 23:02:06 +05:30
..
README.rst Add devstack plugin 2015-02-20 19:57:21 +02:00
plugin.sh Move the config environment variables into devstack/settings file 2015-12-21 23:02:06 +05:30
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