From f24e78a48d3b957e10c4afa1eeb4c3cbb762b14c Mon Sep 17 00:00:00 2001 From: Atsushi SAKAI Date: Wed, 22 Jul 2015 17:27:50 +0900 Subject: [PATCH] typos on the document jenkin => jenkins on ci.md documention => documentation on developer/caches.html typicallly => typically on developer/developing_elements.html Closes-Bug: #1476993 Change-Id: Ie40205debad5dbc6074e65672e0f3ebeaee5b08e --- doc/source/ci.md | 2 +- doc/source/developer/caches.rst | 2 +- doc/source/developer/developing_elements.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/ci.md b/doc/source/ci.md index 13505b9f..869a4aee 100644 --- a/doc/source/ci.md +++ b/doc/source/ci.md @@ -11,7 +11,7 @@ Jenkins * IRC notification service, notify-only on #triple on freenode, port 7000 ssl. * Github OAuth plugin, permit all from tripleo organisation, and organisation members as service admins. -* Grant jenkin builders sudo [may want lxc containers or cloud instances for +* Grant jenkins builders sudo [may want lxc containers or cloud instances for security isolation] * Jobs to build: * base ubuntu VM. diff --git a/doc/source/developer/caches.rst b/doc/source/developer/caches.rst index 601e31dc..4ae8cbc1 100644 --- a/doc/source/developer/caches.rst +++ b/doc/source/developer/caches.rst @@ -4,7 +4,7 @@ Caches and offline mode Since retrieving and transforming operating system image files, git repositories, Python or Ruby packages, and so on can be a significant overhead, we cache many of the inputs to the build process in ~/.cache/image-create/. The -writing an element documention describes the interface within +writing an element documentation describes the interface within disk-image-builder for caching. When invoking disk-image-builder the --offline option will instruct disk-image-builder to not refresh cached resources. diff --git a/doc/source/developer/developing_elements.rst b/doc/source/developer/developing_elements.rst index 0d5266cd..0e86f8b3 100644 --- a/doc/source/developer/developing_elements.rst +++ b/doc/source/developer/developing_elements.rst @@ -267,7 +267,7 @@ comma-delimited string. Some examples: Images are built such that the Linux kernel is instructed not to switch into graphical consoles (i.e. it will not activate KMS). This maximises compatibility with remote console interception hardware, such as HP's iLO. -However, you will typicallly only see kernel messages on the console - init +However, you will typically only see kernel messages on the console - init daemons (e.g. upstart) will usually be instructed to output to a serial console so nova's console-log command can function. There is an element in the tripleo-image-elements repository called "remove-serial-console" which will