mirror of
https://github.com/clearlinux/clearstack.git
synced 2026-06-15 18:46:35 +00:00
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:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user