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 00000000000..f3f0972438f 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 00000000000..250ef5bde15 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 00000000000..3c21c84e7c9 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 571f2a09a76..1960b5d70f0 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 0d0338a1b1f..c6f165064a7 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