Merge "Properly fail precheck for internal VIP's network"

This commit is contained in:
Jenkins 2016-06-16 18:40:29 +00:00 committed by Gerrit Code Review
commit 1924db6d77
1 changed files with 1 additions and 1 deletions

View File

@ -461,4 +461,4 @@
register: ip_addr_output
changed_when: false
failed_when: "'169.254.' not in kolla_internal_vip_address and \
'False' in kolla_internal_vip_address | ipaddr(ip_addr_output.stdout.split()[3])"
kolla_internal_vip_address | ipaddr(ip_addr_output.stdout.split()[3]) is none"