Browse code

Merge "Set transport_url in proper keystone config section"

Zuul authored on 2018/08/13 23:13:24
Showing 1 changed files
... ...
@@ -217,7 +217,7 @@ function configure_keystone {
217 217
     iniset $KEYSTONE_CONF cache backend "dogpile.cache.memcached"
218 218
     iniset $KEYSTONE_CONF cache memcache_servers localhost:11211
219 219
 
220
-    iniset_rpc_backend keystone $KEYSTONE_CONF
220
+    iniset_rpc_backend keystone $KEYSTONE_CONF oslo_messaging_notifications
221 221
 
222 222
     local service_port=$KEYSTONE_SERVICE_PORT
223 223
     local auth_port=$KEYSTONE_AUTH_PORT