DevStack plugin to configure HDFS backend.
Go to file
Tom Barron 8e66aa029a Fix default share type setting
Change [1] correctly attempted to set the default share type
for HDFS to include ``create_share_from_snapshot_support=True`,`
but there is a syntax issue when devstack attempts to
set this extra-spec in the share type so that results in
the server considering the request to be malformed [2].

Remove the extra quotation marks that cause this issue.

Closes-Bug: #1655495

[1] I8f1670439d6d0aa92378b3b3f13a4cdb2e628a21
[2] http://logs.openstack.org/03/395003/1/check/gate-manila-tempest-dsvm-hdfs-ubuntu-xenial-nv/827d7a4/logs/devstacklog.txt.gz#_2017-01-04_21_28_24_052

Change-Id: Ib82a9280c86042ffc0692b7106de11dc6b9ed028
2017-01-10 23:34:19 +00:00
devstack Fix default share type setting 2017-01-10 23:34:19 +00:00
manila Disable redundant upload of manila service image 2016-04-05 14:35:30 +03: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