From b71f2782028ce7cf56614780a87faca31b9e42ac Mon Sep 17 00:00:00 2001 From: Sanjeev Rampal Date: Thu, 27 Jul 2017 19:28:46 -0700 Subject: Fixes for auth_proxy, vxlan mode --- roles/contiv_auth_proxy/templates/auth_proxy.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/contiv_auth_proxy/templates') diff --git a/roles/contiv_auth_proxy/templates/auth_proxy.j2 b/roles/contiv_auth_proxy/templates/auth_proxy.j2 index e82e5b4ab..0ab8c831b 100644 --- a/roles/contiv_auth_proxy/templates/auth_proxy.j2 +++ b/roles/contiv_auth_proxy/templates/auth_proxy.j2 @@ -14,7 +14,7 @@ start) -p 10000:{{ auth_proxy_port }} \ --net=host --name=auth-proxy \ -e NO_NETMASTER_STARTUP_CHECK=1 \ - -v /var/contiv:/var/contiv \ + -v /var/contiv:/var/contiv:z \ {{ auth_proxy_image }} \ --tls-key-file={{ auth_proxy_key }} \ --tls-certificate={{ auth_proxy_cert }} \ -- cgit v1.2.3