summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/complex-network/deploy-complex-network.yaml4
-rw-r--r--examples/launch.py1
2 files changed, 2 insertions, 3 deletions
diff --git a/examples/complex-network/deploy-complex-network.yaml b/examples/complex-network/deploy-complex-network.yaml
index eff36c9..7915c38 100644
--- a/examples/complex-network/deploy-complex-network.yaml
+++ b/examples/complex-network/deploy-complex-network.yaml
@@ -128,7 +128,7 @@ openstack:
- subnet_name: mgr-subnet-2
ip: 10.0.2.30
floating_ips:
-# TODO - Why is only one of these floating IPs not working and why does it vary which one?
+# Add back after validation of multiple floating IP support
# - floating_ip:
# name: fip1
# port_name: mgr-app-port
@@ -199,7 +199,7 @@ openstack:
port_name: site2-host-port
subnet_name: site2-subnet
router_name: site2-router
-# TODO - Add a playbook here...
+# Add a playbook here...
#ansible:
# - playbook_location: main.yml
# hosts:
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