Bump minimum required openstacksdk release to 1.0.0

openstacksdk's first major release brings new features and bug fixes,
e.g. for Magnum clusters and cluster templates [1], [2], [3].

[1] https://review.opendev.org/c/openstack/openstacksdk/+/865267
[2] https://review.opendev.org/c/openstack/openstacksdk/+/871648
[3] https://review.opendev.org/c/openstack/openstacksdk/+/871987

Change-Id: Ic7aa998ac5fa5c05dbea188a4d3b76ea774ff797
This commit is contained in:
Jakob Meng
2023-01-28 14:44:47 +01:00
parent f758dfa626
commit 19d1d41ee0
8 changed files with 8 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ For using this collection, first you have to install both Python packages `ansib
controller:
```sh
pip install "ansible>=2.9" "openstacksdk>=0.103.0"
pip install "ansible>=2.9" "openstacksdk>=1.0.0"
```
[OpenStack SDK][openstacksdk] has to be available on the Ansible host running the OpenStack modules. Depending on the