New Question

mtorrisi's profile - activity

2019-08-19 17:24:13 +0300 received badge  Famous Question (source)
2019-07-12 13:40:05 +0300 received badge  Notable Question (source)
2019-07-10 11:19:49 +0300 marked best answer 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

2019-07-10 11:19:49 +0300 received badge  Scholar (source)
2019-07-10 11:11:24 +0300 received badge  Popular Question (source)
2019-07-10 10:40:06 +0300 answered a question ServiceTooOld

Hi Lucian, thanks for your quick answer. I read a post here that says almost the same thing you said. In my case the w

2019-07-10 10:37:58 +0300 answered a question ServiceTooOld

Hi Lucian, thanks for your quick answer. I read a post here that says almost the same thing you said. In my case the w

2019-07-09 16:06:39 +0300 asked a question ServiceTooOld

ServiceTooOld Hello everyone, I'm trying to deploy openstack using kolla-ansible, see here, I've just enable Hyper-V as