Skip to content

Commit

Permalink
Change example/zones.yaml to full_speed
Browse files Browse the repository at this point in the history
initial_speed should be full_speed in example/zones.yaml

Change-Id: I64b4803a26006cf78f6d29859bb8dd43a5cf63b3
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
  • Loading branch information
gtmills authored and williamspatrick committed May 24, 2017
1 parent ce82244 commit 07710ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions control/example/zones.yaml
Expand Up @@ -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:
Expand All @@ -45,7 +45,7 @@
# cooling_profiles:
# - air
# - all
# initial_speed: 10500
# full_speed: 10500
#
# - zone_conditions:
# - name: water_and_air_cooled_chassis
Expand All @@ -55,5 +55,5 @@
# cooling_profiles:
# - water
# - all
# initial_speed: 4000
# full_speed: 4000

0 comments on commit 07710ef

Please sign in to comment.