Skip to content

Commit

Permalink
Merge "Use sql token for keystone server setup in HA"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Mar 29, 2016
2 parents 6cd2d8b + e3d5178 commit 4dcdc1f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -238,9 +238,9 @@ if [ "$INTERNAL_VIP" != "none" ]; then
openstack-config --set /etc/keystone/keystone.conf sql connection mysql://keystone:$SERVICE_DBPASS@$CONTROLLER:3306/keystone
if [ $is_ubuntu -eq 1 ] ; then
if [ $ubuntu_kilo_or_above -eq 1 ] ; then
openstack-config --set /etc/$svc/$svc.conf token driver keystone.token.persistence.backends.memcache.Token
openstack-config --set /etc/$svc/$svc.conf token driver keystone.token.persistence.backends.sql.Token
else
openstack-config --set /etc/$svc/$svc.conf token driver keystone.token.backends.memcache.Token
openstack-config --set /etc/$svc/$svc.conf token driver keystone.token.backends.sql.Token
fi
else
if [ "$is_kilo_or_above" == "True" ]; then
Expand Down

0 comments on commit 4dcdc1f

Please sign in to comment.