manila/devstack
Valeriy Ponomaryov 88fb70f92b Fix ZFSonLinux driver prerequisites setup
We call "apt-get upgrade" to apply changes related to ppa
of ZFS on linux. But "grub"-related packaged started making
dialog that hangs forever in case of automatic setup.
So, exclude "grub" related packages from update as redundant
for unblocking ZFSonLinux driver prerequisites setup.

Change-Id: Ibb94604710b0d4199825e770194655653c26bf89
Closes-Bug: #1609696
2016-08-04 13:28:37 +03:00
..
files Allow devstack plugin to work without Cinder 2016-03-04 15:33:34 -05:00
upgrade Add Grenade support to Manila 2016-04-22 12:46:37 +03:00
README.rst Add devstack plugin 2015-02-20 19:57:21 +02:00
plugin.sh Fix ZFSonLinux driver prerequisites setup 2016-08-04 13:28: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