Make CephStorageDeployment depend on NetworkDeployment

Change-Id: I5b6454d0e09eba79fc0376e963fd0e4c64105081
This commit is contained in:
Giulio Fidente 2015-06-03 16:29:07 +02:00
parent c315681cc8
commit ce34efda2f
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ resources:
CephStorageDeployment:
type: OS::Heat::StructuredDeployment
depends_on: NetworkDeployment
properties:
config: {get_resource: CephStorageConfig}
server: {get_resource: CephStorage}