Removing states from cinder.upgrade.upgrade state
The patch removes extra states from cinder.upgrade.upgrade which
lead to raise condition and further error.
Change-Id: Ib4518f1ad9dbedad1006f4172382a06defd13feb
Related-PROD: PROD-25583
diff --git a/cinder/upgrade/upgrade/init.sls b/cinder/upgrade/upgrade/init.sls
index 7dc157a..2a84a9a 100644
--- a/cinder/upgrade/upgrade/init.sls
+++ b/cinder/upgrade/upgrade/init.sls
@@ -3,10 +3,8 @@
- text: "Running cinder.upgrade.upgrade"
include:
- - cinder.upgrade.upgrade.pre
- cinder.upgrade.service_stopped
- cinder.upgrade.pkgs_latest
- cinder.upgrade.render_config
- cinder.db.offline_sync
- cinder.upgrade.service_running
- - cinder.upgrade.upgrade.post