diff --git a/manifests/all.pp b/manifests/all.pp index 6750148..9cf9319 100644 --- a/manifests/all.pp +++ b/manifests/all.pp @@ -165,6 +165,8 @@ class openstack::all ( allowed_hosts => $allowed_hosts, enabled => $enabled, } + } else { + fail("unsupported db type: ${db_type}") } ####### KEYSTONE ###########