From: spisarski Date: Wed, 26 Jul 2017 14:58:31 +0000 (-0600) Subject: Removed TODO comment from lanucher app. X-Git-Tag: opnfv-5.0.0~40 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F38193%2F1;p=snaps.git Removed TODO comment from lanucher app. Determined that the potential issue was not one. JIRA: SNAPS-123 Change-Id: I171f0f959e77489c24b5c9ab6e225a129ff1cc93 Signed-off-by: spisarski --- diff --git a/examples/launch.py b/examples/launch.py index 9067730..65142ef 100644 --- a/examples/launch.py +++ b/examples/launch.py @@ -266,7 +266,6 @@ def __create_instances(os_conn_config, instances_config, image_dict, raise e logger.info('Created configured instances') - # TODO Should there be an error if there isn't an instances config return vm_dict