Skip to content

Commit e40fdad

Browse files
committed
fix command to check sdn migration status
fix command to check sdn migration status Adding angle brackets to the 'ocm get cluster /migrations command removing $ sign
1 parent c040094 commit e40fdad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/migrate-sdn-ovn-osd.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ $ ocm post /api/clusters_mgmt/v1/clusters/{cluster_id}/migrations <1>
106106
107107
[source,terminal]
108108
----
109-
$ ocm get cluster $cluster_id/migration <1>
109+
$ ocm get cluster <cluster_id>/migrations <1>
110110
----
111-
<1> Replace `$cluster_id` with the ID of the cluster that the migration was applied to.
111+
<1> Replace `<cluster_id>` with the ID of the cluster that the migration was applied to.

0 commit comments

Comments
 (0)