fae0946ffb
The correct URL is http://developer.openstack.org/api-ref-networking-v2.html Change-Id: Iefa7779288265091e4b30792df53d199c22cd7fc Closes-Bug: #1356991
169 lines
7.4 KiB
XML
169 lines
7.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE book[
|
|
<!-- Some useful entities borrowed from HTML -->
|
|
<!ENTITY ndash "–">
|
|
<!ENTITY mdash "—">
|
|
<!ENTITY hellip "…">
|
|
<!ENTITY plusmn "±">
|
|
<!-- Useful for describing APIs -->
|
|
<!ENTITY GET '<command xmlns="http://docbook.org/ns/docbook">GET</command>'>
|
|
<!ENTITY PUT '<command xmlns="http://docbook.org/ns/docbook">PUT</command>'>
|
|
<!ENTITY POST '<command xmlns="http://docbook.org/ns/docbook">POST</command>'>
|
|
<!ENTITY DELETE '<command xmlns="http://docbook.org/ns/docbook">DELETE</command>'>
|
|
<!ENTITY APIv2 'Networking API v2.0'>
|
|
]>
|
|
<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:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
|
|
xmlns:db="http://docbook.org/ns/docbook" version="5.0" status="final" xml:id="neutron-api-spec">
|
|
<title>OpenStack Networking API v2.0 (neutron) Reference</title>
|
|
<titleabbrev>Networking API Reference</titleabbrev>
|
|
<info>
|
|
<author>
|
|
<personname>
|
|
<firstname/>
|
|
<surname/>
|
|
</personname>
|
|
</author>
|
|
<copyright>
|
|
<year>2011-2014</year>
|
|
<holder>OpenStack Foundation</holder>
|
|
</copyright>
|
|
<releaseinfo>API v2.0 (neutron) and extensions</releaseinfo>
|
|
<productname>OpenStack Networking</productname>
|
|
<pubdate/>
|
|
<legalnotice role="apache2">
|
|
<annotation>
|
|
<remark>Copyright details are filled in by the template.</remark>
|
|
</annotation>
|
|
</legalnotice>
|
|
<abstract>
|
|
<para>This document is for software developers who develop applications by using the
|
|
OpenStack &APIv2;.</para>
|
|
</abstract>
|
|
<revhistory>
|
|
<!-- ... continue adding more revisions here as you change this document using the markup shown below... -->
|
|
<revision>
|
|
<date>2014-08-08</date>
|
|
<revdescription>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Removed and replaced WADL references
|
|
with links to <link
|
|
xlink:href="http://developer.openstack.org/api-ref-networking-v2.html"
|
|
><citetitle>Networking API v2.0
|
|
(CURRENT)</citetitle></link>.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
<revision>
|
|
<date>2014-06-29</date>
|
|
<revdescription>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Added <parameter>binding:vnic_type</parameter>.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
<revision>
|
|
<date>2014-04-29</date>
|
|
<revdescription>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Changed <parameter>binding:capabilities</parameter> to
|
|
<parameter>binding:vif_details</parameter>.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
<revision>
|
|
<date>2013-12-20</date>
|
|
<revdescription>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Updated book to source information from WADL files.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
<revision>
|
|
<date>2013-10-11</date>
|
|
<revdescription>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Added the Networking API ports binding extension.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
<revision>
|
|
<date>2013-05-22</date>
|
|
<revdescription>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Updated the title of the book and project name to "OpenStack
|
|
Networking."</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Updated the title of the book to <citetitle>Reference</citetitle>
|
|
from <citetitle>Developer Guide</citetitle> for consistency.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
<revision>
|
|
<date>2013-03-23</date>
|
|
<revdescription>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Updated incorrect nova command examples in <xref linkend="Theory"
|
|
/>.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
<revision>
|
|
<date>2012-09-05</date>
|
|
<revdescription>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Removed XML as a valid request or response type.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
<revision>
|
|
<date>2012-08-17</date>
|
|
<revdescription>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>First edition of this book.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
</revhistory>
|
|
</info>
|
|
<xi:include href="ch_neutron_preface.xml"/>
|
|
<xi:include href="ch_neutron_overview.xml"/>
|
|
<xi:include href="ch_neutron_general_info.xml"/>
|
|
<chapter xml:id="API_Operations">
|
|
<title>API operations and extensions</title>
|
|
<para>Provides virtual networking services among devices that are
|
|
managed by the OpenStack Compute service. The Networking API
|
|
v2.0 combines the API v1.1 functionality with some essential
|
|
Internet Protocol Address Management (IPAM)
|
|
functionality.</para>
|
|
<para>Enables users to associate IP address blocks and other
|
|
network configuration settings with a neutron network. You
|
|
can choose a specific IP address from the block or let the
|
|
service choose the first available IP address.</para>
|
|
<para>For information about Networking API operations, see <link
|
|
xlink:href="http://developer.openstack.org/api-ref-networking-v2.html"
|
|
><citetitle>Networking API v2.0 (CURRENT)</citetitle></link>.</para>
|
|
</chapter>
|
|
</book>
|