]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
devref: don't link to nonlocal images
authorIhar Hrachyshka <ihrachys@redhat.com>
Fri, 20 Feb 2015 14:01:46 +0000 (15:01 +0100)
committerHenry Gessau <gessau@cisco.com>
Mon, 23 Feb 2015 18:48:11 +0000 (18:48 +0000)
External images generate warnings for build-sphinx, and are not
supported for output formats other than html.

Change-Id: I9310577473982884897915dd29e09a2e4aaf51c7

doc/source/devref/images/under-the-hood-scenario-1-ovs-compute.png [new file with mode: 0644]
doc/source/devref/images/under-the-hood-scenario-1-ovs-netns.png [new file with mode: 0644]
doc/source/devref/images/under-the-hood-scenario-1-ovs-network.png [new file with mode: 0644]
doc/source/devref/layer3.rst
doc/source/devref/openvswitch_agent.rst

diff --git a/doc/source/devref/images/under-the-hood-scenario-1-ovs-compute.png b/doc/source/devref/images/under-the-hood-scenario-1-ovs-compute.png
new file mode 100644 (file)
index 0000000..f3f0972
Binary files /dev/null and b/doc/source/devref/images/under-the-hood-scenario-1-ovs-compute.png differ
diff --git a/doc/source/devref/images/under-the-hood-scenario-1-ovs-netns.png b/doc/source/devref/images/under-the-hood-scenario-1-ovs-netns.png
new file mode 100644 (file)
index 0000000..250ef5b
Binary files /dev/null and b/doc/source/devref/images/under-the-hood-scenario-1-ovs-netns.png differ
diff --git a/doc/source/devref/images/under-the-hood-scenario-1-ovs-network.png b/doc/source/devref/images/under-the-hood-scenario-1-ovs-network.png
new file mode 100644 (file)
index 0000000..3c21c84
Binary files /dev/null and b/doc/source/devref/images/under-the-hood-scenario-1-ovs-network.png differ
index 571f2a09a768c36732f9d90447fa7413402c3c4c..1960b5d70f066de701b83886952fdfa268faad8f 100644 (file)
@@ -83,7 +83,7 @@ Neutron logical router setup
 Neutron Routers are realized in OpenVSwitch
 -------------------------------------------
 
-.. image:: http://docs.openstack.org/admin-guide-cloud/content/figures/10/a/common/figures/under-the-hood-scenario-1-ovs-network.png
+.. image:: images/under-the-hood-scenario-1-ovs-network.png
 
 
 "router1" in the Neutron logical network is realized through a port ("qr-0ba8700e-da") in OpenVSwitch - attached to "br-int"::
@@ -158,7 +158,7 @@ Finding the router in ip/ipconfig
         To do either of these things, you must run the command within a particular router's network
         namespace. The namespace will have the name "qrouter-<UUID of the router>.
 
-.. image:: http://docs.openstack.org/admin-guide-cloud/content/figures/10/a/common/figures/under-the-hood-scenario-1-ovs-netns.png
+.. image:: images/under-the-hood-scenario-1-ovs-netns.png
 
 For example::
 
index 0d0338a1b1f62baf968cff8282c357c1c8f228fa..c6f165064a74309172928e684cc98e644173724a 100644 (file)
@@ -11,7 +11,7 @@ ovs-neutron-agent can be configured to use two different networking technologies
 VLAN Tags
 ---------
 
-.. image:: http://docs.openstack.org/admin-guide-cloud/content/figures/10/a/common/figures/under-the-hood-scenario-1-ovs-compute.png
+.. image:: images/under-the-hood-scenario-1-ovs-compute.png
 
 .. _OpenVSwitch: http://openvswitch.org