From ba4a2e615dc7e630d14c69f931ceab2068bd18db Mon Sep 17 00:00:00 2001 From: Francesco Pantano Date: Wed, 15 Nov 2023 22:29:05 +0100 Subject: [PATCH] Move VA1 to the new GlanceAPI definition Glance moved to a new API definition via [1][2] and this patch aligns VA1 to the current changes. [1] https://github.com/openstack-k8s-operators/glance-operator/pull/329 [2] https://github.com/openstack-k8s-operators/openstack-operator/pull/514 Signed-off-by: Francesco Pantano --- validated_arch_1/stage4/openstackcontrolplane.yaml | 5 +---- validated_arch_1/stage6/openstackcontrolplane.yaml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/validated_arch_1/stage4/openstackcontrolplane.yaml b/validated_arch_1/stage4/openstackcontrolplane.yaml index e98f488a4..40e0d32c2 100644 --- a/validated_arch_1/stage4/openstackcontrolplane.yaml +++ b/validated_arch_1/stage4/openstackcontrolplane.yaml @@ -75,10 +75,7 @@ spec: route: {} template: databaseInstance: openstack - glanceAPIExternal: - networkAttachments: - - storage - glanceAPIInternal: + glanceAPI: networkAttachments: - storage override: diff --git a/validated_arch_1/stage6/openstackcontrolplane.yaml b/validated_arch_1/stage6/openstackcontrolplane.yaml index 5cca3e398..8fdc94edb 100644 --- a/validated_arch_1/stage6/openstackcontrolplane.yaml +++ b/validated_arch_1/stage6/openstackcontrolplane.yaml @@ -93,10 +93,7 @@ spec: route: {} template: databaseInstance: openstack - glanceAPIExternal: - networkAttachments: - - storage - glanceAPIInternal: + glanceAPI: networkAttachments: - storage override: