Removed TODO comment from lanucher app. 93/38193/1
authorspisarski <s.pisarski@cablelabs.com>
Wed, 26 Jul 2017 14:58:31 +0000 (08:58 -0600)
committerspisarski <s.pisarski@cablelabs.com>
Wed, 26 Jul 2017 14:58:31 +0000 (08:58 -0600)
Determined that the potential issue was not one.

JIRA: SNAPS-123

Change-Id: I171f0f959e77489c24b5c9ab6e225a129ff1cc93
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
examples/launch.py

index 9067730..65142ef 100644 (file)
@@ -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