Add overcloud-scripts tag to network env task

Missing parmeter PublicVirtualFixedIPs at network env have to be there
without --tags all.

Change-Id: I44a881d22052a4f02cb3b9effcfde546d3c4253c
Closes-Bug: 1790858
This commit is contained in:
Quique Llorente 2018-09-12 15:06:03 +02:00
parent eff3808538
commit e7d86f227c
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
network_environment_args: >-
{{ network_environment_args | combine(public_virtual_fixed_ips) }}
when: ssl_overcloud|bool and undercloud_type != "baremetal"
tags:
- overcloud-scripts
- name: Create network environment file for network isolation
template: