1f9cae2c42
Unify the two current resources and support chapters and add the result as appendix to each manual. Change-Id: Ib1ab424d36ddea0e9905ce6f85089659246d27ab
66 lines
2.4 KiB
XML
66 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE book [
|
|
]>
|
|
<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:m="http://www.w3.org/1998/Math/MathML"
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
|
xmlns:db="http://docbook.org/ns/docbook" version="5.0"
|
|
xml:id="os-admin-user-guide">
|
|
<title>OpenStack Admin User Guide</title>
|
|
<titleabbrev>Admin User Guide</titleabbrev>
|
|
<info>
|
|
<author>
|
|
<personname>
|
|
<firstname/>
|
|
<surname/>
|
|
</personname>
|
|
<affiliation>
|
|
<orgname>OpenStack Foundation</orgname>
|
|
</affiliation>
|
|
</author>
|
|
<copyright>
|
|
<year>2013</year>
|
|
<holder>OpenStack Foundation</holder>
|
|
</copyright>
|
|
<releaseinfo>master</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 admin users how
|
|
to create and manage resources in an OpenStack cloud
|
|
with the OpenStack dashboard or OpenStack client
|
|
commands.</para>
|
|
</abstract>
|
|
<revhistory>
|
|
<revision>
|
|
<date>2013-08-31</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="../common/app_command_reference.xml"/>
|
|
<xi:include href="../common/app_support.xml"/>
|
|
</book>
|