3e8a84f9b4
In order to support use of Keystone in the future, the playbooks that invoke modules that connect to Ironic needed to be updated in order to pass-through enough authentication data to enable user authentication. Change-Id: I0802b7933303778115a1adca63b64670e1cda4ae
23 lines
365 B
YAML
23 lines
365 B
YAML
---
|
|
galaxy_info:
|
|
author: Ironic Developers
|
|
description: Unprovisions nodes in Ironic
|
|
company: OpenStack
|
|
license: Apache
|
|
min_ansible_version: 2.0
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
- name: Debian
|
|
versions:
|
|
- wheezy
|
|
- name: Ubuntu
|
|
versions:
|
|
- trusty
|
|
- utopic
|
|
categories:
|
|
- cloud
|
|
- cloud:openstack
|
|
dependencies: []
|