Pass rabbit_user to cinder on controller node

This commit is contained in:
xxl667
2012-11-30 11:08:20 +01:00
parent 73b05edee8
commit 2727e4f9a3

View File

@@ -287,6 +287,7 @@ class openstack::controller (
verbose => $verbose,
sql_connection => "mysql://${cinder_db_user}:${cinder_db_password}@${db_host}/${cinder_db_dbname}?charset=utf8",
rabbit_password => $rabbit_password,
rabbit_userid => $rabbit_user,
}
class { 'cinder::api':