From d8d81922da00442442ce5f8498061f7e2238f348 Mon Sep 17 00:00:00 2001
From: tanlin <lin.tan@intel.com>
Date: Wed, 12 Feb 2014 16:20:37 +0800
Subject: [PATCH] Rename Openstack to OpenStack

Change-Id: I65a0af76132fa1375bca25889b90d381fd038988
---
 README.md  | 4 ++--
 docs/ci.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index c9ab7a717..dc1c5b388 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Image building tools for Openstack
+Image building tools for OpenStack
 ==================================
 
 These tools are the components of TripleO
@@ -124,7 +124,7 @@ Design
 
 Images are built using a chroot and bind mounted /proc /sys and /dev. The goal
 of the image building process is to produce blank slate machines that have all
-the necessary bits to fulfill a specific purpose in the running of an Openstack
+the necessary bits to fulfill a specific purpose in the running of an OpenStack
 cloud: e.g. a nova-compute node. Images produce either a filesystem image with
 a label of cloudimg-rootfs, or can be customised to produce whole disk images
 (but will still contain a filesystem labelled cloudimg-rootfs). Once the file
diff --git a/docs/ci.md b/docs/ci.md
index c3cb18b45..127a41ca1 100644
--- a/docs/ci.md
+++ b/docs/ci.md
@@ -1,8 +1,8 @@
 CI needs for image building
 ===========================
 
-Eventually, if/when TripleO becomes an official Openstack project, all CI for
-it should be on Openstack systems. Until then we still need CI.
+Eventually, if/when TripleO becomes an official OpenStack project, all CI for
+it should be on OpenStack systems. Until then we still need CI.
 
 Jenkins
 -------