manila/devstack
Tom Barron 5bfe7f335e Fix service image boot issues
We are getting:

403 errors 'Only volume-backed servers are allowed for flavors
with zero disk' on scenario tests.

Appears to be due to this change [1] which just merged to
nova master branch.  Ubuntu bionic server doc says the root disk
needs 1.5 GB so we are setting the flavor definition to require
2GB.

[1] c8e65a5eb1

Closes-bug: #1816050
Change-Id: Iba0a15b78bf75a04c1ac0e64e70634772b2dca5c
(cherry picked from commit 68b79e2ceae37d66105e9911bfd9f61265900ef0)
(cherry picked from commit fcb40df7773b033c9d6c3d2b4d46cedc311bac87)
2019-02-18 15:09:21 +00:00
..
2019-01-07 13:42:31 +00:00
2015-02-20 19:57:21 +02:00
2019-02-18 15:09:21 +00:00

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