Re: [openstack-dev] Heat-engine fails to start

2015-05-07 Thread Angus Salkeld
On Thu, May 7, 2015 at 5:47 PM, Murali B  wrote:

> Hi
>
> I installed heat on juno version.
>
> When I start heat-engine it fails and I am seeing the below error
>
> cal/lib/python2.7/dist-packages/stevedore/extension.py:156
> 2015-05-07 13:06:36.076 10670 DEBUG stevedore.extension [-] found
> extension EntryPoint.parse('routing =
> oslo.messaging.notify._impl_routing:RoutingDriver') _load_plugins
> /usr/local/lib/python2.7/dist-packages/stevedore/extension.py:156
> 2015-05-07 13:06:36.077 10670 DEBUG stevedore.extension [-] found
> extension EntryPoint.parse('test =
> oslo.messaging.notify._impl_test:TestDriver') _load_plugins
> /usr/local/lib/python2.7/dist-packages/stevedore/extension.py:156
> 2015-05-07 13:06:36.077 10670 DEBUG stevedore.extension [-] found
> extension EntryPoint.parse('messaging =
> oslo.messaging.notify._impl_messaging:MessagingDriver') _load_plugins
> /usr/local/lib/python2.7/dist-packages/stevedore/extension.py:156
> 2015-05-07 13:06:36.077 10670 DEBUG stevedore.extension [-] found
> extension EntryPoint.parse('AWSTemplateFormatVersion.2010-09-09 =
> heat.engine.cfn.template:CfnTemplate') _load_plugins
> /usr/local/lib/python2.7/dist-packages/stevedore/extension.py:156
> 2015-05-07 13:06:36.084 10670 CRITICAL heat.engine [-] Could not load
> AWSTemplateFormatVersion.2010-09-09: (sqlalchemy-migrate 0.9.6
> (/usr/local/lib/python2.7/dist-packages),
> Requirement.parse('sqlalchemy-migrate==0.9.1'))
>
>
Hi

Heat templates are stevedore plugins. you have
"AWSTemplateFormatVersion.2010-09-09" that was installed (with pip install)
that needs 'sqlalchemy-migrate==0.9.1', but your system has
'sqlalchemy-migrate 0.9.6' (so it refuses to run)

I'd suggest reinstalling heat either with a proper package manager or "pip
install".

-Angus



>
> your help is appreciated
>
>
>
> Thanks
> -Murali
>
>
>
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] Heat-engine fails to start

2015-05-07 Thread Murali B
Hi

I installed heat on juno version.

When I start heat-engine it fails and I am seeing the below error

cal/lib/python2.7/dist-packages/stevedore/extension.py:156
2015-05-07 13:06:36.076 10670 DEBUG stevedore.extension [-] found extension
EntryPoint.parse('routing =
oslo.messaging.notify._impl_routing:RoutingDriver') _load_plugins
/usr/local/lib/python2.7/dist-packages/stevedore/extension.py:156
2015-05-07 13:06:36.077 10670 DEBUG stevedore.extension [-] found extension
EntryPoint.parse('test = oslo.messaging.notify._impl_test:TestDriver')
_load_plugins
/usr/local/lib/python2.7/dist-packages/stevedore/extension.py:156
2015-05-07 13:06:36.077 10670 DEBUG stevedore.extension [-] found extension
EntryPoint.parse('messaging =
oslo.messaging.notify._impl_messaging:MessagingDriver') _load_plugins
/usr/local/lib/python2.7/dist-packages/stevedore/extension.py:156
2015-05-07 13:06:36.077 10670 DEBUG stevedore.extension [-] found extension
EntryPoint.parse('AWSTemplateFormatVersion.2010-09-09 =
heat.engine.cfn.template:CfnTemplate') _load_plugins
/usr/local/lib/python2.7/dist-packages/stevedore/extension.py:156
2015-05-07 13:06:36.084 10670 CRITICAL heat.engine [-] Could not load
AWSTemplateFormatVersion.2010-09-09: (sqlalchemy-migrate 0.9.6
(/usr/local/lib/python2.7/dist-packages),
Requirement.parse('sqlalchemy-migrate==0.9.1'))


your help is appreciated



Thanks
-Murali
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev