12 lines
652 B
Diff
12 lines
652 B
Diff
--- ansible/kolla-venv/share/kolla/ansible/roles/prechecks/tasks/port_checks.yml.orig 2017-01-31 16:26:26.021463306 +0000
|
|
+++ ansible/kolla-venv/share/kolla/ansible/roles/prechecks/tasks/port_checks.yml 2017-01-31 16:27:22.045711530 +0000
|
|
@@ -601,7 +601,7 @@
|
|
changed_when: false
|
|
failed_when: "'169.254.' not in kolla_internal_vip_address and \
|
|
kolla_internal_vip_address | ipaddr(ip_addr_output.stdout.split()[3]) is none"
|
|
- when: enable_haproxy | bool
|
|
+ when: false
|
|
|
|
- name: Checking the network_interface is present
|
|
fail: "msg='Please check the network_interface property - interface {{ network_interface }} not found'"
|