Merge "Fix the global_index policy settings for containerized heat" into f/stein

This commit is contained in:
Zuul 2019-02-08 17:38:43 +00:00 committed by Gerrit Code Review
commit 1e52662765
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,3 @@
SRC_DIR="stx-openstack-helm"
COPY_LIST_TO_TAR="$PKG_BASE/../../../helm-charts/rbd-provisioner $PKG_BASE/../../../helm-charts/garbd"
TIS_PATCH_VER=2
TIS_PATCH_VER=3

View File

@ -785,6 +785,10 @@ data:
job:
node_selector_key: openstack-control-plane
node_selector_value: enabled
conf:
policy:
stacks:global_index: rule:context_is_admin
software_configs:global_index: rule:context_is_admin
pod:
replicas:
api: 2

View File

@ -785,6 +785,10 @@ data:
job:
node_selector_key: openstack-control-plane
node_selector_value: enabled
conf:
policy:
stacks:global_index: rule:context_is_admin
software_configs:global_index: rule:context_is_admin
pod:
replicas:
api: 2