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:
Juan Antonio Osorio Robles 2018-05-17 09:38:52 +03:00
parent f77be199d4
commit 4b39b19d19
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ outputs:
if:
- internal_tls_enabled
-
- service: oslo_messaging_notify
- service: rabbitmq
network: {get_param: [ServiceNetMap, OsloMessagingNotifyNetwork]}
type: node
- null

View File

@ -140,7 +140,7 @@ outputs:
if:
- internal_tls_enabled
-
- service: oslo_messaging_rpc
- service: rabbitmq
network: {get_param: [ServiceNetMap, OsloMessagingRpcNetwork]}
type: node
- null