Skip to content

Commit

Permalink
Merge pull request #3340 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…3328-to-release-4.4

[release-4.4] Bug 1816092: osp UPI machineset OS image name
  • Loading branch information
openshift-merge-robot committed Apr 2, 2020
2 parents 2bff63e + a3febff commit d594752
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/user/openstack/install_upi.md
Expand Up @@ -349,7 +349,9 @@ Remove the control-plane Machines and compute MachineSets, because we'll be prov
```sh
$ rm -f openshift/99_openshift-cluster-api_master-machines-*.yaml openshift/99_openshift-cluster-api_worker-machineset-*.yaml
```
You are free to leave the compute MachineSets in if you want to create compute machines via the machine API, but if you do you may need to update the various references (`subnet`, etc.) to match your environment.
Leave the compute MachineSets in if you want to create compute machines via the machine API. However, some references must be updated in the machineset spec (`openshift/99_openshift-cluster-api_worker-machineset-0.yaml`) to match your environment:

* The OS image: `spec.template.spec.providerSpec.value.image`

[mao]: https://github.com/openshift/machine-api-operator

Expand Down

0 comments on commit d594752

Please sign in to comment.