Disable designate on Ubuntu
Designate is broken on Ubuntu for the ocata-m2 packages. Let's disable it to fix scenario003 for now. Change-Id: I92209f6bf6f28f6c70993fbd7fdbd1bccf0e59fe
This commit is contained in:
parent
44c2c5e832
commit
12cb1cc873
@ -38,7 +38,9 @@ if ($::operatingsystem == 'Ubuntu') and (versioncmp($::operatingsystemmajrelease
|
||||
$ssl_enabled = false
|
||||
# linuxbridge driver is not working with latest Ubuntu packaging.
|
||||
$neutron_plugin = 'openvswitch'
|
||||
$designate_enabled = true
|
||||
# TODO(aschultz): does not work with ocata-m2 right now, check it out when
|
||||
# we get m3
|
||||
$designate_enabled = false
|
||||
} else {
|
||||
$ssl_enabled = true
|
||||
$neutron_plugin = 'linuxbridge'
|
||||
|
Loading…
x
Reference in New Issue
Block a user