upstream/openstack/python-nova/centos/stx-nova.stable_docker_image
Don Penney 1702e23084 Build stx-nova from staging branch
Update the stx-nova.stable_docker_image directives file
to pull nova source from the stx-nova staging branch,
using stx/stein.1 feature branch.

Change-Id: I3529e263ed77d1847d655f72de8979726fc62c09
Closes-Bug: 1829060
Signed-off-by: Don Penney <don.penney@windriver.com>
2019-05-15 12:19:00 -04:00

11 lines
373 B
Plaintext

BUILDER=loci
LABEL=stx-nova
PROJECT=nova
PROJECT_REPO=https://github.com/starlingx-staging/stx-nova
PROJECT_REF=stx/stein.1
PIP_PACKAGES="pycrypto httplib2 pylint python-ironicclient"
DIST_PACKAGES="openssh-clients openssh-server libvirt e2fsprogs"
PROFILES="fluent nova ceph linuxbridge openvswitch configdrive qemu apache"
CUSTOMIZATION="yum install -y openssh-clients"