Skip to content

Commit bd42d49

Browse files
author
John L. Villalovos
committed
Remove call to undefined teardown_neutron_debug
Previously the usage of neutron debug ports was removed by 5e01c47 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
1 parent 319abca commit bd42d49

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

lib/neutron-legacy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@
2424
# - check_neutron_third_party_integration
2525
# - start_neutron_agents
2626
# - create_neutron_initial_network
27-
# - setup_neutron_debug
2827
#
2928
# ``unstack.sh`` calls the entry points in this order:
3029
#
31-
# - teardown_neutron_debug
3230
# - stop_neutron
3331
# - stop_neutron_third_party
3432
# - cleanup_neutron

unstack.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@ set -o xtrace
9797
# Phase: unstack
9898
run_phase unstack
9999

100-
if [[ "$Q_USE_DEBUG_COMMAND" == "True" ]]; then
101-
source $TOP_DIR/openrc
102-
teardown_neutron_debug
103-
fi
104-
105100
# Call service stop
106101

107102
if is_service_enabled heat; then

0 commit comments

Comments
 (0)