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,
|
allowed_hosts => $allowed_hosts,
|
||||||
enabled => $enabled,
|
enabled => $enabled,
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
fail("unsupported db type: ${db_type}")
|
||||||
}
|
}
|
||||||
|
|
||||||
####### KEYSTONE ###########
|
####### KEYSTONE ###########
|
||||||
|
Reference in New Issue
Block a user