Add pam-config package to stx-nova

Customizations to the pam package were refactored to
a new pam-config package. This update installs this
package in the stx-nova image.

Story: 2004520
Task: 28589
Change-Id: Ia21fdb30fa3bff6d123ebaa3d057190d05d4913d
Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
Don Penney 2018-12-19 09:18:13 -06:00
parent 9893164a9a
commit c5ba3f8ae4
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ LABEL=stx-nova
PROJECT=nova
PROJECT_REPO=https://github.com/starlingx-staging/stx-nova.git
PIP_PACKAGES="pycrypto tsconfig cgtsclient httplib2 pylint"
DIST_PACKAGES="openssh-clients openssh-server libvirt "
DIST_PACKAGES="openssh-clients openssh-server libvirt pam-config"
PROFILES="fluent nova ceph linuxbridge openvswitch configdrive qemu apache"