Rename Openstack to OpenStack

Change-Id: I65a0af76132fa1375bca25889b90d381fd038988
This commit is contained in:
tanlin 2014-02-12 16:20:37 +08:00
parent e1d58046f0
commit d8d81922da
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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
-------