diff options
author | boucherv <valentin.boucher@orange.com> | 2016-08-11 09:06:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-11 09:06:09 +0000 |
commit | fe1cdb02640ddf9baae6d09a949a4648264dd482 (patch) | |
tree | 8b8c14c250a929cebb73f20ff6884fc714623296 /testcases/OpenStack/vPing/vPing_userdata.py | |
parent | e648bdc9f4f52208a44936fd8732afbe256a20c2 (diff) | |
parent | 7eefbe8f7ec52d727e8e504e4ddd4ddb57cf569e (diff) |
Merge "Create config_functest patch to update the conf with scenario"
Diffstat (limited to 'testcases/OpenStack/vPing/vPing_userdata.py')
-rwxr-xr-x | testcases/OpenStack/vPing/vPing_userdata.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testcases/OpenStack/vPing/vPing_userdata.py b/testcases/OpenStack/vPing/vPing_userdata.py index b6e3fe11..dd707bc8 100755 --- a/testcases/OpenStack/vPing/vPing_userdata.py +++ b/testcases/OpenStack/vPing/vPing_userdata.py @@ -192,7 +192,8 @@ def main(): GLANCE_IMAGE_PATH)) image_id = os_utils.create_glance_image(glance_client, GLANCE_IMAGE_NAME, - GLANCE_IMAGE_PATH) + GLANCE_IMAGE_PATH, + GLANCE_IMAGE_FORMAT) if not image_id: logger.error("Failed to create a Glance image...") exit(EXIT_CODE) |