manila/devstack
vponomaryov 8252c3f3b4 Make devstack functions support grenade
'grenade' test job runs two versions of devstack - 'base' and 'target'.
And all devstack functions should be error-proof running more than one
time - 'grenade' needs twice. Therefore, make lots of devstack
functions check for results of previous runs such as presence of
resources that are going to be created.

Change-Id: I4232382d3c944666bbf0916a3f285b84f6ff9d64
(cherry picked from commit d706a595ea)
2016-04-22 12:44:37 +03:00
..
files Allow devstack plugin to work without Cinder 2016-03-04 15:33:34 -05:00
README.rst Add devstack plugin 2015-02-20 19:57:21 +02:00
plugin.sh Make devstack functions support grenade 2016-04-22 12:44:37 +03:00
settings Add tests to ensure snapshots across replicas 2016-03-19 11:53:02 +00: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