api-site/api-guide/bk-api-guide.xml
Diane Fleming 927b792371 Add stub files for new API Guide
Closes-Bug: #1269854

Change-Id: I01cc24ea65a69b5e1df532570a14de6f123e149f
author: Diane Fleming <diane.fleming@rackspace.com>
co-author: Miranda Zhang <miranda.zhang.q@gmail.com>
2014-02-24 09:47:46 -06:00

65 lines
2.3 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-api-guide">
<title>OpenStack API Guide</title>
<titleabbrev>API Guide</titleabbrev>
<info>
<author>
<personname>
<firstname/>
<surname/>
</personname>
<affiliation>
<orgname>OpenStack Foundation</orgname>
</affiliation>
</author>
<copyright>
<year>2014</year>
<holder>OpenStack Foundation</holder>
</copyright>
<releaseinfo>local</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 is for developers who want to
extend the OpenStack APIs or write applications that
run on an OpenStack cloud. This guide introduces
developers to OpenStack API concepts, common tasks,
and ways of interacting with the APIs.</para>
</abstract>
<revhistory>
<revision>
<date>2014-01-30</date>
<revdescription>
<itemizedlist>
<listitem>
<para>First edition of this book.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
</revhistory>
</info>
<xi:include href="ch_api_getting_started.xml"/>
<xi:include href="ch_api_limits.xml"/>
<xi:include href="ch_api_concepts.xml"/>
<xi:include href="ch_api_usage.xml"/>
</book>