New Question

Revision history [back]

click to hide/show revision 1
initial version

ServiceTooOld

Hello everyone,

I'm trying to deploy openstack using kolla-ansible, see here, I've just enable Hyper-V as new compute host. It seems that deploy process went well, but when i try PS C:\> Get-Service nova-compute PS C:\> Get-Service neutron-hyperv-agent it returns

PS C:\OpenStack\Log> Get-Service nova-compute

Status Name DisplayName

------ ---- -----------

Stopped nova-compute OpenStack Nova Compute Service

PS C:\OpenStack\Log> Get-Service neutron-hyperv-agent

Status Name DisplayName

------ ---- -----------

Running neutron-hyperv-... OpenStack Neutron Hyper-V Agent Ser...

nova-compute.log reports an error related to a an older version, like this ERROR oslo_service.service nova.exception_Remote.ServiceTooOld_Remote: This service is older (v36) than the minimu m (v37) version of the rest of the deployment. Unable to continue.

Following an extract of the log file. Can anyone help me?

Thanks in advance. Mario

2019-07-09 13:49:59.601 14516 ERROR oslo_service.service nova.exception_Remote.ServiceTooOld_Remote: This service is older (v36) than the minimu m (v37) version of the rest of the deployment. Unable to continue. 2019-07-09 13:49:59.601 14516 ERROR oslo_service.service Traceback (most recent call last): 2019-07-09 13:49:59.601 14516 ERROR oslo_service.service 2019-07-09 13:49:59.601 14516 ERROR oslo_service.service File "/var/lib/kolla/venv/lib/python2.7/site-packages/nova/conductor/manager.py", lin e 129, in _object_dispatch 2019-07-09 13:49:59.601 14516 ERROR oslo_service.service return getattr(target, method)(*args, **kwargs) 2019-07-09 13:49:59.601 14516 ERROR oslo_service.service 2019-07-09 13:49:59.601 14516 ERROR oslo_service.service File "/var/lib/kolla/venv/lib/python2.7/site-packages/oslo_versionedobjects/base.py", line 226, in wrapper 2019-07-09 13:49:59.601 14516 ERROR oslo_service.service return fn(self, *args, **kwargs) 2019-07-09 13:49:59.601 14516 ERROR oslo_service.service 2019-07-09 13:49:59.601 14516 ERROR oslo_service.service File "/var/lib/kolla/venv/lib/python2.7/site-packages/nova/objects/service.py", line 386, in create 2019-07-09 13:49:59.601 14516 ERROR oslo_service.service self._check_minimum_version() 2019-07-09 13:49:59.601 14516 ERROR oslo_service.service 2019-07-09 13:49:59.601 14516 ERROR oslo_service.service File "/var/lib/kolla/venv/lib/python2.7/site-packages/nova/objects/service.py", line 379, in _check_minimum_version 2019-07-09 13:49:59.601 14516 ERROR oslo_service.service minver=minver) 2019-07-09 13:49:59.601 14516 ERROR oslo_service.service 2019-07-09 13:49:59.601 14516 ERROR oslo_service.service ServiceTooOld: This service is older (v36) than the minimum (v37) version of the rest o f the deployment. Unable to continue. 2019-07-09 13:49:59.601 14516 ERROR oslo_service.service 2019-07-09 13:49:59.601 14516 ERROR oslo_service.service