Add libpython2.7 as a required package

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

Change-Id: Ifb427af8ec4d18089732b7e77a2703f535631e6e
This commit is contained in:
Jonathan Rosser 2018-11-20 16:54:46 +00:00
parent 98f6740218
commit 2b78bebb99
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ keystone_distro_packages:
- git-core
- openssh
- rsync
- libpython2_7-1_0
keystone_devel_distro_packages:
- cyrus-sasl-devel

View File

@ -20,6 +20,7 @@ keystone_distro_packages:
- openssh-server
- rsync
- cron
- libpython2.7
keystone_devel_distro_packages:
- docutils-common