Merge "Add explict dependency to avoid gate unstable"

This commit is contained in:
Zuul 2021-06-09 08:20:32 +00:00 committed by Gerrit Code Review
commit 25db658788
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ parameters:
resources: resources:
my_instance: my_instance:
type: OS::Nova::Server type: OS::Nova::Server
# BUG We add dependency to avoid bug in story/2008936.
# And should remove this after bug fixed.
depends_on: data_volume
properties: properties:
image: {get_param: image} image: {get_param: image}
flavor: {get_param: flavor} flavor: {get_param: flavor}