Removed intro text for even quicker quick start

Change-Id: I293ef813abf3c6fffc7347035c8e65b8c7dc4bfe
This commit is contained in:
annegentle 2012-02-13 15:26:56 -06:00
parent 84fe796c4e
commit ad810e0b52
1 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter 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:html="http://www.w3.org/1999/xhtml"
version="5.0"
xml:id="openstack-api-quick-start">
<title>OpenStack API Quick Start</title>
<info>
<!--<author>
<personname>
<firstname/>
<surname/>
</personname>
<affiliation>
<orgname>OpenStack</orgname>
</affiliation>
</author>-->
<!--<copyright>
<year>2010</year>
<year>2011</year>
<year>2012</year>
<holder>OpenStack LLC</holder>
</copyright>
<releaseinfo>Diablo</releaseinfo>
<productname>OpenStack Compute, Identity, and Image Services</productname>
<pubdate>2011-02-13</pubdate>
<legalnotice role="apache2">
<annotation>
<remark>Remaining licensing details are filled in by the template.</remark>
</annotation>
</legalnotice>
<abstract>
<para>OpenStack™ projects offer RESTful APIs for manipulating and retrieving objects in
the cloud. This guide provides examples for sending REST requests using the Compute
API v1.1 and Identity API v2.0. </para>
</abstract>-->
</info>
<?dbhtml stop-chunking?>
<xi:include href="api-quick-start.xml"/>
<xi:include href="cli-uses.xml"/>
</chapter>