commit | a1c25b3b64e44087b331a6be0e8d48817cc4045f | [log] [tgz] |
---|---|---|
author | Arx Cruz <arxcruz@redhat.com> | Mon Feb 25 14:06:39 2019 +0100 |
committer | Carlos Goncalves <cgoncalves@redhat.com> | Thu Mar 07 13:54:49 2019 +0000 |
tree | a0efc2fdb30fda02f9eb548e403ec8a69584f118 | |
parent | 2d570d243b21ccf2d96d8a7fe4494d47f9d0f648 [diff] |
Fix barbican service_available check Tempest plugins should not explicitly set option from other plugins. The change I7013888f94261d94e1cd4c3167dc84da7125d1da set service_available.barbican to false if the barbican plugin doesn't exist, but cause duplicate error if both are installed. The right way to check if a service is available or not is checking if the attribute exists and set the default to false. This patch fix the duplicate error. Depends-On: https://review.openstack.org/#/c/639153/ Change-Id: I1ba353328e759391cc6a46d95b74c85c4cea6d92 Closes-Bug: 1817154