From 151ee297c35c2224a2e8592504e8abd3aeebb7be Mon Sep 17 00:00:00 2001 From: Robert van Leeuwen Date: Wed, 27 Feb 2013 14:35:52 +0100 Subject: [PATCH] Removes unused config settings from heat-engine.conf Change-Id: Ia660009f18eae9d9c22adc5ab36c18f711856bce Fixes: bug #1134346 --- etc/heat/heat-engine.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/etc/heat/heat-engine.conf b/etc/heat/heat-engine.conf index cc10966c..81e2e207 100644 --- a/etc/heat/heat-engine.conf +++ b/etc/heat/heat-engine.conf @@ -5,12 +5,6 @@ verbose = True # Show debugging output in logs (sets DEBUG log level output) debug = True -# Address to bind the server to -bind_host = 0.0.0.0 - -# Port the bind the server to -bind_port = 8001 - # Keystone role for heat template-defined users heat_stack_user_role = heat_stack_user -- 2.45.2