Browse code

Fix typo in baremetal header comment.

Change-Id: I553c37581c92dcdc13e0d8dcdb9c8be7309deaa1

Tim Miller authored on 2013/03/19 10:08:27
Showing 1 changed files
... ...
@@ -33,7 +33,7 @@
33 33
 # baremetal driver uses that to push a disk image onto the node(s).
34 34
 #
35 35
 # Below we define various defaults which control the behavior of the
36
-# baremetal compute service, and inform it of the hardware it will contorl.
36
+# baremetal compute service, and inform it of the hardware it will control.
37 37
 #
38 38
 # Below that, various functions are defined, which are called by devstack
39 39
 # in the following order:
... ...
@@ -395,7 +395,7 @@ function upload_baremetal_image() {
395 395
        ${KERNEL_ID:+--property kernel_id=$KERNEL_ID} \
396 396
        ${RAMDISK_ID:+--property ramdisk_id=$RAMDISK_ID} < "${IMAGE}"
397 397
 
398
-    # override DEFAULT_IMAGE_NAME so that tempest can find the image 
398
+    # override DEFAULT_IMAGE_NAME so that tempest can find the image
399 399
     # that we just uploaded in glance
400 400
     DEFAULT_IMAGE_NAME="${IMAGE_NAME%.img}"
401 401
 }