diff options
Diffstat (limited to 'cinder-storage.yaml')
-rw-r--r-- | cinder-storage.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cinder-storage.yaml b/cinder-storage.yaml index 24739115..44f3b3b8 100644 --- a/cinder-storage.yaml +++ b/cinder-storage.yaml @@ -111,6 +111,15 @@ resources: NodeUserData: type: OS::TripleO::NodeUserData + NetworkConfig: + type: OS::TripleO::BlockStorage::Net::SoftwareConfig + + NetworkDeployment: + type: OS::TripleO::SoftwareDeployment + properties: + config: {get_attr: [NetworkConfig, config_id]} + server: {get_resource: BlockStorage} + BlockStorageDeployment: type: OS::Heat::StructuredDeployment properties: |