mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-25 01:04:28 +00:00
Remove version checks
openstacksdk 1.0.0 was released 3½ years ago [1]. pip is not going to pull that version any more. These checks are redundant. In addition, we can remove sdk_version extra var. Change I9665f04e6c0d5a84d6c20a73ef7b0dfdc7bd8159 removed the last guard that relied on this, similarly about 3½ years ago. [1] https://pypi.org/project/openstacksdk/1.0.0/ Change-Id: Ic0dd7bc5de1f24d1ee3336ccea97aced850f86af Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
@@ -79,8 +79,7 @@ list(conn.network.ips())[0].to_dict(computed=False)
|
||||
To run the unit tests of the collection, run this in a Bash shell:
|
||||
|
||||
```sh
|
||||
SDK_VER=$(python -c "import openstack; print(openstack.version.__version__)")
|
||||
ansible-playbook -vvv ci/run-collection.yml -e "sdk_version=${SDK_VER} cloud=devstack-admin cloud_alt=devstack-alt"
|
||||
ansible-playbook -vvv ci/run-collection.yml -e "cloud=devstack-admin cloud_alt=devstack-alt"
|
||||
```
|
||||
|
||||
Use `ansible-playbook`'s `--tags` and `--skip-tags` parameters to skip CI tests. For a list of available tags, refer to
|
||||
|
||||
Reference in New Issue
Block a user