base job has changed to bionic

The base job that we use has switched to bionic nodeset [1] so
use that instead of defining use of nodeset locally.

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

Change-Id: I7ae8e95d2dca05ae2e55600a48454064e432c676
This commit is contained in:
Tom Barron 2019-03-11 06:09:56 -04:00
parent 07564879ae
commit ca0daf1734
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,6 @@
- job:
name: manilaclient-dsvm-neutron-functional
parent: legacy-dsvm-base
nodeset: openstack-single-node-bionic
run: playbooks/legacy/manilaclient-dsvm-neutron-functional/run.yaml
post-run: playbooks/legacy/manilaclient-dsvm-neutron-functional/post.yaml
timeout: 4800

View File

@ -1,4 +1,4 @@
- hosts: controller
- hosts: primary
roles:
- role: fetch-tox-output