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

View File

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

View File

@ -5,7 +5,7 @@
http://creativecommons.org/licenses/by/3.0/legalcode http://creativecommons.org/licenses/by/3.0/legalcode
========================================== ==========================================
Openstack Cookbook Versioning scheme OpenStack Cookbook Versioning scheme
========================================== ==========================================
Include the URL of your launchpad blueprint: 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 For example: 9.2.33
The Major number shouldn't change within a development branch. It will reflect the 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 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. 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 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 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 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. containers which are independent of hardware, language, framework, packaging system and hosting provider.
@ -157,10 +157,10 @@ References
.. [NOVA_DOCKER_DRIVER] `Nova docker driver .. [NOVA_DOCKER_DRIVER] `Nova docker driver
<https://github.com/stackforge/nova-docker/tree/master>`_ <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>`_ <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>`_ <https://wiki.openstack.org/wiki/Docker>`_