puppet-ironic/spec
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
..
acceptance Fix the case statement 2016-12-08 10:55:35 +08:00
classes Add ability to translate swift account project name to UUID 2017-03-28 10:04:19 +03:00
defines Support new driver configuration options 2017-03-14 19:39:09 +01:00
unit Fix typo in ironic_api_paste_ini_spec.rb 2017-01-20 06:10:40 +00:00
shared_examples.rb spec: updates for rspec-puppet 2.x and rspec 3.x 2015-03-24 17:34:33 +00:00
spec_helper_acceptance.rb Use puppet-openstack_spec_helper for Rakefile & spec_helper_acceptance 2016-01-18 09:11:21 -05:00
spec_helper.rb Move rspec-puppet-facts to spec helper 2016-09-30 13:20:56 -06:00