
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>
9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
BUILDER=loci
|
|
LABEL=stx-murano
|
|
PROJECT=murano
|
|
PROJECT_REPO=https://opendev.org/openstack/murano.git
|
|
PROJECT_REF=stable/stein
|
|
PIP_PACKAGES="pylint python-glanceclient murano-pkg-check"
|
|
PROFILES="murano apache"
|
|
|