Merge "Passwords mismatches when using custom plan env"

This commit is contained in:
Zuul 2018-09-04 19:56:07 +00:00 committed by Gerrit Code Review
commit c906002929
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ def update_plan_from_templates(clients, name, tht_root, roles_file=None,
_list_user_files(swift_client, name))))
keep_file_contents = _load_content_or_file(
swift_client, name, keep_map)
elif not plan_env_file:
else:
passwords = _load_passwords(swift_client, name)
# TODO(dmatthews): Removing the existing plan files should probably be