diff options
Diffstat (limited to 'bin/heat-engine')
-rwxr-xr-x | bin/heat-engine | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/heat-engine b/bin/heat-engine index 88de2f27d..7042e6d57 100755 --- a/bin/heat-engine +++ b/bin/heat-engine @@ -34,6 +34,7 @@ if os.path.exists(os.path.join(POSSIBLE_TOPDIR, 'heat', '__init__.py')): from oslo.config import cfg +from heat.common import messaging from heat.common import notify from heat.openstack.common import gettextutils from heat.openstack.common import log as logging @@ -55,6 +56,7 @@ if __name__ == '__main__': 'eventlet.wsgi.server=WARN', ] logging.setup('heat') + messaging.setup() from heat.engine import service as engine |