Failed to install openstack nova-consoleauth ussuri on ubuntu 18.04

I am trying install openstack compute service and after adding ubuntu archive repository with ussuri, installing nova-consoleauth gives this error:

nova-consoleauth : Depends: nova-common (= 2:17.0.13-0ubuntu1) but 2:21.1.2-0ubuntu1~cloud0 is to be installed

Seems the issue is with nova-common files but I am not sure how to deal with this case.

Someone can help me please!


Solution 1:

The nova-consoleauth service was removed in Train. See the release notes. It was used to store the tokens used to secure instance consoles. This is now done by the Nova database backend.

In other words, don't worry, and just live without it.