Skip to content

Commit 713b179

Browse files
committed
Add Barbican into project list
Barbican project should be deployed in LBaaS job, but it is not in devstack-gate project list, that cause devstack deploying failed. Fixes: apache#41
1 parent ee2f330 commit 713b179

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/install-devstack/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
export DEVSTACK_GATE_FIXED_RANGE=10.0.0.0/20
1616
export PROJECTS="openstack/designate $PROJECTS"
1717
export PROJECTS="openstack/python-manilaclient $PROJECTS"
18+
export PROJECTS="openstack/barbican $PROJECTS"
1819
1920
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
2021
./safe-devstack-vm-gate-wrap.sh

0 commit comments

Comments
 (0)