~koolhead17/openstackbook/cssbook

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