update db params for compute

This commit updates the db params for the compute
role b/c the param names changed in:

  https://review.openstack.org/#/c/30782/

This patch is required to fix the test run by this module.

Change-Id: I8926422ffe7381323d08404a9267741fbd02d873
This commit is contained in:
Dan Bode 2013-05-29 13:56:40 -07:00
parent 6d1a5c0c8b
commit b1f3959f5b
1 changed files with 3 additions and 2 deletions

View File

@ -266,8 +266,9 @@ node /compute/ {
private_interface => $private_interface,
internal_address => $::ipaddress_eth1,
libvirt_type => $libvirt_type,
sql_connection => "mysql://nova:${nova_db_password}@${openstack_controller}/nova",
cinder_sql_connection => "mysql://cinder:${cinder_db_password}@${openstack_controller}/cinder",
db_host => $openstack_controller,
cinder_db_password => $cinder_db_password,
nova_db_password => $nova_db_password,
multi_host => $multi_host,
fixed_range => $fixed_network_range,
nova_user_password => $nova_user_password,