shade/playbooks/devstack/legacy-git.yaml
Monty Taylor b47fb2af55 Update for opendev
Change-Id: I2cf0463108cf0bea37a221ee1dd74252d13f41c4
2019-04-21 13:00:42 +00:00

11 lines
251 B
YAML

- hosts: all
tasks:
- name: Set shade libraries to master branch before functional tests
command: git checkout master
args:
chdir: "src/opendev.org/openstack/{{ item }}"
with_items:
- keystoneauth
- os-client-config