We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524387d commit 8a526f5Copy full SHA for 8a526f5
roles/os_networks/defaults/main.yml
@@ -101,9 +101,6 @@ os_networks_security_groups: []
101
# in the designated way.
102
os_networks_rbac: []
103
104
-# Use Train upper constraints when running with Python 2, to avoid
105
-# incompatibility with newer OSC releases.
106
-#
107
# Use Yoga upper constraints otherwise, to allow compatibility with python 3.10
108
# 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 %}
+os_networks_upper_constraints_file: https://releases.openstack.org/constraints/upper/yoga
0 commit comments