From e1ff6a9e2e6b60b427effdbe2d205ebcb065b26f Mon Sep 17 00:00:00 2001
From: Jason DeTiberus <jdetiber@redhat.com>
Date: Fri, 29 Jan 2016 22:05:09 -0500
Subject: remove outdated comments

---
 playbooks/gce/openshift-cluster/config.yml                 | 2 --
 playbooks/gce/openshift-cluster/tasks/launch_instances.yml | 3 ---
 2 files changed, 5 deletions(-)

(limited to 'playbooks/gce/openshift-cluster')

diff --git a/playbooks/gce/openshift-cluster/config.yml b/playbooks/gce/openshift-cluster/config.yml
index 5a812f6b9..45150a67f 100644
--- a/playbooks/gce/openshift-cluster/config.yml
+++ b/playbooks/gce/openshift-cluster/config.yml
@@ -1,6 +1,4 @@
 ---
-# TODO: fix firewall related bug with GCE and origin, since GCE is overriding
-# /etc/sysconfig/iptables
 - include: ../../common/openshift-cluster/config.yml
   vars_files:
   - ../../gce/openshift-cluster/vars.yml
diff --git a/playbooks/gce/openshift-cluster/tasks/launch_instances.yml b/playbooks/gce/openshift-cluster/tasks/launch_instances.yml
index 488b62eb9..e06b1e077 100644
--- a/playbooks/gce/openshift-cluster/tasks/launch_instances.yml
+++ b/playbooks/gce/openshift-cluster/tasks/launch_instances.yml
@@ -1,7 +1,4 @@
 ---
-# TODO: when we are ready to go to ansible 1.9+ support only, we can update to
-# the gce task to use the disk_auto_delete parameter to avoid having to delete
-# the disk as a separate step on termination
 - name: Launch instance(s)
   gce:
     instance_names: "{{ instances }}"
-- 
cgit v1.2.3