Skip to content

Commit 91fd63a

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Remove workaround for installing Ussuri and older"
2 parents db2ba1a + 27011e0 commit 91fd63a

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

playbooks/roles/bifrost-ironic-install/defaults/main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -327,13 +327,6 @@ ansible_python_interpreter: "{{ bifrost_venv_dir + '/bin/python3' }}"
327327
# conditional statements in the playbooks.
328328
noauth_mode: false
329329

330-
# A work around for installing older releases, remove when no longer supporting
331-
# Ussuri.
332-
git_branch: master
333-
supports_http_auth: >-
334-
{{ git_branch == "master"
335-
or git_branch[7:] not in ["queens", "rocky", "stein", "train", "ussuri"] }}
336-
337330
# Keystone Support
338331
# Default parameter if keystone is enabled, or disabled.
339332
enable_keystone: false

playbooks/roles/bifrost-ironic-install/templates/ironic.conf.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,6 @@ username = {{ ironic.service_catalog.username }}
236236
password = {{ ironic.service_catalog.password }}
237237
user_domain_id = default
238238
project_domain_id = default
239-
{% elif not supports_http_auth | bool %}
240-
auth_strategy = noauth
241239
{% else %}
242240
auth_strategy = http_basic
243241
auth_type = http_basic

0 commit comments

Comments
 (0)