openstack-manuals/doc/admin-guide-network/bk-networking-admin-guide.xml
Diane Fleming 64b6c9261e Folder rename, file rename, flattening of directories
Current folder name	New folder name	        Book title
----------------------------------------------------------
basic-install 	        DELETE
cli-guide	        DELETE
common	                common
NEW	                admin-guide-cloud	Cloud Administrators Guide
docbkx-example	        DELETE
openstack-block-storage-admin 	DELETE
openstack-compute-admin 	DELETE
openstack-config 	config-reference	OpenStack Configuration Reference
openstack-ha 	        high-availability-guide	OpenStack High Availabilty Guide
openstack-image	        image-guide	OpenStack Virtual Machine Image Guide
openstack-install 	install-guide	OpenStack Installation Guide
openstack-network-connectivity-admin 	admin-guide-network 	OpenStack Networking Administration Guide
openstack-object-storage-admin 	DELETE
openstack-security 	security-guide	OpenStack Security Guide
openstack-training 	training-guide	OpenStack Training Guide
openstack-user 	        user-guide	OpenStack End User Guide
openstack-user-admin 	user-guide-admin	OpenStack Admin User Guide
glossary	        NEW        	OpenStack Glossary

bug: #1220407

Change-Id: Id5ffc774b966ba7b9a591743a877aa10ab3094c7
author: diane fleming
2013-09-08 15:15:50 -07:00

150 lines
5.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book[
<!-- Some useful entities borrowed from HTML -->
<!ENTITY ndash "&#x2013;">
<!ENTITY mdash "&#x2014;">
<!ENTITY hellip "&#x2026;">
<!ENTITY plusmn "&#xB1;">
]>
<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"
status="final" xml:id="Neutron-admin-guide-grizzly">
<title>OpenStack Networking Administration Guide</title>
<?rax title.font.size="28px" subtitle.font.size="28px"?>
<titleabbrev>OpenStack Networking Administration Guide</titleabbrev>
<info>
<author>
<personname>
<firstname/>
<surname/>
</personname>
</author>
<copyright>
<year>2011</year>
<year>2012</year>
<year>2013</year>
<holder>OpenStack Foundation</holder>
</copyright>
<releaseinfo>master</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 administrators who run the
OpenStack Networking Service.</para>
</abstract><revhistory>
<!-- ... continue adding more revisions here as you change this document using the markup shown below... -->
<revision>
<date>2013-06-05</date>
<revdescription>
<itemizedlist spacing="compact">
<listitem>
<para>Added <xref linkend="ch_under_the_hood"/>.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2013-05-09</date>
<revdescription>
<itemizedlist spacing="compact">
<listitem>
<para>Updated the book title for consistency.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2013-04-30</date>
<revdescription>
<itemizedlist spacing="compact">
<listitem>
<para>Grizzly release.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2013-03-24</date>
<revdescription>
<itemizedlist spacing="compact">
<listitem>
<para>Added auth_token parameters to the
neutron.conf file description.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2013-02-04</date>
<revdescription>
<itemizedlist spacing="compact">
<listitem>
<para>Use OpenStack naming conventions
through out document.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2012-12-20</date>
<revdescription>
<itemizedlist spacing="compact">
<listitem>
<para>Trunk designation of this
document.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2012-11-09</date>
<revdescription>
<itemizedlist spacing="compact">
<listitem>
<para>Folsom release of this
document.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision> <revision>
<date>2012-09-18</date>
<revdescription>
<itemizedlist spacing="compact">
<listitem>
<para>First edition of this
document.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
</revhistory>
</info>
<xi:include href="ch_preface.xml"/>
<xi:include href="ch_overview.xml"/>
<xi:include href="ch_install.xml"/>
<xi:include href="ch_config.xml"/>
<xi:include href="ch_using.xml"/>
<xi:include href="ch_under_the_hood.xml"/>
<xi:include href="ch_adv_features.xml"/>
<xi:include href="ch_adv_config.xml"/>
<xi:include href="ch_auth.xml"/>
<xi:include href="ch_adv_operational_features.xml"/>
<xi:include href="ch_high_avail.xml"/>
<xi:include href="ch_limitations.xml"/>
<xi:include href="app_demo.xml"/>
<xi:include href="app_core.xml"/>
<xi:include href="app_pagination_and_sorting_support.xml"/>
</book>