Fix PROJECTS in bgpvpn bagpipe job definition
PROJECTS need to include networking-bagpipe, or else the enable_plugin ... networking-bagpipe fails. Change-Id: I2e20c9f6430e28c2f306b9bde74a55ecd8ec9524
This commit is contained in:
parent
79670a30e5
commit
871884f309
@ -66,7 +66,7 @@
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=120
|
||||
export DEVSTACK_GATE_NEUTRON=1
|
||||
# For now, simply enable bringing stack.sh up with the BGPVPN service plugin.
|
||||
# For now, simply enable bringing stack.sh up with the BGPVPN service plugin and the bagpipe driver.
|
||||
# Future jobs will run tempest.
|
||||
export DEVSTACK_GATE_TEMPEST=0
|
||||
# Enable only a very minimal set of services
|
||||
@ -79,6 +79,7 @@
|
||||
# our project repository. This makes zuul do the right
|
||||
# reference magic for testing changes.
|
||||
export PROJECTS="openstack/networking-bgpvpn $PROJECTS"
|
||||
export PROJECTS="openstack/networking-bagpipe $PROJECTS"
|
||||
# Note the actual url here is somewhat irrelevant because it
|
||||
# caches in nodepool, however make it a valid url for
|
||||
# documentation purposes.
|
||||
|
Loading…
x
Reference in New Issue
Block a user