commit | c67fd65383f10fee42497ab09d514be0f35d548d | [log] [tgz] |
---|---|---|
author | Thom Gerdes <tgerdes@riverbed.com> | Wed Jun 07 19:07:17 2017 +0000 |
committer | Thom Gerdes <tgerdes@riverbed.com> | Wed Jun 07 19:12:36 2017 +0000 |
tree | 53bde45b984c4f3ae5cf58782ae731fb85b8af3b | |
parent | 2548fffaeb51a496795880e9c15db3dcbc471c94 [diff] |
Remove rpc_backend setting on newton and ocata. This setting was deprecated for removal in newton, replaced by transport_url. These configurations are also setting transport_url, so the option is ignored. This removes a warning issued on service startup: ``` WARNING oslo_config.cfg [-] Option "rpc_backend" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future. ```