From e001cf992eaf026438e790129961bb2c089a072b Mon Sep 17 00:00:00 2001 From: James Slagle Date: Fri, 7 Jun 2024 12:20:11 -0400 Subject: [PATCH] Update minor update condition names The condtion names were incorrect in the docs. Signed-off-by: James Slagle --- docs/assemblies/proc_updating-the-data-plane-ovn.adoc | 2 +- docs/assemblies/proc_updating-the-data-plane.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assemblies/proc_updating-the-data-plane-ovn.adoc b/docs/assemblies/proc_updating-the-data-plane-ovn.adoc index b93d7d4fd..e3147671e 100644 --- a/docs/assemblies/proc_updating-the-data-plane-ovn.adoc +++ b/docs/assemblies/proc_updating-the-data-plane-ovn.adoc @@ -11,7 +11,7 @@ plane has been updated. . Validate that OVN has been updated on the control plane. + ---- -$ oc wait openstackversion --for=condition=OpenStackVersionMinorUpdateOVNControlplane +$ oc wait openstackversion --for=condition=MinorUpdateOVNControlplane ---- + * Replace `` with the name of the OpenStack control plane resource. diff --git a/docs/assemblies/proc_updating-the-data-plane.adoc b/docs/assemblies/proc_updating-the-data-plane.adoc index 067af6128..01d08c151 100644 --- a/docs/assemblies/proc_updating-the-data-plane.adoc +++ b/docs/assemblies/proc_updating-the-data-plane.adoc @@ -10,7 +10,7 @@ Once OVN has been updated on the control plane and data plane, and the rest of t . Validate that the rest of the minor update has completed on the control plane. + ---- -$ oc wait openstackversion --for=condition=OpenStackVersionMinorUpdateControlplane +$ oc wait openstackversion --for=condition=MinorUpdateControlplane ---- + * Replace `` with the name of the OpenStack control plane resource.