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:
Alex Schultz 2017-01-24 19:17:01 -07:00
parent 44c2c5e832
commit 12cb1cc873

View File

@ -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'