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.