From d4df05ada336b9eb38a4e54c8ffce2d058dde4c9 Mon Sep 17 00:00:00 2001 From: Lukas Bezdicka Date: Tue, 11 Nov 2014 12:38:16 +0100 Subject: [PATCH] Ensure Heat is set up before running provisioning Change-Id: I54cd53697e24a7fa729e580d410c14e2869328b5 --- packstack/plugins/{heat_750.py => heat_650.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename packstack/plugins/{heat_750.py => heat_650.py} (99%) diff --git a/packstack/plugins/heat_750.py b/packstack/plugins/heat_650.py similarity index 99% rename from packstack/plugins/heat_750.py rename to packstack/plugins/heat_650.py index 344230d5c..12a52ed24 100644 --- a/packstack/plugins/heat_750.py +++ b/packstack/plugins/heat_650.py @@ -189,7 +189,7 @@ def create_manifest(config, messages): config['FIREWALL_HEAT_RULES'] = fw_details manifestdata += createFirewallResources('FIREWALL_HEAT_RULES') - appendManifestFile(manifestfile, manifestdata) + appendManifestFile(manifestfile, manifestdata, marker='heat') def create_keystone_manifest(config, messages):