Improve debug messages for the Orchestration service (Heat) setup

Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
This commit is contained in:
Simental Magana, Marcos
2016-01-28 11:17:13 -06:00
parent 95704d61e8
commit 8597a74b03
+1 -1
View File
@@ -41,7 +41,7 @@ class Heat(OpenStackService):
domain_name = CONF['CONFIG_HEAT_DOMAIN']
def sync_database(self):
LOG.debug("syncing database")
LOG.debug("populating heat database")
util.run_command("su -s /bin/sh -c"
" \"heat-manage db_sync\" heat")