Add e2fsprogs to stx-nova package list
This update adds e2fsprogs to the pike and master docker image build directives files for stx-nova, to provide the mkfs utilities required for ephemeral storage support. Change-Id: If9b901696169d7d157a37d6b96f7b8c4db0a24a5 Closes-Bug: 1812432 Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
parent
83353f1518
commit
9e649fabd8
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user