Consolidate barbican_integration_enabled settings
barbican might be enabled in multiple openstack services
* nova
* glance
* cinder
Instead of enabling it on cluster level, move this integration
to system. Use barbican_integration_enabled option for this.
Change-Id: Ifcb2c404d700232085ba983dbca3b41dcdaaa43e
Related-Prod: PROD-25026
Related-Prod: PROD-25025
Related-Prod: PROD-25023
diff --git a/defaults/openstack/init.yml b/defaults/openstack/init.yml
index 8029768..96e8f5f 100644
--- a/defaults/openstack/init.yml
+++ b/defaults/openstack/init.yml
@@ -1,5 +1,7 @@
parameters:
_param:
+ # Enable barbican integration in other services nova,glance,cinder
+ barbican_integration_enabled: False
# General
cluster_public_protocol: https
cluster_internal_protocol: http