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-ks-user
|
||||
- senlin-ks-endpoints
|
||||
- senlin-rabbit-init
|
||||
services:
|
||||
- endpoint: internal
|
||||
service: oslo_db
|
||||
- endpoint: internal
|
||||
service: identity
|
||||
- endpoint: internal
|
||||
service: oslo_messaging
|
||||
db_drop:
|
||||
services:
|
||||
- endpoint: internal
|
||||
@ -184,7 +187,8 @@ dependencies:
|
||||
- senlin-db-sync
|
||||
- senlin-ks-user
|
||||
- senlin-ks-endpoints
|
||||
servics:
|
||||
- senlin-rabbit-init
|
||||
services:
|
||||
- endpoint: internal
|
||||
service: oslo_db
|
||||
- endpoint: internal
|
||||
@ -205,8 +209,9 @@ dependencies:
|
||||
service: identity
|
||||
rabbit_init:
|
||||
services:
|
||||
- service: oslo_messaging
|
||||
endpoint: internal
|
||||
- endpoint: internal
|
||||
service: oslo_messaging
|
||||
|
||||
|
||||
# Names of secrets used by bootstrap and environmental checks
|
||||
secrets:
|
||||
|
Loading…
x
Reference in New Issue
Block a user