Hard-code neutron setup for rally jobs

Change [1] switched to using neutron as default networking backend for
rally runs. However neutron is default for Ocata and above, thus leaving
DEVSTACK_GATE_NEUTRON unspecified means that runs on stable branches are
still going to pick up nova-net, and that breaks rally on neutron stable
backports.

This patch set DEVSTACK_GATE_NEUTRON for all active branches.

[1] https://review.openstack.org/#/c/408020

Change-Id: I75f4ace1f2b9ddf2aa5426d859cb8518b33bf579
This commit is contained in:
Armando Migliaccio 2016-12-08 16:58:28 -08:00
parent 11eb3a3641
commit 07a7f0ffe6

View File

@ -51,6 +51,7 @@
#!/bin/bash -xe #!/bin/bash -xe
export PROJECTS="openstack/rally $PROJECTS" export PROJECTS="openstack/rally $PROJECTS"
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_NEUTRON_EXTENSIONS={neutron_extensions} export DEVSTACK_GATE_NEUTRON_EXTENSIONS={neutron_extensions}
export DEVSTACK_GATE_IRONIC={ironic} export DEVSTACK_GATE_IRONIC={ironic}
export DEVSTACK_GATE_ZAQAR={zaqar} export DEVSTACK_GATE_ZAQAR={zaqar}