diff --git a/tools/overrides/releases/ocata/kolla.yaml b/tools/overrides/releases/ocata/kolla.yaml index 7e5e292952..735fabe236 100644 --- a/tools/overrides/releases/ocata/kolla.yaml +++ b/tools/overrides/releases/ocata/kolla.yaml @@ -30,6 +30,7 @@ images: heat_cloudwatch: 'docker.io/kolla/ubuntu-source-heat-api:ocata' heat_db_sync: 'docker.io/kolla/ubuntu-source-heat-api:ocata' heat_engine: 'docker.io/kolla/ubuntu-source-heat-engine:ocata' + heat_engine_cleaner: 'docker.io/kolla/ubuntu-source-heat-engine:ocata' horizon: 'docker.io/kolla/ubuntu-source-horizon:ocata' horizon_db_sync: 'docker.io/kolla/ubuntu-source-horizon:ocata' ironic_api: 'docker.io/kolla/ubuntu-source-ironic-api:ocata' @@ -43,6 +44,7 @@ images: keystone_credential_rotate: 'docker.io/kolla/ubuntu-source-keystone:ocata' keystone_credential_setup: 'docker.io/kolla/ubuntu-source-keystone:ocata' keystone_db_sync: 'docker.io/kolla/ubuntu-source-keystone:ocata' + keystone_domain_manage: 'docker.io/kolla/ubuntu-source-keystone:ocata' keystone_fernet_rotate: 'docker.io/kolla/ubuntu-source-keystone:ocata' keystone_fernet_setup: 'docker.io/kolla/ubuntu-source-keystone:ocata' ks_endpoints: 'docker.io/kolla/ubuntu-source-heat-engine:ocata' diff --git a/tools/overrides/releases/ocata/loci.yaml b/tools/overrides/releases/ocata/loci.yaml index aeb1802564..ae4c7ff17b 100644 --- a/tools/overrides/releases/ocata/loci.yaml +++ b/tools/overrides/releases/ocata/loci.yaml @@ -26,6 +26,7 @@ images: heat_cloudwatch: 'docker.io/openstackhelm/heat:ocata' heat_db_sync: 'docker.io/openstackhelm/heat:ocata' heat_engine: 'docker.io/openstackhelm/heat:ocata' + heat_engine_cleaner: 'docker.io/openstackhelm/heat:ocata' horizon: 'docker.io/openstackhelm/horizon:ocata' horizon_db_sync: 'docker.io/openstackhelm/horizon:ocata' ironic_api: 'docker.io/openstackhelm/ironic:ocata' @@ -39,6 +40,7 @@ images: keystone_credential_rotate: 'docker.io/openstackhelm/keystone:ocata' keystone_credential_setup: 'docker.io/openstackhelm/keystone:ocata' keystone_db_sync: 'docker.io/openstackhelm/keystone:ocata' + keystone_domain_manage: 'docker.io/openstackhelm/keystone:ocata' keystone_fernet_rotate: 'docker.io/openstackhelm/keystone:ocata' keystone_fernet_setup: 'docker.io/openstackhelm/keystone:ocata' ks_endpoints: 'docker.io/openstackhelm/heat:ocata'