diff options
author | spisarski <s.pisarski@cablelabs.com> | 2017-07-26 08:58:31 -0600 |
---|---|---|
committer | spisarski <s.pisarski@cablelabs.com> | 2017-07-26 08:58:31 -0600 |
commit | cf3bf45dd1ecff3d1473aec42fc8e8a6ba89bf14 (patch) | |
tree | 08b44e35b1bd8395340cfd982456c87f27c552c7 /examples/launch.py | |
parent | 5a2a6cb9609fab5a977d3704414fc700c35c6341 (diff) |
Removed TODO comment from lanucher app.
Determined that the potential issue was not one.
JIRA: SNAPS-123
Change-Id: I171f0f959e77489c24b5c9ab6e225a129ff1cc93
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'examples/launch.py')
-rw-r--r-- | examples/launch.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |