Merge "Clean up unused parameters"
This commit is contained in:
commit
cbefb48462
@ -32,18 +32,13 @@ if $::osfamily == 'RedHat' {
|
|||||||
case $::osfamily {
|
case $::osfamily {
|
||||||
'Debian': {
|
'Debian': {
|
||||||
$ipv6 = false
|
$ipv6 = false
|
||||||
# vitrage are not packaged yet in debian/ubuntu
|
|
||||||
$enable_vitrage = false
|
|
||||||
$om_rpc = 'rabbit'
|
$om_rpc = 'rabbit'
|
||||||
$om_notify = 'rabbit'
|
$om_notify = 'rabbit'
|
||||||
$notification_topics = $::os_service_default
|
|
||||||
}
|
}
|
||||||
'RedHat': {
|
'RedHat': {
|
||||||
$ipv6 = true
|
$ipv6 = true
|
||||||
$enable_vitrage = false
|
|
||||||
$om_rpc = 'amqp'
|
$om_rpc = 'amqp'
|
||||||
$om_notify = 'rabbit'
|
$om_notify = 'rabbit'
|
||||||
$notification_topics = ['notifications', 'vitrage_notifications']
|
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
fail("Unsupported osfamily (${::osfamily})")
|
fail("Unsupported osfamily (${::osfamily})")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user