fail explicitly for unsupported db types

in all.pp
This commit is contained in:
Dan Bode
2012-10-28 21:23:44 -07:00
parent 8da819bcf2
commit 33f0fc1736

View File

@@ -165,6 +165,8 @@ class openstack::all (
allowed_hosts => $allowed_hosts,
enabled => $enabled,
}
} else {
fail("unsupported db type: ${db_type}")
}
####### KEYSTONE ###########