puppet-keystone/lib
Mathieu Gagné 3010079b0a Use domain_id when testing keystone_user password
Older python-openstackclient crashes with this error if no project or
domain are passed to the openstack token issue command:

  Set a scope, such as a project or domain, with --os-project-name or OS_PROJECT_NAME

The @property_hash[:domain] value is not properly populated at this time,
making the "openstack token issue" command being invoked without proper scope.

The @property_hash[:domain_id] value is however available. Using the domain_id
instead makes both older and recent python-openstackclient happy.

Closes-bug: #1654379
Change-Id: Ie23bdb7e9dd77e6ec4358c68d77671ef3c0678a6
2017-01-05 15:00:53 -05:00
..
puppet Use domain_id when testing keystone_user password 2017-01-05 15:00:53 -05:00
puppet_x Add keystone domain specific configuration. 2016-01-05 19:42:15 +00:00