David Shrewsbury 8d910aca97 Convert from legacy to native devstack job
Changes nodepool-functional-py35 and nodepool-functional-py35-src
to use the native devstack job and not the legacy job.

Change-Id: I3d97d83360816001da0f599d95b13eae3abb6c96
2018-01-24 11:45:10 -05:00

12 lines
244 B
YAML

- hosts: all
roles:
- run-devstack
- role: bindep
bindep_profile: default
tasks:
- name: Ensure nodepool output log directory
file:
path: '{{ ansible_user_dir }}/work/logs/nodepool'
state: directory