Use rabbitmq service principal in metadata settings
We don't request a certificate for oslo_messaging_rpc, so we use rabbitmq (the one we used to use) instead. Closes-Bug: #1771744 Change-Id: I05ef290215fa0303b3be6ddb4462e7ca02b2d71b
This commit is contained in:
parent
f77be199d4
commit
4b39b19d19
@ -139,7 +139,7 @@ outputs:
|
||||
if:
|
||||
- internal_tls_enabled
|
||||
-
|
||||
- service: oslo_messaging_notify
|
||||
- service: rabbitmq
|
||||
network: {get_param: [ServiceNetMap, OsloMessagingNotifyNetwork]}
|
||||
type: node
|
||||
- null
|
||||
|
@ -140,7 +140,7 @@ outputs:
|
||||
if:
|
||||
- internal_tls_enabled
|
||||
-
|
||||
- service: oslo_messaging_rpc
|
||||
- service: rabbitmq
|
||||
network: {get_param: [ServiceNetMap, OsloMessagingRpcNetwork]}
|
||||
type: node
|
||||
- null
|
||||
|
Loading…
Reference in New Issue
Block a user