diff options
author | Delia Popescu <delia.popescu@enea.com> | 2018-08-13 16:28:49 +0300 |
---|---|---|
committer | Delia Popescu <delia.popescu@enea.com> | 2018-08-16 17:26:54 +0300 |
commit | 968072a6575f81d1798dfcaa3c1e3d053a742725 (patch) | |
tree | b0ed4b01f0b12ae917578064e439ac3591c0be25 /mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml | |
parent | 9b38e04de451a60da0bc8a685612282cd1b60ee6 (diff) |
Fix barbican integration on compute nodes
Locally overwriting barbican_integration_enable
on compute nodes does not work.
Set barbican_integration_enable to true by default.
Disable barbican_integration at openstack_control side.
While at it, enable barbican on ha scenarios too.
JIRA: FUNCTEST-981
Change-Id: I3c8df5d4078f73f32f3605dec5a7a365fa386019
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml index 32aefd29c..5c9c16d6b 100644 --- a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml +++ b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml @@ -22,7 +22,6 @@ parameters: _param: interface_mtu: 9000 linux_system_codename: xenial - barbican_integration_enabled: true nova: compute: libvirt_service: libvirtd |