From da62e71bf8041d02c42655d1f88c71067a0e5387 Mon Sep 17 00:00:00 2001
From: Steven Dake <sdake@redhat.com>
Date: Sat, 20 Sep 2014 09:42:33 -0700
Subject: [PATCH] Tidy up README.md

Edit README.md to provide a link to deploying kubernetes with Heat in VMs

Provide link to heat-kubernetes that Lars put together
Also explain directory layout
---
 README.md | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index ba085093d..73b682132 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,20 @@
 superhappyfunshow
 =================
 
-A concept for how to deploy the OpenStack Services within Docker containers using Kubernetes on Project Atomic.
+A proof of concept demonstrating deployment of OpenStack Services within Docker
+containers using Kubernetes on Project Atomic.
 
 
 Getting Started
 =================
 
-We need to write a quick how to here on how to get an environment set up.
+Kubernetes deployment on bare metal is a complex topic which is beyond the
+scope of this project at this time.  The developers still require a test
+environment.  As a result, one of the developers has created a Heat based
+deployment tool that can be found here:
 
-1. Download and Deploy RHEL Atomic - http://www.projectatomic.io/download/
-2. Deploy a pod with kubernetes
+
+Directories
+=================
+
+* docker     - contains artifacts for use with docker build to build appropriate images
-- 
GitLab