diff options
Diffstat (limited to 'testsuites/rubbos/testcase_cfg')
-rwxr-xr-x | testsuites/rubbos/testcase_cfg/rubbos_1-1-0-1.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/rubbos/testcase_cfg/rubbos_1-1-0-1.yaml b/testsuites/rubbos/testcase_cfg/rubbos_1-1-0-1.yaml index f56e6022..0a401dce 100755 --- a/testsuites/rubbos/testcase_cfg/rubbos_1-1-0-1.yaml +++ b/testsuites/rubbos/testcase_cfg/rubbos_1-1-0-1.yaml @@ -84,7 +84,7 @@ resources: rubbos_control: type: OS::Nova::Server properties: - name: rubbos_control + name: rubbos-control image: { get_param: image } flavor: { get_param: flavor } key_name: { get_param: key_name } |