style updates

This commit is contained in:
Dan Bode
2012-10-28 21:18:28 -07:00
parent 57d50f52eb
commit 6126c743b9
2 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,6 @@ class openstack::db::mysql (
# Nova
$nova_db_user = 'nova',
$nova_db_dbname = 'nova',
$allowed_hosts = false,
# Cinder
$cinder = true,
$cinder_db_user = 'cinder',
@@ -60,6 +59,7 @@ class openstack::db::mysql (
$quantum = true,
$quantum_db_user = 'quantum',
$quantum_db_dbname = 'quantum',
$allowed_hosts = false,
$enabled = true
) {