fail explicitly for unsupported db types
in all.pp
This commit is contained in:
@@ -165,6 +165,8 @@ class openstack::all (
|
||||
allowed_hosts => $allowed_hosts,
|
||||
enabled => $enabled,
|
||||
}
|
||||
} else {
|
||||
fail("unsupported db type: ${db_type}")
|
||||
}
|
||||
|
||||
####### KEYSTONE ###########
|
||||
|
Reference in New Issue
Block a user