Bumping version of rally container to ocata

After the latest update of component versions (update ingress), the
keystone rally tests are failing because helm-toolkit assumes a newer
version of rally. This patch bumps the version of the rally container
from the version 4.0.0 to ocata which is in line with the version of the
other components.

Change-Id: Ieef0401e5b37b5c4dd56cd37aa2119649859b7a5
This commit is contained in:
Georg Kunz 2019-02-28 17:25:08 +01:00
parent 0ad99a545a
commit 5d30fdca76
2 changed files with 3 additions and 3 deletions

View File

@ -421,7 +421,7 @@ data:
nova: &nova docker.io/openstackhelm/nova:ocata
glance: &glance docker.io/openstackhelm/glance:ocata
rabbitmq: &rabbitmq docker.io/rabbitmq:3.7-management
rally_test: &rally_test docker.io/kolla/ubuntu-source-rally:4.0.0
rally_test: &rally_test docker.io/kolla/ubuntu-source-rally:ocata
memcached: &memcached docker.io/memcached:1.5.5
mariadb_db: &mariadb_db docker.io/mariadb:10.2.13
nova_novncproxy: &nova_novncproxy docker.io/kolla/ubuntu-source-nova-novncproxy:3.0.3
@ -510,7 +510,7 @@ data:
barbican_api: docker.io/openstackhelm/barbican:ocata
keystone:
keystone_bootstrap: docker.io/openstackhelm/heat:ocata
test: docker.io/kolla/ubuntu-source-rally:4.0.0
test: docker.io/kolla/ubuntu-source-rally:ocata
db_init: docker.io/openstackhelm/heat:ocata
keystone_db_sync: docker.io/openstackhelm/keystone:ocata
db_drop: docker.io/openstackhelm/heat:ocata

View File

@ -357,7 +357,7 @@ data:
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
keystone:
keystone_bootstrap: docker.io/openstackhelm/heat:ocata
test: docker.io/kolla/ubuntu-source-rally:4.0.0
test: docker.io/kolla/ubuntu-source-rally:ocata
db_init: docker.io/openstackhelm/heat:ocata
keystone_db_sync: docker.io/openstackhelm/keystone:ocata
db_drop: docker.io/openstackhelm/heat:ocata