Refactored neutron_utils#get_router_by_name() to get_router()
[snaps.git] / 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