Add Stein barbican overrides

Add ubuntu bionic barbican images for Stein.
Also policy rules changes due to https://review.opendev.org/#/c/609606

Change-Id: I36957c859bf065541ac4ce07e03c01fc020ff4af
This commit is contained in:
Andrii Ostapenko 2019-11-12 12:29:25 -06:00
parent 259f9b3998
commit 3820b63725
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
images:
tags:
bootstrap: "docker.io/openstackhelm/heat:stein-ubuntu_bionic"
scripted_test: "docker.io/openstackhelm/heat:stein-ubuntu_bionic"
db_init: "docker.io/openstackhelm/heat:stein-ubuntu_bionic"
barbican_db_sync: "docker.io/openstackhelm/barbican:stein-ubuntu_bionic"
db_drop: "docker.io/openstackhelm/heat:stein-ubuntu_bionic"
ks_user: "docker.io/openstackhelm/heat:stein-ubuntu_bionic"
ks_service: "docker.io/openstackhelm/heat:stein-ubuntu_bionic"
ks_endpoints: "docker.io/openstackhelm/heat:stein-ubuntu_bionic"
barbican_api: "docker.io/openstackhelm/barbican:stein-ubuntu_bionic"

View File

@ -0,0 +1,6 @@
conf:
policy:
secret_project_match: project_id:%(target.secret.project_id)s
secret_creator_user: user_id:%(target.secret.creator_id)s
container_project_match: project_id:%(target.container.project_id)s
container_creator_user: user_id:%(target.container.creator_id)s