Change Sahara plugins configured to default
https://review.openstack.org/289959 changed the default plugins configured by Tempest for Sahara, because the hdp plugin was no longer enabled by default. Leaving the default plugins configured should allow us to fix it long-term, unless the default Tempest and Sahara configurations diverge. Change-Id: I4b6b067bd55de6ed59c535c14f68582ed4ad80a4
This commit is contained in:
parent
300718bea5
commit
ac32a2456e
@ -22,9 +22,6 @@ class openstack_integration::sahara {
|
||||
}
|
||||
class { '::sahara':
|
||||
database_connection => 'mysql+pymysql://sahara:sahara@127.0.0.1/sahara?charset=utf8',
|
||||
# two plugins because of hardcode in tempest:
|
||||
# https://github.com/openstack/tempest/blob/master/tempest/config.py#L923
|
||||
plugins => ['vanilla', 'hdp'],
|
||||
rabbit_userid => 'sahara',
|
||||
rabbit_password => 'an_even_bigger_secret',
|
||||
rabbit_host => '127.0.0.1',
|
||||
|
Loading…
Reference in New Issue
Block a user