api-site/api-guide/bk-api-guide.xml
Christian Berendt fb1c7ab4fb Remove revision history from Docbook documents
Change-Id: I10495223432b00e13a4f0393d9dcc5978fa3d831
2015-10-12 15:51:51 +02:00

54 lines
2.0 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>
<year>2015</year>
<holder>OpenStack Foundation</holder>
</copyright>
<releaseinfo>local</releaseinfo>
<productname>OpenStack</productname>
<pubdate/>
<legalnotice role="apache2">
<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>
</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>