~annegentle/openstackbook/epubtest

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="utf-8"?>
<book xmlns="http://docbook.org/ns/docbook"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  xmlns:xi="http://www.w3.org/2001/XInclude"
  xmlns:svg="http://www.w3.org/2000/svg"
  xmlns:html="http://www.w3.org/1999/xhtml"
  version="5.0"
  >
  <title>OpenStack Compute Starter Guide</title>
  <info>
    <author>
      <personname>
        <firstname/>
        <surname/>
      </personname>
      <affiliation>
        <orgname>OpenStack</orgname>
      </affiliation>
    </author>
    <copyright>
      <year>2011</year>
      <holder>CSS Corp Private Limited ( http://www.csscorp.com/ )</holder>
    </copyright>
    <releaseinfo>diablo</releaseinfo>
    <productname>OpenStack Compute</productname>
    <pubdate>2011-11-11</pubdate>
    <legalnotice role="cc-by-nc-sa">
      <annotation>
        <remark>Remaining licensing details are filled in by the template.</remark>
      </annotation>
    </legalnotice>
    <abstract>
      <para>This is a tutorial style beginner's guide for OpenStackā„¢ on Ubuntu 11.10, Oneiric Ocelot.
        The aim is to help the reader in setting up a minimal installation of OpenStack. </para>
    </abstract>
  </info>
<xi:include href="Introduction.xml" />
<xi:include href="Installation.xml"/>
<xi:include href="Image.xml"/>
<xi:include href="Instance.xml"/>
<xi:include href="Storage.xml"/>
<xi:include href="Network.xml"/>
<xi:include href="Security.xml"/>
<xi:include href="Commands.xml"/>

</book>