zaqar: Drop [DEFAULT] unreliable

This option is used by only mongodb driver which is not used now.

Change-Id: I9487180336be308e1bf85d17f188736319ae0683
This commit is contained in:
Takashi Kajinami 2024-10-12 00:40:06 +09:00
parent e6345da838
commit 63f8c63842

View File

@ -68,7 +68,6 @@ class openstack_integration::zaqar {
service_token_roles_required => true,
}
class { 'zaqar':
unreliable => true,
management_store => 'sqlalchemy',
message_store => 'swift',
}