From 056bb42f22411cfac2d8081a3dce15d751abcbca Mon Sep 17 00:00:00 2001
From: Mathieu Mitchell <mmitchell@iweb.com>
Date: Mon, 14 Dec 2015 13:27:18 -0500
Subject: [PATCH] CoreOS: Ensure /run is mounted before starting

Change-Id: Ib8e4eb0ed1e31c616545d6cc5b85ee1092b3da4d
---
 imagebuild/coreos/oem/cloud-config.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/imagebuild/coreos/oem/cloud-config.yml b/imagebuild/coreos/oem/cloud-config.yml
index 660609423..7e5164c1f 100644
--- a/imagebuild/coreos/oem/cloud-config.yml
+++ b/imagebuild/coreos/oem/cloud-config.yml
@@ -149,7 +149,7 @@ coreos:
         After=opt-ironic\x2dpython\x2dagent-dev.mount
         After=opt-ironic\x2dpython\x2dagent-dev-pts.mount
         After=opt-ironic\x2dpython\x2dagent-sys.mount
-        After=opt-ironic\x2dpython\x2dagent-run.moun
+        After=opt-ironic\x2dpython\x2dagent-run.mount
         After=opt-ironic\x2dpython\x2dagent-mnt.mount
 
         Requires=ironic-python-agent-container-creation.service
@@ -157,7 +157,7 @@ coreos:
         Requires=opt-ironic\x2dpython\x2dagent-dev.mount
         Requires=opt-ironic\x2dpython\x2dagent-dev-pts.mount
         Requires=opt-ironic\x2dpython\x2dagent-sys.mount
-        Requires=opt-ironic\x2dpython\x2dagent-run.moun
+        Requires=opt-ironic\x2dpython\x2dagent-run.mount
         Requires=opt-ironic\x2dpython\x2dagent-mnt.mount
 
         [Service]