Enable Manila in Packstack

Enables the configuration of the Manila File Share
Service in Packstack. Uses the puppet-manila module
for installation and configuration.

Change-Id: I4509c9fbdc9317e03b32964b7b02672439e306fc
This commit is contained in:
Ryan Hefner
2014-10-09 01:07:17 -04:00
parent e5f8ce71d7
commit 72690e0b3c
13 changed files with 508 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
class { 'manila::db::mysql':
password => hiera('CONFIG_MANILA_DB_PW'),
allowed_hosts => '%%',
charset => 'utf8',
}