openstack 0.6.0

OpenStack SDK for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- hosts: all
  become: true

  roles:
    - clone-devstack-gate-to-workspace
    - create-devstack-local-conf
    - install-devstack

- hosts: all
  tasks:
    - name: Dump clouds.yaml
      command: grep -v password /etc/openstack/clouds.yaml

- import_playbook: test.yaml
  vars:
    project_dir: "{{ zuul.project.src_dir }}"