Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #929 from slagle/docs
Browse files Browse the repository at this point in the history
Update minor update condition names
  • Loading branch information
openshift-merge-bot[bot] authored Jun 7, 2024
2 parents b507e39 + e001cf9 commit d5be378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/assemblies/proc_updating-the-data-plane-ovn.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plane has been updated.
. Validate that OVN has been updated on the control plane.
+
----
$ oc wait openstackversion <openstack_ctlplane_name> --for=condition=OpenStackVersionMinorUpdateOVNControlplane
$ oc wait openstackversion <openstack_ctlplane_name> --for=condition=MinorUpdateOVNControlplane
----
+
* Replace `<openstack_ctlplane_name>` with the name of the OpenStack control plane resource.
Expand Down
2 changes: 1 addition & 1 deletion docs/assemblies/proc_updating-the-data-plane.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <openstack_ctlplane_name> --for=condition=OpenStackVersionMinorUpdateControlplane
$ oc wait openstackversion <openstack_ctlplane_name> --for=condition=MinorUpdateControlplane
----
+
* Replace `<openstack_ctlplane_name>` with the name of the OpenStack control plane resource.
Expand Down

0 comments on commit d5be378

Please sign in to comment.