b51a471b55
Remove extra whitespace like whitespace at end of line or before a closing </para>. Also, change tabs to spaces. Change-Id: I43d5418cc6c21736a29921e88774cdfdadc09b28
59 lines
2.6 KiB
XML
59 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE section[
|
|
<!-- 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 CHECK '<inlinemediaobject xmlns="http://docbook.org/ns/docbook">
|
|
<imageobject>
|
|
<imagedata fileref="figures/Check_mark_23x20_02.svg"
|
|
format="SVG" scale="60"/>
|
|
</imageobject>
|
|
</inlinemediaobject>'>
|
|
<!ENTITY ARROW '<inlinemediaobject xmlns="http://docbook.org/ns/docbook">
|
|
<imageobject>
|
|
<imagedata fileref="figures/Arrow_east.svg"
|
|
format="SVG" scale="60"/>
|
|
</imageobject>
|
|
</inlinemediaobject>'>
|
|
<!ENTITY APIv2 'Networking API v2.0'>
|
|
]>
|
|
<section 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"
|
|
status="final" xml:id="provider_extended_attrs">
|
|
<title>The <literal>provider</literal> Extended Attributes for
|
|
Networks</title>
|
|
<para>The <parameter>provider</parameter> extended attributes for
|
|
networks enables administrative users to specify how network
|
|
objects map to the underlying networking infrastructure. These
|
|
extended attributes also appear when administrative users
|
|
query networks.</para>
|
|
<para>The technology back end of the particular plug-in determines
|
|
the semantics of these attributes. To understand which values
|
|
to specify for each attribute when you deploy &APIv2; with a
|
|
particular plug-in, see the plug-in documentation and the
|
|
<citetitle>OpenStack Cloud Administrator
|
|
Guide</citetitle>. The following examples use the Open vSwitch
|
|
plug-in.</para>
|
|
<note>
|
|
<para>The default policy settings enable only administrative
|
|
users to specify and view these attributes. If you cannot
|
|
see these attributes in a &GET;
|
|
<code>/networks/<network-id></code> operation,
|
|
you do not have administrative privileges.</para>
|
|
</note>
|
|
<xi:include href="section_provider_ext_networks.xml"/>
|
|
</section>
|