Skip to content
Snippets Groups Projects
Commit 1924db6d authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

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

parents ace75003 7e00288f
No related branches found
No related tags found
No related merge requests found
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment