Skip to content

Commit 6c7b5a9

Browse files
committed
OCPBUGS-24241: Pin openstack.cloud version.
When following this guide using RHEL or older Fedora there is an issue with the openstack.cloud with latest version (2.0.0) as it will need openstacksdk in version 1.0 or higher, which is unavailable in mentioned Linux distribution.
1 parent 0de586a commit 6c7b5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/openstack/install_upi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ The Ansible Collections are not packaged (yet) on recent versions of OSP and RHE
172172
installed instead of Ansible 2.9. So the collections need to be installed from `ansible-galaxy`.
173173

174174
```sh
175-
ansible-galaxy collection install openstack.cloud ansible.utils community.general
175+
ansible-galaxy collection install "openstack.cloud:<2.0.0" ansible.utils community.general
176176
```
177177

178178
## OpenShift Configuration Directory

0 commit comments

Comments
 (0)