Change example/zones.yaml to full_speed

initial_speed should be full_speed in example/zones.yaml

Change-Id: I64b4803a26006cf78f6d29859bb8dd43a5cf63b3
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/control/example/zones.yaml b/control/example/zones.yaml
index 00929cd..ce12eee 100644
--- a/control/example/zones.yaml
+++ b/control/example/zones.yaml
@@ -30,7 +30,7 @@
 #     - zone: [zone number]
 #       cooling_profiles:
 #         - [cooling profile]
-#       initial_speed: [Speed to set the zone to when app starts.]
+#       full_speed: [Full speed for the zone.]
 
 #Example:
 #manager_configuration:
@@ -45,7 +45,7 @@
 #       cooling_profiles:
 #       - air
 #       - all
-#       initial_speed: 10500
+#       full_speed: 10500
 #
 # - zone_conditions:
 #   - name: water_and_air_cooled_chassis
@@ -55,5 +55,5 @@
 #       cooling_profiles:
 #       - water
 #       - all
-#       initial_speed: 4000
+#       full_speed: 4000