Skip to content

Commit

Permalink
os_networks: Drop Python 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoddard committed Nov 24, 2023
1 parent 524387d commit 8a526f5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions roles/os_networks/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ os_networks_security_groups: []
# in the designated way.
os_networks_rbac: []

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

0 comments on commit 8a526f5

Please sign in to comment.