Comment 1 for bug 1690904

Revision history for this message
Yuvaraja Mariappan (ymariappan) wrote : Re: barbican provisioning support in SM

tls configured lbaas needs barbican service in openstack node and barbican client in compute nodes.

Workaround for this:
1. install the barbican service in openstack node
2. install the barbican client in all compute nodes
3. configure the /etc/contrail/contrail-lbaas-auth.conf with proper authentication information in all compute nodes

   sample content of /etc/contrail/contrail-lbaas-auth.conf:

   [BARBICAN]
   admin_tenant_name=service
   admin_user=neutron
   admin_password=<neutron-service-passwd>
   auth_url=http://<keystone-service-ip>:<keystone-service-port>/v2.0
   region=RegionOne

Thanks,
Yuvaraja