![Don Penney](/assets/img/avatar_default.png)
This commit updates the openstack image directives to pull source from the opendev.org repo locations, rather than github.com Change-Id: I79120663c2441ce76b2803b6de8aad8c2fc44bf3 Story: 2004751 Task: 33483 Signed-off-by: Don Penney <don.penney@windriver.com>
10 lines
342 B
Plaintext
10 lines
342 B
Plaintext
BUILDER=loci
|
|
LABEL=stx-nova
|
|
PROJECT=nova
|
|
PROJECT_REPO=https://opendev.org/openstack/nova.git
|
|
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"
|
|
|