beaker: disable taskmanager on Xenial
It's not working correctly for now, let's disable it, like we did in puppet-openstack-integration. Change-Id: Icfe0da6ed635d82e0504860dbf978035fc983286
This commit is contained in:
parent
98f9434696
commit
b3e9387285
@ -51,8 +51,12 @@ describe 'basic trove' do
|
||||
class { '::trove::conductor':
|
||||
debug => true,
|
||||
}
|
||||
class { '::trove::taskmanager':
|
||||
debug => true,
|
||||
if ($::operatingsystem == 'Ubuntu') and (versioncmp($::operatingsystemmajrelease, '16') >= 0) {
|
||||
warning('trove::taskmanager is disabled now, not working correctly on Xenial.')
|
||||
} else {
|
||||
class { '::trove::taskmanager':
|
||||
debug => true,
|
||||
}
|
||||
}
|
||||
class { '::trove::quota': }
|
||||
EOS
|
||||
|
Loading…
x
Reference in New Issue
Block a user