diff --git a/README.md b/README.md index c9ab7a71..dc1c5b38 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 c3cb18b4..127a41ca 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 -------