Merge "Remove use of --skip-nodes-and-networks"

This commit is contained in:
Zuul 2021-10-14 22:39:51 +00:00 committed by Gerrit Code Review
commit 594c2e32da
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ source {{ working_dir }}/stackrc
## * Deploy the overcloud!
## ::
openstack overcloud deploy --stack {{ stack_name }} \
{% if network_provision|bool %}--skip-nodes-and-networks{% endif %} \
{% if release is not in ['newton', 'ocata', 'pike', 'queens'] %}--override-ansible-cfg {{ working_dir }}/custom_ansible.cfg{% endif %} \
--templates {{overcloud_templates_path}} \
{{ deploy_args | regex_replace("\n", " ") }} \