Properly capitalize OpenStack

It's OpenStack, fix the few occurences that use Openstack.

Change-Id: Ic5771a9624bdf1e79fddd1bfd0d6f98bde981152
This commit is contained in:
Andreas Jaeger 2015-07-08 11:06:41 +02:00
parent 790dd5ce87
commit 6c3c408a85
5 changed files with 15 additions and 15 deletions

View File

@ -48,8 +48,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'Chef for Openstack Specs'
copyright = u'2014, Chef for Openstack Team'
project = u'Chef for OpenStack Specs'
copyright = u'2014, Chef for OpenStack Team'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -162,7 +162,7 @@ html_use_index = False
#html_file_suffix = None
# Output file base name for HTML help builder.
htmlhelp_basename = 'Openstack-Chef-Specsdoc'
htmlhelp_basename = 'OpenStack-Chef-Specsdoc'
# -- Options for LaTeX output --------------------------------------------------
@ -181,7 +181,7 @@ latex_elements = {
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'Openstack-Chef-specs.tex', u'Chef for Openstack Specs',
('index', 'OpenStack-Chef-specs.tex', u'Chef for OpenStack Specs',
u'Chef for OpenStack Team', 'manual'),
]
@ -211,9 +211,9 @@ latex_documents = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'Openstack-Chef-specs', u'Chef for Openstack Design Specs',
('index', 'OpenStack-Chef-specs', u'Chef for OpenStack Design Specs',
u'Chef for OpenStack Team', 'openstack-chef-specs',
'Design specifications for the Chef for Openstack project.',
'Design specifications for the Chef for OpenStack project.',
'Miscellaneous'),
]
@ -230,7 +230,7 @@ texinfo_documents = [
# -- Options for Epub output ---------------------------------------------------
# Bibliographic Dublin Core info.
epub_title = u'Chef for Openstack Specs'
epub_title = u'Chef for OpenStack Specs'
epub_author = u'Chef for OpenStack Team'
epub_publisher = u'Chef for OpenStack Team'
epub_copyright = u'2014, Chef for OpenStack Team'

View File

@ -1,7 +1,7 @@
.. openstack-chef-specs documentation master file
=========================================
Openstack for Chef Project Specifications
OpenStack for Chef Project Specifications
=========================================
Juno specs:

View File

@ -1,6 +1,6 @@
[metadata]
name = openstack-chef-specs
summary = Chef for Openstack Project Development Specs
summary = Chef for OpenStack Project Development Specs
description-file =
README.rst
author = OpenStack

View File

@ -5,7 +5,7 @@
http://creativecommons.org/licenses/by/3.0/legalcode
==========================================
Openstack Cookbook Versioning scheme
OpenStack Cookbook Versioning scheme
==========================================
Include the URL of your launchpad blueprint:
@ -51,7 +51,7 @@ The system uses a three part version number, Major.Minor.Patch.
For example: 9.2.33
The Major number shouldn't change within a development branch. It will reflect the
number that is the Alphabetized Letter of the base Openstack release,
number that is the Alphabetized Letter of the base OpenStack release,
see: https://wiki.openstack.org/wiki/Releases. An example would be Icehouse
being the 9th letter and the 9th release all the stable cookbooks would be 9.Y.Z.
When the Master branch becomes stabilized, a new Stable branch will be created from

View File

@ -6,7 +6,7 @@ Include the URL of your launchpad blueprint:
https://blueprints.launchpad.net/openstack-chef/+spec/docker-driver-configuration
The Docker driver is a hypervisor driver for Openstack Nova Compute. It was introduced with the Havana release.
The Docker driver is a hypervisor driver for OpenStack Nova Compute. It was introduced with the Havana release.
Docker is an open-source engine which automates the deployment of applications as highly portable, self-sufficient
containers which are independent of hardware, language, framework, packaging system and hosting provider.
@ -157,14 +157,14 @@ References
.. [NOVA_DOCKER_DRIVER] `Nova docker driver
<https://github.com/stackforge/nova-docker/tree/master>`_
.. [OPENSTACK_DOCKER_COOKBOOK_OLD] `Openstack Docker cookbook old
.. [OPENSTACK_DOCKER_COOKBOOK_OLD] `OpenStack Docker cookbook old
<https://github.com/paulczar/cookbook-openstack-docker>`_
.. [OPENSTACK_DOCKER_DOCUMENTATION] `Openstack Docker Documentation
.. [OPENSTACK_DOCKER_DOCUMENTATION] `OpenStack Docker Documentation
<https://wiki.openstack.org/wiki/Docker>`_
Possible Future Enhancements
============================
Change openstack-telemetry cookbook to support monitoring of docker computes
Change openstack-telemetry cookbook to support monitoring of docker computes