diff options
author | 2016-01-12 14:10:27 +0000 | |
---|---|---|
committer | 2016-01-12 14:10:27 +0000 | |
commit | 3d7d28eb80b80bfd4795a28bb1d8e6fadacbdada (patch) | |
tree | 11fcc9f4d869a8e3b97dfc5f8d081bc49bd94d29 /testcases/VIM/OpenStack/CI/rally_cert/scenario/templates | |
parent | 5380c97d53cf7f198e75e9cd5531e758edbc76ff (diff) | |
parent | 236f391ce99bc5e1d4a56ec5ea65705895bf39d9 (diff) |
Merge "Rally test case troubleshooting"
Diffstat (limited to 'testcases/VIM/OpenStack/CI/rally_cert/scenario/templates')
-rw-r--r-- | testcases/VIM/OpenStack/CI/rally_cert/scenario/templates/server_with_volume.yaml.template | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates/server_with_volume.yaml.template b/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates/server_with_volume.yaml.template index 23c88271..826ca9da 100644 --- a/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates/server_with_volume.yaml.template +++ b/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates/server_with_volume.yaml.template @@ -19,6 +19,8 @@ parameters: constraints: - range: { min: 1, max: 1024 } description: must be between 1 and 1024 Gb. + network_id: + type: string resources: server: @@ -26,6 +28,8 @@ resources: properties: image: {get_param: image} flavor: {get_param: flavor} + networks: + - network: { get_param: network_id } cinder_volume: type: OS::Cinder::Volume properties: |