mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user