Merge "Set transport_url in proper keystone config section"

This commit is contained in:
Zuul 2018-08-13 14:13:24 +00:00 committed by Gerrit Code Review
commit f02f0e0574
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ function configure_keystone {
iniset $KEYSTONE_CONF cache backend "dogpile.cache.memcached"
iniset $KEYSTONE_CONF cache memcache_servers localhost:11211
iniset_rpc_backend keystone $KEYSTONE_CONF
iniset_rpc_backend keystone $KEYSTONE_CONF oslo_messaging_notifications
local service_port=$KEYSTONE_SERVICE_PORT
local auth_port=$KEYSTONE_AUTH_PORT