
Cleaned up servers and extension WADL files to resolve some errors Ensured all PDFs build successfully. The api-ref-guides only publish PDF files. Partial-Bug: #1243631 Change-Id: Iab24d2a1845475449977786b84b974c085bae6da author: diane fleming
30 lines
1.3 KiB
XML
30 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE preface[
|
|
<!-- Some useful entities borrowed from HTML -->
|
|
<!ENTITY nbsp " ">
|
|
]>
|
|
<preface xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:linkend="http://www.w3.org/1999/linkend"
|
|
xmlns:xref="http://www.w3.org/1999/xref"
|
|
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
|
version="5.0-extension RackBook-2.0" xml:id="Overview">
|
|
<title>Preface</title>
|
|
<para>Use the OpenStack APIs and extensions in your OpenStack
|
|
cloud.</para>
|
|
<xi:include
|
|
href="../../api-ref/src/docbkx/itemizedlist-service-list.xml"/>
|
|
<para>You must install the packages for each API separately. After
|
|
you authenticate through the <link
|
|
xlink:href="api-ref-identity.html">Identity API</link>,
|
|
you can use the other APIs and extensions to launch server
|
|
instances, create images, assign metadata to instances and
|
|
images, create containers and objects, and complete other
|
|
actions in your OpenStack cloud. To get started with the APIs,
|
|
see the <link
|
|
xlink:href="http://docs.openstack.org/api/quick-start/content/"
|
|
>OpenStack API Quick Start</link>.</para>
|
|
<para> </para>
|
|
</preface>
|