]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Update fullstack multinode simulation image
authorAssaf Muller <amuller@redhat.com>
Wed, 12 Aug 2015 17:20:10 +0000 (13:20 -0400)
committerAssaf Muller <amuller@redhat.com>
Wed, 12 Aug 2015 17:55:21 +0000 (13:55 -0400)
Change-Id: I9d332e296b1f72e423ee64b01a82ae36b688c27e

doc/source/devref/fullstack_testing.rst
doc/source/devref/images/fullstack-multinode-simulation.png [deleted file]
doc/source/devref/images/fullstack_multinode_simulation.png [new file with mode: 0644]

index 67a827ab535c24349c6846d871263f3a8989ca74..565fda43c255997c620f4132fb6d40aeaf7f7108 100644 (file)
@@ -40,8 +40,8 @@ How?
 
 Full stack tests set up their own Neutron processes (Server & agents). They
 assume a working Rabbit and MySQL server before the run starts. Instructions
-on how to run fullstack tests on a VM are available at TESTING.rst:
-http://git.openstack.org/cgit/openstack/neutron/tree/TESTING.rst
+on how to run fullstack tests on a VM are available in our
+`TESTING.rst. <development.environment.html#id2>`_
 
 Each test defines its own topology (What and how many servers and agents should
 be running).
@@ -63,7 +63,7 @@ OVS/DHCP/L3 agents, all configured with the same "host" value. Each OVS agent
 is connected to its own pair of br-int/br-ex, and those bridges are then
 interconnected.
 
-.. image:: images/fullstack-multinode-simulation.png
+.. image:: images/fullstack_multinode_simulation.png
 
 When?
 -----
diff --git a/doc/source/devref/images/fullstack-multinode-simulation.png b/doc/source/devref/images/fullstack-multinode-simulation.png
deleted file mode 100644 (file)
index c124e43..0000000
Binary files a/doc/source/devref/images/fullstack-multinode-simulation.png and /dev/null differ
diff --git a/doc/source/devref/images/fullstack_multinode_simulation.png b/doc/source/devref/images/fullstack_multinode_simulation.png
new file mode 100644 (file)
index 0000000..9736944
Binary files /dev/null and b/doc/source/devref/images/fullstack_multinode_simulation.png differ