Skip to content

Commit 8a526f5

Browse files
committed
os_networks: Drop Python 2 support
1 parent 524387d commit 8a526f5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

roles/os_networks/defaults/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ os_networks_security_groups: []
101101
# in the designated way.
102102
os_networks_rbac: []
103103

104-
# Use Train upper constraints when running with Python 2, to avoid
105-
# incompatibility with newer OSC releases.
106-
#
107104
# Use Yoga upper constraints otherwise, to allow compatibility with python 3.10
108105
# https://storyboard.openstack.org/#!/story/2008577
109-
os_networks_upper_constraints_file: https://releases.openstack.org/constraints/upper/{% if ansible_facts.python.version.major == 2 %}train{% else %}yoga{% endif %}
106+
os_networks_upper_constraints_file: https://releases.openstack.org/constraints/upper/yoga

0 commit comments

Comments
 (0)