DevStack plugin to configure HDFS backend.
Go to file
Ramana Raja c7e09efaa1 Fix bashate voting job
The bashate job, a voting job, has been failing for a while due to
two bugs. Fix the two bugs that require modifications to tox's
configuration file, tox.ini.

Bug #1527562
Remove inline comments after line escape that isn't understood
by tox's ini parser.
This is due to the backward incompatible fix for,
https://bitbucket.org/hpk42/tox/issues/181

Bug #1554019
Ignore .xml files that do not need to comply with bashate.

Closes-Bug: #1527562
Closes-Bug: #1554019

Change-Id: Id11275d5d15e30d2558a475a4877e6d71bdc6726
2016-03-07 19:22:34 +05:30
devstack Enable multi-backends 2015-08-28 15:14:14 +08:00
manila Merge "Enable extend share test" 2015-10-12 02:45:53 +00: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