Browse code

Remove call to undefined teardown_neutron_debug

Previously the usage of neutron debug ports was removed by
5e01c47e4d671166b9396c507a7105a5ac8256dc but there was still call to
teardown_neutron_debug. Recently a change to devstack-gate
1d6cc0771a3399300117f488e9d71e7ea46a4d82 caused that call to be
triggered and breaking the gate-devstack-dsvm-updown job.

This patch deletes the call and comments regarding setup_neutron_debug
and teardown_neutron_debug.

Change-Id: Ifdacb0cec1307db469bd66f551474539184cf2cd

John L. Villalovos authored on 2016/11/13 04:09:15
Showing 2 changed files
... ...
@@ -24,11 +24,9 @@
24 24
 # - check_neutron_third_party_integration
25 25
 # - start_neutron_agents
26 26
 # - create_neutron_initial_network
27
-# - setup_neutron_debug
28 27
 #
29 28
 # ``unstack.sh`` calls the entry points in this order:
30 29
 #
31
-# - teardown_neutron_debug
32 30
 # - stop_neutron
33 31
 # - stop_neutron_third_party
34 32
 # - cleanup_neutron
... ...
@@ -97,11 +97,6 @@ set -o xtrace
97 97
 # Phase: unstack
98 98
 run_phase unstack
99 99
 
100
-if [[ "$Q_USE_DEBUG_COMMAND" == "True" ]]; then
101
-    source $TOP_DIR/openrc
102
-    teardown_neutron_debug
103
-fi
104
-
105 100
 # Call service stop
106 101
 
107 102
 if is_service_enabled heat; then