12 Commits

Author SHA1 Message Date
Christian Berendt
d84da4ac58 Unified the syntax of the XML root element (image-guide)
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: Ib124ae68dc6854613dc7d293af8ebfd8253ce008
2014-07-09 19:46:25 +02:00
Andreas Jaeger
b0ce83d945 Use common entities file
Instead of declaring entities separately for each file, include the file
common/entities/openstack.ent.

Change-Id: I99f905be679eab34059a30311f11189c17b5498c
2014-05-03 05:01:40 +02:00
Roger Luethi
063c3693f7 Fix use of non-breaking-spaces in manuals
Non-breaking spaces should only be used where necessary to
prevent line breaks.

This patch removes and replaces non-breaking spaces as appropriate.

Closes-Bug: #1314498

Change-Id: I43565603a8d0ff8672c23cfee049b04b612070f8
2014-04-30 22:01:45 +02:00
Andreas Jaeger
8df08851d7 Edits for TB/GB/MB/KB usage
Improve some wording and introduce non-breaking spaces.

Change-Id: I315968c155f6707b4ae57b00cf96a26b453e1d23
Co-Authored-By: Diane Fleming <diane.fleming@rackspace.com>
2014-03-19 19:44:45 +01:00
Shilla Saebi
b180af12d9 small edits to ch_creating_images_manually
The should be changed to This

Change-Id: I2078e231edb00eea0541a3a45d98edb7d4c31470
2014-02-12 01:40:20 -05:00
Tom Fifield
778cca748a Add a note about qcow2 with virt-manager
As noted in the bug report, it is necessary
to perform an additional step when using qcow2
images with virt-manager.

Change-Id: If0cc74fcdaac62d4f2fc5cef89490334cfdd94b8
Closes-Bug: 1258445
2013-12-20 17:22:36 +01:00
Shilla
cc7a13f368 Fixed Typo
Changed with to Wish

Change-Id: I33895c70cb736c4ade8aecb4e125419727556474
2013-12-02 12:22:22 -05:00
Lorin Hochstein
6c35a58d6a Add FreeBSD info to image guide
Adds links to the bsd-cloudinit project in the image guide.

Change-Id: I3503b59a8e9116acdcc4dcc573d732224715776e
2013-11-30 22:49:15 -05:00
Diane Fleming
8a16024a3a Fix headings in Image Guide
Partial-Bug: #1250515

author: diane fleming

Change-Id: I2378972adfd53803e5b3f7ff46439720d02dfe30
backport: none
2013-11-13 14:54:50 -06:00
Andreas Jaeger
34a567089b Fix markup
This fixes mainly screens, computeroutput/userinput and also
marks some filenames. A lot of prompts have been added.

Change-Id: I864dc5b051bb297b61c9b2ed5464f9a35306bd68
Partial-Bug: #1217503
2013-09-17 16:08:17 +02:00
Andreas Jaeger
8bf9bc3d07 Clearify manual image creation
Responding to disqus comments, I noticed that the guide is not clear
that the manual image creation is done locally and includes an upload
step.

Change-Id: Icd0a0ccdacca4d14ef11c6fb01eb7cba604c430b
2013-09-11 20:17:19 +02:00
Diane Fleming
64b6c9261e Folder rename, file rename, flattening of directories
Current folder name	New folder name	        Book title
----------------------------------------------------------
basic-install 	        DELETE
cli-guide	        DELETE
common	                common
NEW	                admin-guide-cloud	Cloud Administrators Guide
docbkx-example	        DELETE
openstack-block-storage-admin 	DELETE
openstack-compute-admin 	DELETE
openstack-config 	config-reference	OpenStack Configuration Reference
openstack-ha 	        high-availability-guide	OpenStack High Availabilty Guide
openstack-image	        image-guide	OpenStack Virtual Machine Image Guide
openstack-install 	install-guide	OpenStack Installation Guide
openstack-network-connectivity-admin 	admin-guide-network 	OpenStack Networking Administration Guide
openstack-object-storage-admin 	DELETE
openstack-security 	security-guide	OpenStack Security Guide
openstack-training 	training-guide	OpenStack Training Guide
openstack-user 	        user-guide	OpenStack End User Guide
openstack-user-admin 	user-guide-admin	OpenStack Admin User Guide
glossary	        NEW        	OpenStack Glossary

bug: #1220407

Change-Id: Id5ffc774b966ba7b9a591743a877aa10ab3094c7
author: diane fleming
2013-09-08 15:15:50 -07:00