DevStack plugin to configure HDFS backend.
Go to file
Tom Barron 54ac1f39a7 manila: use local.conf in pre_test_hook script
As per,
http://lists.openstack.org/pipermail/openstack-dev/2017-February/112872.html
a devstack plugin's pre_test_hook script can set options
in local.conf and not in localrc. Do so to unblock gate,
gate-manila-tempest-dsvm-hdfs-ubuntu-xenial-nv

Change-Id: Iabeab500908149a65e221b8b98c7b50a4af5b3e6
2017-02-27 13:07:18 -05:00
devstack HDFS testing with non-default snapshot extra specs 2016-11-08 09:56:22 -05:00
manila manila: use local.conf in pre_test_hook script 2017-02-27 13:07:18 -05:00
.gitreview Added .gitreview 2015-08-10 17:05:24 +00:00
LICENSE Initial commit 2015-08-11 12:50:20 +08:00
LICENSE.md Initial commit 2015-08-11 12:50:20 +08:00
README.md Edit README.md 2015-08-14 10:45:52 +08:00
tox.ini Fix bashate voting job 2016-03-07 19:22:34 +05:30

README.md

devstack-plugin-hdfs

The plugin would configure HDFS, and configure Manila to use it as its backend.

Goals

  • To install HDFS packages
  • Configures Manila with HDFS backend

How to use