Comment 12 for bug 1650697

Revision history for this message
Jeba Paulaiyan (jebap) wrote :

Workaround for making the insecure mode work in builds without the above fixes:

Sample /etc/contrail/contrail-keystone-auth.conf file for insecure SSL:

root@nodek7-vm1:~# cat /etc/contrail/contrail-keystone-auth.conf

[KEYSTONE]
auth_url=https://192.168.196.3:35357/v2.0
auth_host=192.168.196.3
auth_protocol=https
auth_port=35357
admin_user=admin
admin_password=contrail123
admin_tenant_name=admin
memcache_servers=127.0.0.1:11211
insecure=True
cafile=
root@nodek7-vm1:~#