Fix scenario004 ipv6
This fixes scenario004 so it will properly do ipv6 under CentOS while still disabling ipv6 when running under Ubuntu. Change-Id: I3ea139ee734c2540a292262dff381003749918bf
This commit is contained in:
parent
5e4701a4f2
commit
f4bab99559
@ -20,7 +20,7 @@ if $::operatingsystem == 'Ubuntu' {
|
||||
$ipv6 = false
|
||||
} else {
|
||||
$ssl_enabled = true
|
||||
$ipv6 = false
|
||||
$ipv6 = true
|
||||
}
|
||||
|
||||
include ::openstack_integration
|
||||
|
Loading…
x
Reference in New Issue
Block a user