Comment 10 for bug 1764556

Revision history for this message
Damon Li (damonl1) wrote :

I also faced this problem.

If we have a deleted service in db for Ocata, after we upgrade it to Pike, run "nova list" will raise an exception "ERROR (BadRequest): This service is older (v16) than the minimum (v30) version of the rest of the deployment. Unable to continue. (HTTP 400) (Request-ID: req-926decd1-8b25-461c-be53-4710d7c7b21c)".

It's because nova try to add an uuid for this deleted service. However when save it to database, it will check the version of this service. It will raise this exception when save the service. I think we don't need to check the version when save service.

My patch are as following:
https://review.openstack.org/#/c/572089/