Commit Graph

18 Commits

Author SHA1 Message Date
Sandro Tosi
7bfea88d1e Typos and spell errors in admin-guide, arch-design and cli-reference
While spell-checking some openstack-manuals guides, some typos were found and
this patch address those in the first three directories of the manuals repo.

Change-Id: Ibc2cb5a52679223cd903d2c4162cef98d5da8670
Closes-Bug: 1355720
2014-08-11 20:18:31 +01:00
Christian Berendt
d90fbeadc5 Removed some duplicate spaces
The duplicate in doc/common/section_getstart_object-storage.xml will
be removed with https://review.openstack.org/#/c/106834/ .

Change-Id: I1f98a479568be9f07a324e60a2dffb9d348f25e4
2014-07-14 21:12:32 +02:00
Christian Berendt
cbfda15a1f Unified the syntax of the XML root element (cli-reference)
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: I7b68f99804882656a379d9bc22b3a550e95b9bd0
2014-07-09 22:29:45 +02:00
Jenkins
afa1c9aa3c Merge "Add hw_vif_model and hw_disk_bus to glance properties" 2014-05-08 04:54:41 +00:00
Andreas Jaeger
d01cfb23be Add hw_vif_model and hw_disk_bus to glance properties
Document hw_vif_model (for both libvirt and VMware) and hw_disk_bus
(libvirt) based on information in nova repository files
nova/virt/libvirt/vif.py and nova/virt/libvirt/vif.py.

Change-Id: Ib22c8192a60b35fb1bb8c755c4d9bff9c72456f7
Closes-Bug: #1314738
2014-05-04 18:12:31 +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
Andreas Jaeger
e226328295 Remove unused ENTITIES
Remove all ENTITY declarations that are not used in a file.

Change-Id: I9b53b53754b303b5b001a95b44e57493bb90b222
2014-05-02 22:31:35 +02:00
Summer Long
d2e14a813d Added hw_scsi_model to property keys
Added new hw_scsi_model libvirt option.

Closes-Bug: #1282600

Change-Id: I5e4261e0d312cc2d963d941283a18dd9ffa08afe
2014-04-30 15:14:20 +10:00
Summer Long
0ee8a183c6 Can now use physical entropy device.
Added note about changing entropy-device default to
property-keys listing.

Closes-bug: #1284908

Change-Id: I71530ff9a2dbb899c878272de05998eab89519f5
2014-04-27 19:38:35 +10:00
Summer Long
fbcd7d9372 Added note to os_command_line
Added note that the os_command_line key is only valid
for AWS-type images.

Partial-Bug: #1307272

Change-Id: Ide43f1be5d09cdf11e1ae842cf2ac3e6d30b7ad3
2014-04-23 23:15:06 +10:00
Jenkins
824a25ce6d Merge "Added random-number generator info for instance creation" 2014-04-22 06:13:24 +00:00
Summer Long
eced288e22 Added random-number generator info for instance creation
Added hw_rng_model to image property keys and hw_rng
information for flavors. Updated <replaceable> values
to use uppercase, per new convention.

Closes-bug: #1284835

Change-Id: I44b3f4fd03cd542e328e8334ded3379e4114cffd
2014-04-22 10:48:53 +10:00
Jenkins
13c103902d Merge "Added hw_machine_type property key" 2014-04-21 05:21:37 +00:00
Summer Long
982ad15e14 Added hw_machine_type property key
Added libvirt key hw_machine_type for ARM images.

Closes-bug: #1281695

Change-Id: Ief1bfa92e20383d4bb9524f125c7189ffa1c5133
2014-04-21 08:17:54 +10:00
Summer Long
105b4f7ae5 Added watchdog property key and flavor-key info
Added hw_watchdog_action property key and
watchdog info for flavor_key section (plus
minor edits). Added note about authorized
users, and reference to the page in the
Admin User Guide.

Closes-bug: #1287406
Closes-bug: #1287450

Change-Id: Ib404d98ce504883ae22733f681e205c641720f5a
2014-04-17 14:51:26 +10:00
Summer Long
1af56c42eb Added hw_video_ram to property-keys listing
Closes-bug: #1285068

Change-Id: Ia8e54f276e7cc7e532346d36cc64311be7af7971
2014-04-15 12:41:33 +10:00
Summer Long
69e9a932b0 Added os_command_line to property keys
Updated key listing for libvirt driver with os_command_line.

Change-Id: Ia34e3092a6c3209e05d174ea42cc4b35113baff2
Closes-bug: #1307272
2014-04-14 13:50:36 +10:00
Summer Long
9f208d1b08 Moved property listing into CLI
Moved listings for property keys and values into the CLI.
Removed listing from Image, and replaced with reference.
Edited Image Guide section, and added Compute config and
image-show example.

Partial-Bug: #1304114

Change-Id: I84bd59bab2eda16adbe80641fcb95c55959f5d9d
2014-04-10 11:33:04 +10:00