From 7b2beb604ee87851073cad704a4e3c00c7058864 Mon Sep 17 00:00:00 2001 From: Vasyl Saienko Date: Thu, 19 May 2016 16:14:14 +0300 Subject: Move all cleanups to cleanup_ironic stop_ironic is called during upgrade process and it should not clean any Ironic files, as they will be used after upgrade. This patch moves cleaning ironic http configuration and qemu hooks to cleanup_ironic function. Co-Authored-By: Vladyslav Drok Change-Id: I45f2d23eb1e182a87fb41a79a3a7b7527948bf35 --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devstack/plugin.sh') diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 5c6c9cb5a..f10358ba5 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -16,7 +16,7 @@ if is_service_enabled ir-api ir-cond; then echo_summary "Installing Ironic" install_ironic install_ironicclient - cleanup_ironic + cleanup_ironic_config_files elif [[ "$2" == "post-config" ]]; then # stack/post-config - Called after the layer 1 and 2 services have been -- cgit v1.2.1