
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>
11 lines
373 B
Plaintext
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"
|
|
|