From: Ihar Hrachyshka Date: Fri, 20 Feb 2015 14:01:46 +0000 (+0100) Subject: devref: don't link to nonlocal images X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=53ed158cbaaeef968b1991b82e39c1c6349d82c8;p=openstack-build%2Fneutron-build.git devref: don't link to nonlocal images External images generate warnings for build-sphinx, and are not supported for output formats other than html. Change-Id: I9310577473982884897915dd29e09a2e4aaf51c7 --- 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 index 000000000..f3f097243 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 index 000000000..250ef5bde 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 index 000000000..3c21c84e7 Binary files /dev/null and b/doc/source/devref/images/under-the-hood-scenario-1-ovs-network.png differ diff --git a/doc/source/devref/layer3.rst b/doc/source/devref/layer3.rst index 571f2a09a..1960b5d70 100644 --- a/doc/source/devref/layer3.rst +++ b/doc/source/devref/layer3.rst @@ -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-. -.. 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:: diff --git a/doc/source/devref/openvswitch_agent.rst b/doc/source/devref/openvswitch_agent.rst index 0d0338a1b..c6f165064 100644 --- a/doc/source/devref/openvswitch_agent.rst +++ b/doc/source/devref/openvswitch_agent.rst @@ -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