DevStack plugin to configure HDFS backend.
Go to file
Ramana Raja 50f41a43f8 Fix Manila CI Tempest authentication issue
With the change [1] to DevStack project, preconfigured creds for Tempest,
required by Manila, cannot be used anymore. And for now, latest Tempest
interfaces do not allow use of preconfigured creds due to bug #1524717.
So, until this bug is fixed, workaround Devstack changes by setting legacy
options explicitly.

[1] I65b56ff681d6c27094380693c953fbc3664eceb0

Related-Bug: #1531049

Change-Id: If86b9ba11eed9412794468cc4787d0f43fc52571
2016-03-07 13:53:47 +00:00
devstack Enable multi-backends 2015-08-28 15:14:14 +08:00
manila Fix Manila CI Tempest authentication issue 2016-03-07 13:53:47 +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