This is another series of typo/spelling errors fixing, in particular for
common/ dir
Change-Id: I04c0d5b2fe7d72e120b82da9039d116ad4c802cc
Closes-Bug: #1356460
Execluded all XML files in the directory doc/common/tables because
they are autogenerated.
The XML root element of Docbook XML files should match the following
format:
<ELEMENT xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="THE_XML_ID_OF_THE_ELEMENT">
Change-Id: If12091be81ec8b2e6e53bfcb4c3a883a65e24736
The XML declaration should be available on the first line
in every XML file and should match the following line:
<?xml version="1.0" encoding="UTF-8"?>
Change-Id: I29b3d4b730d7ff01c89f34b0bef60b74a858de13
Minor edits to the wording in the Image Service overview.
Change-Id: I2c3771955d1d2c5814e757929734d43594dcc1dc
Implements: blueprint installation-guide-improvements
Users could be confused into thinking the glance registry
is an external-facing service. It is not, and is designed
with a security model such that it should be protected for
internal use only.
This patch adds a note to the introduction in the common section
so it will be included in multiple guides.
Change-Id: Ic540353d82c829475ac6f3455ccccdea32977a4b
Closes-Bug: 1252931
As part of the installation guide improvement project, I performed
the following operations on the architecture chapter:
1) Added new diagrams for example architectures supported by the
the installation guide.
2) Increased detail of node function descriptions.
3) Removed potentially confusing and overwhelming logical
architecture diagram.
4) Clarified phrasing and wording.
The contents of this chapter rely on other portions of the guide
subject to change during this project and may need additional
updates.
Change-Id: I9b887f49a7d3ec94efc748a9056ec3a643ac7899
Partial-Bug: #1291071
Implements: blueprint networking-install-guide-improvements
The link was to an informalfigure, make it a link to the section
called "Conceptual Architecture."
Currently the text is displayed as "As shown in ???, the"
Change-Id: I2a0f0b25e80a72dd9f8a5895582284e97086eb3d
Full outline finished. Keystone, Glance, and most of Nova complete
Changes to Common:
* Separate "Getting Started" content into separate files, so they can be
included individually where needed in the install guide
* separated "Keystone Concepts" so that a smaller subset of that can be
used in the install guide
Change-Id: I583349443685e3022f4c4c1893c2c07d1d2af1d5