Li, Chen cec1498f54 Initial commit
Install HDFS when enable the plugin in localrc:

[[local|localrc]]
enable_plugin hdfs https://github.com/openstack/devstack-plugin-hdfs

Change-Id: I7ebf124113143ccb09dc9428a259101187ac3868
2015-08-11 12:50:20 +08:00

8 lines
201 B
Plaintext

# Devstack settings
# We have to add hdfs to enabled services for screen_it to work
enable_service hdfs
# Below are HDFS specific settings, with their defaults
HADOOP_VERSION=${HADOOP_VERSION:2.7.1}