Python-barbicanclient functional gate changes
Unbreak python-barbicanclient gate ("enable_plugin barbican" in DEVSTACK_LOCAL_CONFIG was removed here: Idd94b900b238c865a4074ec7d1f9c1c16ef8d434) Also enables only tempest, rabbit, mysql, and key services, which should make stacking faster anyway. Change-Id: I95b5390ef24a754f66ccdb9ccde34cd0820b02fd
This commit is contained in:
parent
47d2d8e9ec
commit
e6f9855277
@ -117,10 +117,14 @@
|
||||
- link-logs
|
||||
- net-info
|
||||
- devstack-checkout
|
||||
- local_conf:
|
||||
conf: |
|
||||
[[local|localrc]]
|
||||
enable_plugin barbican git://git.openstack.org/openstack/barbican
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export ENABLED_SERVICES=barbican,tempest,keystone
|
||||
export OVERRIDE_ENABLED_SERVICES=tempest,rabbit,mysql,key
|
||||
export PROJECTS="openstack/barbican $PROJECTS"
|
||||
export PROJECTS="openstack/python-barbicanclient $PROJECTS"
|
||||
export PROJECTS="openstack/barbican-tempest-plugin $PROJECTS"
|
||||
|
Loading…
Reference in New Issue
Block a user