fix syntax in qct-pod2.yml

Change-Id: Id7e2d1341fc60442e69e66eef010d9ee7751764a
(cherry picked from commit fc1afd107345f7ca7409ead4697549cd7c648c8a)
diff --git a/qct-pod2.yml b/qct-pod2.yml
index 562f02c..cc2685b 100644
--- a/qct-pod2.yml
+++ b/qct-pod2.yml
@@ -53,14 +53,9 @@
 docker_images_prereqs:
   - 'prep-headnode'
 
-# node topology
-physical_node_list:
-  - name: head1
-    aliases:
-      - head
-
-'fabric_include_names'='eth2'
-'management_exclude_names'='eth2'
+# set which interfaces to use for fabric/mgmt network
+fabric_include_names: 'eth2'
+management_exclude_names: 'eth2'
 
 # Inventory for ansible, used to generate inventory.ini
 inventory_groups:
@@ -76,3 +71,4 @@
       ansible_user: cord
       ansible_ssh_pass: cord
   compute:
+