Fix deployment for Rocky

Ubuntu now allows to choose between python(2)- and python3-based
packages, installing neither variant by default. So we need to choose
and install one version explicitly, since python3-nova still seems to
have some issues with running under uwsgi, let's start with the python2
variant.

Change-Id: Iee78b5f7de885748fd590e339623f6d2f2fb096b
This commit is contained in:
Jens Harbott 2019-03-21 12:46:45 +00:00
parent 20fb9a2311
commit edaf314d29
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ when 'debian'
'compute_cert_packages' => ['nova-cert'],
'compute_cert_service' => 'nova-cert',
'mysql_service' => 'mysql',
'common_packages' => ['nova-common'],
'common_packages' => ['nova-common', 'python-nova'],
'iscsi_helper' => 'tgtadm',
'volume_packages' => ['sysfsutils', 'sg3-utils', 'multipath-tools'],
'package_overrides' => '',