Updates for typos

This change updates a few things that were missed when the role
was cut over.

Change-Id: I0f4670cc7d11fde5907a0856c1de40b39ebf3de7
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2015-12-08 14:31:26 -06:00
parent 6e94a195ec
commit c3405ef941
No known key found for this signature in database
GPG Key ID: 69FEFFC5E2D9273F
4 changed files with 28 additions and 24 deletions

View File

@ -87,9 +87,9 @@ qthelp:
@echo
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/openstack-ansible-apt_package_pinning.qhcp"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/openstack-ansible-lxc_container_create.qhcp"
@echo "To view the help file:"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/openstack-ansible-apt_package_pinning.qhc"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/openstack-ansible-lxc_container_create.qhc"
applehelp:
$(SPHINXBUILD) -b applehelp $(ALLSPHINXOPTS) $(BUILDDIR)/applehelp
@ -104,8 +104,8 @@ devhelp:
@echo
@echo "Build finished."
@echo "To view the help file:"
@echo "# mkdir -p $$HOME/.local/share/devhelp/openstack-ansible-apt_package_pinning"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/openstack-ansible-apt_package_pinning"
@echo "# mkdir -p $$HOME/.local/share/devhelp/openstack-ansible-lxc_container_create"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/openstack-ansible-lxc_container_create"
@echo "# devhelp"
epub:

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# openstack-ansible-apt_package_pinning documentation build configuration file, created by
# openstack-ansible-lxc_container_create documentation build configuration file, created by
# sphinx-quickstart on Mon Apr 13 20:42:26 2015.
#
# This file is execfile()d with the current directory set to its
@ -32,7 +32,7 @@ extensions = [
]
# The link to the browsable source code (for the left hand menu)
oslosphinx_cgit_link = 'http://git.openstack.org/cgit/openstack/openstack-ansible-apt_package_pinning'
oslosphinx_cgit_link = 'http://git.openstack.org/cgit/openstack/openstack-ansible-lxc_container_create'
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@ -49,9 +49,9 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = 'openstack-ansible-apt_package_pinning'
copyright = '2015, openstack-ansible-apt_package_pinning contributors'
author = 'openstack-ansible-apt_package_pinning contributors'
project = 'openstack-ansible-lxc_container_create'
copyright = '2015, openstack-ansible-lxc_container_create contributors'
author = 'openstack-ansible-lxc_container_create contributors'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@ -203,7 +203,7 @@ html_static_path = ['_static']
# html_search_scorer = 'scorer.js'
# Output file base name for HTML help builder.
htmlhelp_basename = 'openstack-ansible-apt_package_pinningdoc'
htmlhelp_basename = 'openstack-ansible-lxc_container_createdoc'
# -- Options for LaTeX output ---------------------------------------------
@ -225,9 +225,9 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'openstack-ansible-apt_package_pinning.tex',
'openstack-ansible-apt_package_pinning Documentation',
'openstack-ansible-apt_package_pinning contributors', 'manual'),
(master_doc, 'openstack-ansible-lxc_container_create.tex',
'openstack-ansible-lxc_container_create Documentation',
'openstack-ansible-lxc_container_create contributors', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@ -256,8 +256,8 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'openstack-ansible-apt_package_pinning',
'openstack-ansible-apt_package_pinning Documentation',
(master_doc, 'openstack-ansible-lxc_container_create',
'openstack-ansible-lxc_container_create Documentation',
[author], 1)
]
@ -271,9 +271,9 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'openstack-ansible-apt_package_pinning',
'openstack-ansible-apt_package_pinning Documentation',
author, 'openstack-ansible-apt_package_pinning', 'One line description of project.',
(master_doc, 'openstack-ansible-lxc_container_create',
'openstack-ansible-lxc_container_create Documentation',
author, 'openstack-ansible-lxc_container_create', 'One line description of project.',
'Miscellaneous'),
]

View File

@ -1,6 +1,6 @@
[metadata]
name = openstack-ansible-apt_package_pinning
summary = APT package pinning for OpenStack Ansible
name = openstack-ansible-lxc_container_create
summary = Role for creating an lxc Container
description-file =
README.rst
author = OpenStack

View File

@ -1,12 +1,16 @@
- name: apt_package_pinning
src: https://github.com/os-cloud/openstack-ansible-apt_package_pinning
src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning
scm: git
version: master
- name: pip_install
src: https://github.com/os-cloud/openstack-ansible-pip_install
src: https://git.openstack.org/openstack/openstack-ansible-pip_install
scm: git
version: master
- name: py_from_git
src: https://github.com/os-cloud/openstack-ansible-py_from_git
src: https://git.openstack.org/openstack/openstack-ansible-py_from_git
scm: git
version: master
- name: lxc_hosts
src: https://github.com/os-cloud/openstack-ansible-lxc_hosts
src: https://git.openstack.org/openstack/openstack-ansible-lxc_hosts
scm: git
version: master