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:
Alex Schultz 2016-11-16 15:02:11 -07:00
parent 5e4701a4f2
commit f4bab99559
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if $::operatingsystem == 'Ubuntu' {
$ipv6 = false
} else {
$ssl_enabled = true
$ipv6 = false
$ipv6 = true
}
include ::openstack_integration