api-site/api-guide/bk-api-guide.xml
Diane Fleming 53d298ad85 Break Identity API into v2 and v3 pages
Add authenticate call to first page of api ref
Fix titles to match correct API versions
Added forward slash to beginning of all API calls
Added neutron to occurrences of OpenStack Networking
Other clean up

Change-Id: Ifcb51efa5996d083d9e6099c9b72b8faf39707b2
author: diane fleming
2014-04-20 13:42:59 -05: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="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>
<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>