5736ebba4c
This patch adds ability to translate swift account project name to UUID and update glance/swift_account option in the following format 'AUTH_uuid'. By either calling ironic_config directly: ironic_config { 'glance/swift_account': value => 'swift_account_project_name', transform_to => 'project_uuid' } or by defining ::ironic::glance class: class{'::ironic::glance': swift_account_project_name => 'project_name' } Change-Id: I1df2e069b7922f64c0971551bf57d7c06bd318e2
8 lines
294 B
YAML
8 lines
294 B
YAML
---
|
|
features:
|
|
- Add the ability to convert swift project name to UUID and
|
|
set glance/swift_account configuration option. By adding
|
|
transform_to => 'project_uuid' parameter to ironic_conifg
|
|
option. Or setting ``swift_account_project_name`` parameter
|
|
in ::ironic::glance class.
|