Merge "Add e2fsprogs to stx-nova package list"

This commit is contained in:
Zuul 2019-01-23 15:34:20 +00:00 committed by Gerrit Code Review
commit 54f965cff5
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ LABEL=stx-nova
PROJECT=nova
PROJECT_REPO=https://github.com/openstack/nova.git
PIP_PACKAGES="pycrypto httplib2 pylint"
DIST_PACKAGES="openssh-clients openssh-server libvirt "
DIST_PACKAGES="openssh-clients openssh-server libvirt e2fsprogs"
PROFILES="fluent nova ceph linuxbridge openvswitch configdrive qemu apache"
CUSTOMIZATION="yum install -y openssh-clients"

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 pam-config"
DIST_PACKAGES="openssh-clients openssh-server libvirt pam-config e2fsprogs"
PROFILES="fluent nova ceph linuxbridge openvswitch configdrive qemu apache"