Senlin: Fix rabbit deps
This patch set corrects rabbitmq dependencies for Senlin. Change-Id: I9e87b176689ad8c44ba3e8639103e38eb46d787d Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
parent
7f5869f868
commit
9926a5cd36
@ -160,11 +160,14 @@ dependencies:
|
|||||||
- senlin-db-sync
|
- senlin-db-sync
|
||||||
- senlin-ks-user
|
- senlin-ks-user
|
||||||
- senlin-ks-endpoints
|
- senlin-ks-endpoints
|
||||||
|
- senlin-rabbit-init
|
||||||
services:
|
services:
|
||||||
- endpoint: internal
|
- endpoint: internal
|
||||||
service: oslo_db
|
service: oslo_db
|
||||||
- endpoint: internal
|
- endpoint: internal
|
||||||
service: identity
|
service: identity
|
||||||
|
- endpoint: internal
|
||||||
|
service: oslo_messaging
|
||||||
db_drop:
|
db_drop:
|
||||||
services:
|
services:
|
||||||
- endpoint: internal
|
- endpoint: internal
|
||||||
@ -184,7 +187,8 @@ dependencies:
|
|||||||
- senlin-db-sync
|
- senlin-db-sync
|
||||||
- senlin-ks-user
|
- senlin-ks-user
|
||||||
- senlin-ks-endpoints
|
- senlin-ks-endpoints
|
||||||
servics:
|
- senlin-rabbit-init
|
||||||
|
services:
|
||||||
- endpoint: internal
|
- endpoint: internal
|
||||||
service: oslo_db
|
service: oslo_db
|
||||||
- endpoint: internal
|
- endpoint: internal
|
||||||
@ -205,8 +209,9 @@ dependencies:
|
|||||||
service: identity
|
service: identity
|
||||||
rabbit_init:
|
rabbit_init:
|
||||||
services:
|
services:
|
||||||
- service: oslo_messaging
|
- endpoint: internal
|
||||||
endpoint: internal
|
service: oslo_messaging
|
||||||
|
|
||||||
|
|
||||||
# Names of secrets used by bootstrap and environmental checks
|
# Names of secrets used by bootstrap and environmental checks
|
||||||
secrets:
|
secrets:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user