-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unify upper constraints to 2023.1 Antelope #21
Conversation
This provides openstacksdk > 1.0, which is required for openstack.cloud modules.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like os_volumes
should also have an upper constraints file, although it currently doesn't :
ansible-collection-openstack/roles/os_volumes/meta/main.yml
Lines 2 to 6 in 1419963
dependencies: | |
- role: stackhpc.openstack.os_openstacksdk | |
os_openstacksdk_venv: "{{ os_volumes_venv }}" | |
- role: stackhpc.openstack.os_openstackclient | |
os_openstackclient_venv: "{{ os_volumes_venv }}" |
as it uses openstack.cloud.volume
module
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just that, otherwise LGTM
Co-authored-by: scrungus <[email protected]>
This provides openstacksdk > 1.0, which is required for openstack.cloud modules.