OpenStack Proposal Bot
10106b24fc
Imported Translations from Transifex
...
Change-Id: I04a1e7ba72b9ec7dcd46deed81b1f9498da030d4
2014-07-28 06:08:23 +00:00
KATO Tomoyuki
5ff89b1375
fix the typo about swap partition
...
Change-Id: I96fe1bbe358709aba07a04b4afe0055d20466d70
Closes-Bug: 1349236
2014-07-28 13:39:29 +09:00
Jenkins
76ab4e249e
Merge "Fix broken links"
2014-07-27 19:15:29 +00:00
OpenStack Proposal Bot
44b3b2b340
Imported Translations from Transifex
...
Change-Id: I024fe232b301388c146d4a5ada2991f923b5d7fd
2014-07-27 06:10:04 +00:00
KATO Tomoyuki
5fb341153e
fix typo in Oz -x flag.
...
Change-Id: Ief31ad88cee4500082977b966d357dafcbfd2b62
Closes-Bug: 1349034
2014-07-27 11:11:59 +09:00
Christian Berendt
179e89b8e5
Fix broken links
...
Change-Id: Id13c9f0741e567a1b421e29d1fb1b0f304a3ddfe
2014-07-25 22:17:16 +02:00
OpenStack Proposal Bot
3442198329
Imported Translations from Transifex
...
Change-Id: I11dd0e0183f616f8d2b7d8359861191718d27470
2014-07-23 06:13:15 +00:00
KATO Tomoyuki
78b6cd62ce
fix typo: delete extra ")"
...
Change-Id: Ia313dcfefd09e5bb99d5f66a1d599a8439625abd
Closes-Bug: 1346727
2014-07-22 19:46:09 +09:00
OpenStack Proposal Bot
d547afc1bf
Imported Translations from Transifex
...
Change-Id: I84e6f1c713ffa61a7b08fab9b6387a8e9d70a4fd
2014-07-22 06:11:18 +00:00
Jenkins
8e2618cfd5
Merge "Precise-->Trusty patches for several guides"
2014-07-20 19:29:58 +00:00
Tom Fifield
1985ce7ca9
Precise-->Trusty patches for several guides
...
As Juno will not be supported on Ubuntu 12.04 Precise,
this patch changes all references to 14.04 Trusty, which will
support the next 4 releases.
Updated section_ubuntu_example.xml for consistency.
Change-Id: Ib52513db38b17240026e6a278e8c97c0438358ec
2014-07-20 13:43:01 -05:00
Jenkins
c54c8820c3
Merge "fix typo: "virt-manager" -> "virt-install""
2014-07-20 18:33:37 +00:00
KATO Tomoyuki
319b50ff21
fix typo: "virt-manager" -> "virt-install"
...
Closes-Bug: 1343694
Change-Id: I2d94b821ad2b5e6368b1a2635643104370a123a7
2014-07-20 14:48:46 +09:00
OpenStack Proposal Bot
1b455f1caf
Imported Translations from Transifex
...
Change-Id: Ibb0f53c618c415ebfae83a68986764c0d4e1d57f
2014-07-19 06:09:45 +00:00
KATO Tomoyuki
3c7e35027a
replace "VMWare" with "VMware".
...
Closes-Bug: 1343915
Change-Id: Icd94c7401c2bba3cbe5e2efd5935a3a820dcf1f1
2014-07-18 18:39:44 +09:00
OpenStack Proposal Bot
1a8a41e3e8
Imported Translations from Transifex
...
Change-Id: Ib33e9fbe146238f80b248649e4637bf0d860b1ff
2014-07-18 06:10:05 +00:00
KATO Tomoyuki
0763517d2e
fix the broken link of the CentOS mirror page.
...
Change-Id: I64e20dcaf10ab7cf07c12844e8d70ebce62cf822
Closes-Bug: 1343023
2014-07-17 22:01:14 +09:00
OpenStack Proposal Bot
be0279df94
Imported Translations from Transifex
...
Change-Id: I112b0754ef3de09420a9e06d01868ac683906b73
2014-07-17 06:10:09 +00:00
Andreas Jaeger
305f9b9d26
User name fixes
...
It's "user name". Also fix markup for them to use systemitem.
Change-Id: I9bb9ac86587686a43cdd9aabd1d975cb7a7c320a
2014-07-15 21:37:04 +02:00
OpenStack Proposal Bot
516903e360
Imported Translations from Transifex
...
Change-Id: I771ec4fe984fc996a4aa29f19fe1f7152fb4bfc9
2014-07-15 06:09:04 +00:00
Gauvain Pocentek
c44fca06a1
Install acpid in the CentOS guest image
...
Remove the note about 'virsh reboot' not working.
Document the installation of acpid on the guest system.
This restores changes accidentally dropped from review 106560.
Change-Id: I447506ef65169c8f3cd03f376e96fbc005aafe65
Closes-Bug: #1337242
2014-07-13 12:34:47 +02:00
Gauvain Pocentek
91e292a8ca
Install acpid in the CentOS guest image
...
Remove the note about 'virsh reboot' not working. This is not a bug,
this is a feature (kind of).
Document the installation of acpid on the guest system.
Made edits for consistency.
Change-Id: I5462a128a0e8876fd2ec9e9fee66f1d2e662ccf4
Closes-Bug: #1337242
2014-07-12 15:59:17 -05:00
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
Christian Berendt
8d2b198d61
Unify the XML declaration in all XML files in doc
...
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
2014-07-07 19:18:28 +02:00
OpenStack Proposal Bot
082a54fc5c
Imported Translations from Transifex
...
Change-Id: Idf2c5956f8a6a061f050d9dd8ecaf67478f5490b
2014-07-06 06:08:34 +00:00
Stephen Gordon
66a2107e59
Add RHEL 7 cloud image link to guide
...
Added RHEL 7 cloud image link to guide, removed boot.iso image to
avoid confusion as it is a different type of image to the rest of
those discussed in this guide and further instructions on its use
are likely required.
Change-Id: Ib81e9f13f69a389a4db7b1d7d191e10e2729e463
2014-07-03 16:42:04 -04:00
OpenStack Proposal Bot
7f95e1f12b
Imported Translations from Transifex
...
Change-Id: Ie7619f7c279f970f7340634ee966cdbc83610b99
2014-06-30 06:06:27 +00:00
Jon Proulx
3d43d36c03
FreeBSD Image Example
...
Adds instructions for building FreeBSD images to Image Guide
Change-Id: I383ac7a2378259fd36b32e885d8ef8ced03588cc
Closes-Bug: #1332573
2014-06-28 19:29:48 -05:00
OpenStack Proposal Bot
0bda19a0c3
Imported Translations from Transifex
...
Change-Id: I275d9d0f7fb528202c4ddb5389b9e12e2c775dad
2014-06-27 06:07:57 +00:00
Andreas Jaeger
59f045f329
Image Guide: Add link to proper section
...
Add link to proper section which documents the properties.
Change-Id: I76f838826944c784d5e8d8c45bc5b38dfd252259
Partial-Bug: #1330005
2014-06-25 22:29:26 +02:00
OpenStack Proposal Bot
49d1139119
Imported Translations from Transifex
...
Change-Id: I372255b29aed6d60ff76d374fcd2acd15ca49f9f
2014-06-19 06:08:08 +00:00
Stephen Jahl
3b0b13cc28
Fix the cloud-initramfs-growroot package name.
...
Docs previously listed the "cloud-initramfs-tools" package as part of the simplest way to enable automatic root filesystem resizing on boot. That's just a source package, which you can't actually install. cloud-initramfs-growroot contains the actual hooks for the growroot action.
Change-Id: Iccedeffd92c90772c504affafac6c65a302240b2
Closes-Bug: #1331179
2014-06-17 16:55:39 -04:00
OpenStack Proposal Bot
01a97a81c5
Imported Translations from Transifex
...
Change-Id: I397b40d7925e539ac1852e5c5402827e789e7be8
2014-06-03 06:12:12 +00:00
Jenkins
2d037b4175
Merge "Adds a roadmap for the Virtual Machine Image Guide"
2014-05-22 13:05:35 +00:00
Anne Gentle
1be0bc33db
Adds a roadmap for the Virtual Machine Image Guide
...
Change-Id: I8289a6f8c692387d259c91daeb8f83ba5db99e2a
2014-05-21 14:18:05 -05:00
Andreas Jaeger
aa7a7cd794
Remove all mostly untranslated PO files
...
We only import PO files that are at least 75 % translated (8 % in
common), so we can delete now all other PO files. The patch only
removes the mostly untranslated files. Once a file becomes mostly
translated, the bot will import it again.
Change-Id: Iaea7a29267ee554d0d20b5cd050d453cea3798ba
Closes-Bug: #1317794
2014-05-21 08:41:21 +02:00
OpenStack Proposal Bot
178c496556
Imported Translations from Transifex
...
Change-Id: I1be6835025f353c8a4d52d45f3134c21aa8709ba
2014-05-20 06:49:40 +00:00
OpenStack Proposal Bot
493f7ad722
Imported Translations from Transifex
...
Change-Id: Idd3a3f67e30c34b944f37e12e50e3530fc77904a
2014-05-17 06:48:19 +00:00
OpenStack Proposal Bot
ae7c492f52
Imported Translations from Transifex
...
Change-Id: Iab5b76a12d5fc3d8ed5bc256c858d9b1f4cc6313
2014-05-16 06:55:13 +00:00
OpenStack Proposal Bot
f0941071de
Imported Translations from Transifex
...
Change-Id: I58f12f4cb249a9a86535823dbe2bf1540193924f
2014-05-12 06:49:07 +00:00
OpenStack Proposal Bot
3c7a33b83b
Imported Translations from Transifex
...
Change-Id: Ia329627bb0427ddb9ac50b0f6e1ef1fc29efd6e9
2014-05-10 06:48:40 +00:00
Anne Gentle
f0bf2f86ac
Readies for release candidate for stable/icehouse branch
...
- Adds revision history for Icehouse to all book files
- Updated some IDs on book files for accuracy
Change-Id: If8ebb9f3035229f548d449f1e00289a36272566e
2014-05-09 17:33:35 +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
e77dbe04ac
Remove extra xmlns lines
...
We do not need these namespaces like xmlns:svg and xmlns:html anywhere,
remove the declarations.
Change-Id: Ic6aa62c28b2b21092d1e1d5c6f431807519f59af
2014-05-02 08:24:52 +02:00
OpenStack Proposal Bot
b6b7cea319
Imported Translations from Transifex
...
Change-Id: I0ed5bf6ceccd3c0a9aff7999f242ed648dc48095
2014-05-01 06:49:42 +00:00
Jenkins
a7d621f18e
Merge "Fix use of non-breaking-spaces in manuals"
2014-05-01 03:59:19 +00:00
Jenkins
8ae3041776
Merge "fixed typos found by topy in image-guide directory"
2014-04-30 22:37:31 +00: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
Christian Berendt
94a64e43b4
fixed typos found by topy in image-guide directory
...
Topy is available at https://github.com/intgr/topy .
Change-Id: I3d61c4ce963b0dce0d6324dbf18a5a1260621d58
2014-04-30 09:18:33 +02:00
OpenStack Proposal Bot
72b7caa87d
Imported Translations from Transifex
...
Change-Id: I81fabe23cea8c597fe829420573afcaa54ab9148
2014-04-30 06:44:13 +00:00