3b61371960
It's an internal thing and should only be exposed externally in a multi-node setting (which is rare with Bifrost). Limiting it to localhost allows not using TLS on it, which helps avoiding eventlet issues and improves performance. Change-Id: I9dcefa386cda855f296100477aecc528a294048f
7 lines
220 B
YAML
7 lines
220 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
JSON RPC is now available only on localhost and without TLS. If you need
|
|
it exposed to the network (i.e. you're using Bifrost in a multi-node
|
|
setting), set ``expose_json_rpc`` to ``true``.
|