Add taskmanager encryption key to api
Testing revealed that the trove api service needs the task manager's encryption key. Change-Id: I4d34b7e68b69ce30ee1fb08e7495cd22fa157495
This commit is contained in:
parent
b948402c76
commit
086bd308de
@ -11,6 +11,7 @@ transport_url = rabbit://{% for host in trove_rabbitmq_servers.split(',') %}{{ t
|
|||||||
control_exchange = {{ trove_control_exchange }}
|
control_exchange = {{ trove_control_exchange }}
|
||||||
enable_secure_rpc_messaging = {{ trove_enable_secure_rpc_messaging }}
|
enable_secure_rpc_messaging = {{ trove_enable_secure_rpc_messaging }}
|
||||||
inst_rpc_key_encr_key = {{ trove_inst_rpc_key_encr_key }}
|
inst_rpc_key_encr_key = {{ trove_inst_rpc_key_encr_key }}
|
||||||
|
taskmanager_rpc_encr_key = {{ trove_taskmanager_rpc_encr_key }}
|
||||||
|
|
||||||
db_api_implementation = "trove.db.sqlalchemy.api"
|
db_api_implementation = "trove.db.sqlalchemy.api"
|
||||||
trove_auth_url = {{ trove_auth_url }}
|
trove_auth_url = {{ trove_auth_url }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user