Merge "Add macro for setting local.conf for devstack-gate"

This commit is contained in:
Jenkins 2017-02-09 18:08:38 +00:00 committed by Gerrit Code Review
commit cfb5d944fd
1 changed files with 10 additions and 0 deletions

View File

@ -473,6 +473,16 @@
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
- builder:
name: local_conf
builders:
- shell: |
#!/bin/bash -xe
cat << 'EOF' >>"/tmp/dg-local.conf"
{conf}
EOF
- builder:
name: xvfb-start
builders: