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:
parent
69ac8dfde8
commit
e0b6f6b9c9
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user