diff options
author | Feng Pan <fpan@redhat.com> | 2018-06-01 12:20:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-06-01 12:20:29 +0000 |
commit | 2d102c895e27038b064ade1ca8f4ad6be2510cc5 (patch) | |
tree | d478b88b5ee83ef386a3db5560fe3615055968bf /lib | |
parent | 073cf28764cd3700916f57e43741ff20e4af57e5 (diff) | |
parent | a4589fcbd106fa06555b1d83ba314029ff438e6a (diff) |
Merge "Configure NAT with baremetal when necessary" into stable/fraser
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ansible/playbooks/configure_undercloud.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/playbooks/configure_undercloud.yml b/lib/ansible/playbooks/configure_undercloud.yml index fbac6eeb..adf463aa 100644 --- a/lib/ansible/playbooks/configure_undercloud.yml +++ b/lib/ansible/playbooks/configure_undercloud.yml @@ -174,7 +174,7 @@ become: yes when: - not nat_network_ipv6 - - virtual_overcloud + - nat - name: fetch storage environment file fetch: src: /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml |