From: Romanos Skiadas Date: Tue, 21 Feb 2017 08:19:08 +0000 (+0200) Subject: TC 8:Fix argument passed to create_glance_image X-Git-Tag: danube.2.RC1~34 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ec758275c12562ddc1d92155c38a312c17353dd1;p=sdnvpn.git TC 8:Fix argument passed to create_glance_image Change-Id: Ibed4febf84f4384ffcca951bd95d5284add454ea Signed-off-by: Romanos Skiadas --- diff --git a/sdnvpn/test/functest/testcase_8.py b/sdnvpn/test/functest/testcase_8.py index 3aa0a79..1e29bb2 100644 --- a/sdnvpn/test/functest/testcase_8.py +++ b/sdnvpn/test/functest/testcase_8.py @@ -55,7 +55,7 @@ def main(): COMMON_CONFIG.image_path, disk=COMMON_CONFIG.image_format, container="bare", - public=True) + public='public') network_1_id, _, router_1_id = test_utils.create_network( neutron_client, TESTCASE_CONFIG.net_1_name,