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
13 lines
483 B
YAML
13 lines
483 B
YAML
---
|
|
features:
|
|
- Bifrost now has a role that can create a clouds.yaml
|
|
file for os-client-config based client auto-configuration.
|
|
issues:
|
|
- Bifrost now has a role that can create a clouds.yaml
|
|
file for os-client-config based client auto-configuration.
|
|
This file overwrites the default file for the user
|
|
executing bifrost, located at
|
|
``~/.config/openstack/clouds.yaml``.
|
|
It is recommended that users execute bifrost's installation
|
|
via a service account.
|