Adding dependency in cinder for keystone-api

The patch adds dependency in cinder for create_internal_tenant job which
uses openstack client to create internal_project_name and internal_user_name
but if identity server is not ready yet the job crashes therefore cinder-volume
doesn't work as well.

Change-Id: I4386f127b834a9777093ac1d3c269937947c7bcf
This commit is contained in:
Oleh Hryhorov 2019-07-15 16:48:28 +03:00
parent 69ac8dfde8
commit e0b6f6b9c9

View File

@ -1165,6 +1165,10 @@ dependencies:
services:
- endpoint: internal
service: local_image_registry
create_internal_tenant:
services:
- endpoint: internal
service: identity
# Names of secrets used by bootstrap and environmental checks
secrets: