Skip to content
Snippets Groups Projects
Commit e6b230d7 authored by Jeffrey Zhang's avatar Jeffrey Zhang
Browse files

Add authentication for keepalived

TrivialFix

Closes-Bug: #1551314
Change-Id: Id85859500aec283703b6b6714abf213a42286182
parent ebc1bbb0
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,10 @@ vrrp_instance kolla_internal_vip {
virtual_ipaddress {
{{ kolla_internal_vip_address }}
}
authentication {
auth_type PASS
auth_pass {{ keepalived_password }}
}
track_script {
check_alive
}
......@@ -29,6 +33,10 @@ vrrp_instance kolla_external_vip {
virtual_ipaddress {
{{ kolla_external_vip_address }}
}
authentication {
auth_type PASS
auth_pass {{ keepalived_password }}
}
track_script {
check_alive
}
......
......@@ -86,3 +86,4 @@ rabbitmq_cluster_cookie: "password"
# HAProxy options
####################
haproxy_password: "password"
keepalived_password: "password"
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