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