Add libpython2.7 as a required package

Nova requires this package at runtime and currently assumes
that it is present in the environment. This patch ensures that
assumption is correct.

Change-Id: Ic74ffffb0e3f06ed1392d4006f1a511f66b4a30b
This commit is contained in:
Jonathan Rosser 2018-10-25 22:21:06 +01:00
parent a781cb40b1
commit 1d5caac3fd
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ nova_distro_packages:
- git-core
- iptables
- python-openstackclient
- libpython2_7-1_0
nova_devel_distro_packages:
- libxml2-devel

View File

@ -25,6 +25,7 @@ nova_distro_packages:
- git
- iptables
- python-openstackclient
- libpython2.7
nova_devel_distro_packages:
- libpq-dev