Switch to usinging consolidated rock

Change-Id: Ic2b6578c6d8a5305efb1fad39a6f46f989f8b53d
This commit is contained in:
Liam Young 2023-07-11 10:00:43 +00:00
parent da9867bf2c
commit 5a59ffd3c9
3 changed files with 7 additions and 7 deletions

View File

@ -37,15 +37,15 @@ resources:
nova-api-image: nova-api-image:
type: oci-image type: oci-image
description: OCI image for OpenStack Nova API description: OCI image for OpenStack Nova API
upstream-source: ghcr.io/openstack-snaps/nova-api:2023.1 upstream-source: ghcr.io/openstack-snaps/nova-consolidated:2023.1
nova-scheduler-image: nova-scheduler-image:
type: oci-image type: oci-image
description: OCI image for OpenStack Nova Scheduler description: OCI image for OpenStack Nova Scheduler
upstream-source: ghcr.io/openstack-snaps/nova-scheduler:2023.1 upstream-source: ghcr.io/openstack-snaps/nova-consolidated:2023.1
nova-conductor-image: nova-conductor-image:
type: oci-image type: oci-image
description: OCI image for OpenStack Nova Conductor description: OCI image for OpenStack Nova Conductor
upstream-source: ghcr.io/openstack-snaps/nova-conductor:2023.1 upstream-source: ghcr.io/openstack-snaps/nova-consolidated:2023.1
requires: requires:
ingress-internal: ingress-internal:

View File

@ -45,9 +45,9 @@ applications:
scale: 1 scale: 1
trust: true trust: true
resources: resources:
nova-api-image: ghcr.io/openstack-snaps/nova-api:2023.1 nova-api-image: ghcr.io/openstack-snaps/nova-consolidated:2023.1
nova-scheduler-image: ghcr.io/openstack-snaps/nova-scheduler:2023.1 nova-scheduler-image: ghcr.io/openstack-snaps/nova-consolidated:2023.1
nova-conductor-image: ghcr.io/openstack-snaps/nova-conductor:2023.1 nova-conductor-image: ghcr.io/openstack-snaps/nova-consolidated:2023.1
placement: placement:
charm: ch:placement-k8s charm: ch:placement-k8s

View File

@ -127,7 +127,7 @@ commands =
[testenv:func-smoke] [testenv:func-smoke]
basepython = python3 basepython = python3
setenv = setenv =
TEST_MODEL_SETTINGS = automatically-retry-hooks=true TEST_MODEL_SETTINGS = automatically-retry-hooks=true;update-status-hook-interval=1m
TEST_MAX_RESOLVE_COUNT = 5 TEST_MAX_RESOLVE_COUNT = 5
commands = commands =
functest-run-suite --keep-model --smoke functest-run-suite --keep-model --smoke