Skip to content

Commit 83c0760

Browse files
committed
os_volumes: Support upper constraints
1 parent 90d4e10 commit 83c0760

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

roles/os_volumes/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ dict containing the following items:
4141
- `extra_specs`: Optional dict of additional specifications for the volume
4242
type.
4343

44+
`os_volumes_upper_constraints_file` is a file or URL containing Python upper
45+
constraints.
46+
4447
Dependencies
4548
------------
4649

roles/os_volumes/defaults/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ os_volumes: [] # noqa: var-naming[no-role-prefix]
3232
# - 'extra_specs': Optional dict of additional specifications for the volume
3333
# type.
3434
os_volumes_types: []
35+
36+
# A file or URL containing Python upper constraints.
37+
os_volumes_upper_constraints_file:

roles/os_volumes/meta/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
dependencies:
33
- role: stackhpc.openstack.os_openstacksdk
44
os_openstacksdk_venv: "{{ os_volumes_venv }}"
5+
os_openstacksdk_upper_constraints_file: "{{ os_volumes_upper_constraints_file }}"
56
- role: stackhpc.openstack.os_openstackclient
67
os_openstackclient_venv: "{{ os_volumes_venv }}"
8+
os_openstackclient_upper_constraints_file: "{{ os_volumes_upper_constraints_file }}"

0 commit comments

Comments
 (0)