update for name change to Neutron
Note: Nova and Horizon are not updated until those projects have
migrated.
Change-Id: I256ef20e7caadd9c96e6dd908c5d8b69ca5c4aeb
diff --git a/unstack.sh b/unstack.sh
index d1d0349..ece06eb 100755
--- a/unstack.sh
+++ b/unstack.sh
@@ -29,7 +29,7 @@
source $TOP_DIR/lib/cinder
source $TOP_DIR/lib/horizon
source $TOP_DIR/lib/swift
-source $TOP_DIR/lib/quantum
+source $TOP_DIR/lib/neutron
# Determine what system we are running on. This provides ``os_VENDOR``,
# ``os_RELEASE``, ``os_UPDATE``, ``os_PACKAGE``, ``os_CODENAME``
@@ -50,7 +50,7 @@
if [[ "$Q_USE_DEBUG_COMMAND" == "True" ]]; then
source $TOP_DIR/openrc
- teardown_quantum_debug
+ teardown_neutron_debug
fi
# Shut down devstack's screen to get the bulk of OpenStack services in one shot
@@ -106,8 +106,8 @@
fi
fi
-if is_service_enabled quantum; then
- stop_quantum
- stop_quantum_third_party
- cleanup_quantum
+if is_service_enabled neutron; then
+ stop_neutron
+ stop_neutron_third_party
+ cleanup_neutron
fi