puppet-ironic/lib/puppet/provider
Vasyl Saienko 5736ebba4c Add ability to translate swift account project name to UUID
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
2017-03-28 10:04:19 +03:00
..
ironic_api_paste_ini Add api_paste type/provider for Ironic 2016-02-16 09:23:11 +08:00
ironic_config Add ability to translate swift account project name to UUID 2017-03-28 10:04:19 +03:00
ironic_inspector_config Add ironic-inspector support 2015-10-06 09:17:41 -04:00
ironic.rb Add ability to translate net name to UUID 2017-03-27 10:45:11 +03:00