Cinder: Require cinder volume to be running before attempting bootstrap
This PS udpates the deps on the cinder boostrap job to ensure that the cinder volume service has started prior to attempting bootstrap. This crtainly could be enhanced further, but is the 1st step in preventing the liklyhood of a race. Change-Id: Id0f958077b296750242450179b41c0a1b703b4a5 Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
parent
96f76b4e93
commit
a750802331
@ -1036,6 +1036,11 @@ dependencies:
|
|||||||
service: identity
|
service: identity
|
||||||
- endpoint: internal
|
- endpoint: internal
|
||||||
service: volume
|
service: volume
|
||||||
|
pod:
|
||||||
|
- requireSameNode: false
|
||||||
|
labels:
|
||||||
|
application: cinder
|
||||||
|
component: volume
|
||||||
clean:
|
clean:
|
||||||
jobs: null
|
jobs: null
|
||||||
db_drop:
|
db_drop:
|
||||||
|
Loading…
Reference in New Issue
Block a user