openstack-manuals/doc/user-guide/bk-user-guide.xml
Christian Berendt b7bdf397ab Adds 2015 copyright year to book files
Change-Id: I44dab530eed5928692a2b5f9d482ea7d2f50a774
2015-01-07 11:17:30 +01:00

152 lines
5.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book [
]>
<book 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="os-user-guide">
<title>OpenStack End User Guide</title>
<titleabbrev>End User Guide</titleabbrev>
<info>
<author>
<personname>
<firstname/>
<surname/>
</personname>
<affiliation>
<orgname>OpenStack Foundation</orgname>
</affiliation>
</author>
<copyright>
<year>2014</year>
<year>2015</year>
<holder>OpenStack Foundation</holder>
</copyright>
<releaseinfo>current</releaseinfo>
<productname>OpenStack</productname>
<pubdate/>
<legalnotice role="cc-by">
<annotation>
<remark>Copyright details are filled in by the
template.</remark>
</annotation>
</legalnotice>
<abstract>
<para>OpenStack is an open-source cloud computing platform
for public and private clouds. A series of
interrelated projects deliver a cloud infrastructure
solution. This guide shows OpenStack end users how to
create and manage resources in an OpenStack cloud with
the OpenStack dashboard and OpenStack client
commands.</para>
<para>This guide documents OpenStack Juno, OpenStack
Icehouse and OpenStack Havana releases.</para>
</abstract>
<revhistory>
<revision>
<date>2014-10-15</date>
<revdescription>
<itemizedlist>
<listitem>
<para>
For the Juno release, this guide has
been updated with information about
the Database Service for OpenStack (trove).
</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2014-05-09</date>
<revdescription>
<itemizedlist>
<listitem>
<para>Add a command line cheat sheet.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2014-04-17</date>
<revdescription>
<itemizedlist>
<listitem>
<para>For the Icehouse release, this guide
has been updated with changes to the
dashboard plus the moving of the
command reference appendix as
indicated below.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2014-01-31</date>
<revdescription>
<itemizedlist>
<listitem>
<para>Removed the command reference appendix. This
information is now in the <link
xlink:href="http://docs.openstack.org/cli-reference/content/"
><citetitle>OpenStack Command-Line
Interface Reference</citetitle></link>.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2013-12-30</date>
<revdescription>
<itemizedlist>
<listitem>
<para>Added the OpenStack Python SDK
chapter.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2013-10-17</date>
<revdescription>
<itemizedlist>
<listitem>
<para>Havana release.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2013-08-19</date>
<revdescription>
<itemizedlist>
<listitem>
<para>Editorial changes.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2013-07-29</date>
<revdescription>
<itemizedlist>
<listitem>
<para>First edition of this
document.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
</revhistory>
</info>
<xi:include href="../common/ch_using_openstack_overview.xml"/>
<xi:include href="ch_dashboard.xml"/>
<xi:include href="ch_cli.xml"/>
<xi:include href="ch_sdk.xml"/>
<xi:include href="app_cheat_sheet.xml"/>
<xi:include href="hot/index.xml"/>
<xi:include href="../common/app_support.xml"/>
</book>