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.

Related-Prod: PROD-25026
Related-Prod: PROD-25025
Related-Prod: PROD-25023

(cherry picked from commit 1cc05dee1232165e5ee9f463302f8c43682de241)

Change-Id: Ifcb2c404d700232085ba983dbca3b41dcdaaa43e
diff --git a/cinder/volume/local.yml b/cinder/volume/local.yml
index 2e7f8de..a71c1df 100644
--- a/cinder/volume/local.yml
+++ b/cinder/volume/local.yml
@@ -17,6 +17,8 @@
           enabled: ${_param:galera_ssl_enabled}
       glance:
         host: ${_param:single_address}
+      barbican:
+        enabled: ${_param:barbican_integration_enabled}
       message_queue:
         port: ${_param:openstack_rabbitmq_port}
         host: ${_param:single_address}