Skip to content

Commit

Permalink
Merge pull request #7556 from gryf/upi-docs
Browse files Browse the repository at this point in the history
Docs: Fix openstack command for image update in upi installation
  • Loading branch information
openshift-ci[bot] committed Oct 9, 2023
2 parents 69cd3d1 + 045e1bb commit 6a5fd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/openstack/install_upi.md
Expand Up @@ -238,7 +238,7 @@ access between OpenStack KVM hypervisors and the cluster nodes.
To enable this feature, you must add the `hw_qemu_guest_agent=yes` property to the image:

```
$ openstack image "rhcos-${CLUSTER_NAME}" update --property hw_qemu_guest_agent=yes
$ openstack image "rhcos-${CLUSTER_NAME}" set --property hw_qemu_guest_agent=yes
```

Finally validate that the image was successfully created:
Expand Down

0 comments on commit 6a5fd56

Please sign in to comment.