Merge "Depend on identity service in heat boostrap job"

This commit is contained in:
Zuul 2019-09-13 18:58:14 +00:00 committed by Gerrit Code Review
commit d512d302c5

View File

@ -641,6 +641,7 @@ dependencies:
- heat-trustee-ks-user - heat-trustee-ks-user
- heat-domain-ks-user - heat-domain-ks-user
- heat-ks-endpoints - heat-ks-endpoints
- heat-bootstrap
services: services:
- endpoint: internal - endpoint: internal
service: oslo_db service: oslo_db
@ -656,6 +657,7 @@ dependencies:
- heat-trustee-ks-user - heat-trustee-ks-user
- heat-domain-ks-user - heat-domain-ks-user
- heat-ks-endpoints - heat-ks-endpoints
- heat-bootstrap
services: services:
- endpoint: internal - endpoint: internal
service: oslo_db service: oslo_db
@ -671,6 +673,7 @@ dependencies:
- heat-trustee-ks-user - heat-trustee-ks-user
- heat-domain-ks-user - heat-domain-ks-user
- heat-ks-endpoints - heat-ks-endpoints
- heat-bootstrap
services: services:
- endpoint: internal - endpoint: internal
service: oslo_db service: oslo_db
@ -692,6 +695,10 @@ dependencies:
services: services:
- endpoint: internal - endpoint: internal
service: oslo_db service: oslo_db
bootstrap:
services:
- endpoint: internal
service: identity
engine: engine:
jobs: jobs:
- heat-db-sync - heat-db-sync
@ -700,6 +707,7 @@ dependencies:
- heat-trustee-ks-user - heat-trustee-ks-user
- heat-domain-ks-user - heat-domain-ks-user
- heat-ks-endpoints - heat-ks-endpoints
- heat-bootstrap
services: services:
- endpoint: internal - endpoint: internal
service: oslo_db service: oslo_db