9068d38352
In order to support authentication, bifrost needs to be able to store the configuration safely on disk. The best answer to this problem seems to be to utilize clouds.yaml and os-client-config. Change-Id: I0ee43f1ff8d63deda640dbe4c5ea2e57462b7174
23 lines
386 B
YAML
23 lines
386 B
YAML
---
|
|
galaxy_info:
|
|
author: Ironic Developers
|
|
description: Creates simple clouds.yaml file for Bifrost usage
|
|
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: []
|