commit | ed6e1d0996a910eca42a202f17dfeee53d250c00 | [log] [tgz] |
---|---|---|
author | Lance Bragstad <lbragstad@gmail.com> | Wed Aug 01 18:03:44 2018 +0000 |
committer | Lance Bragstad <lbragstad@gmail.com> | Wed Aug 01 18:05:54 2018 +0000 |
tree | 6fc63693c923d22fdd313b743fb92b415533afdb | |
parent | 3b5477d6356a62d7d64a519a4b1ac99309d251c0 [diff] |
Set transport_url in proper keystone config section The RPC transport_url for keystone was being set in the DEFAULT section, even though keystone doesn't do anything with it. Instead, keystone leans on the [oslo_messaging_notification] section from oslo.messaging to register the transport_url option. This change sets the transport_url in the proper section instead of using the DEFAULT section. Change-Id: I11590d0175da7ea310d5529f2d7c0bf8d7fb25b3