As project and user names are only unique for each domain and some Keystone settings may filter user listing, any user or project search by name needs to include the associated domain. This change fixes any search done by name of a project or user in the openstack_user resource. It is assumed that if no domain is specified and there are multiple elements with the same name, the first search result is chosen. Closes-Bug: #1871144 Change-Id: I0ed3ffabab5f8b0959c3b2c50a3619f378e59c9e Signed-off-by: Henrique Santos <hfigueiredosantos@tecnico.ulisboa.pt>
16 lines
476 B
Ruby
16 lines
476 B
Ruby
name 'openstackclient'
|
|
maintainer 'OpenStack'
|
|
maintainer_email 'openstack-dev@lists.openstack.org'
|
|
license 'Apache-2.0'
|
|
description 'Installs the fog-openstack gem and offers LWRPs to use it'
|
|
issues_url 'https://launchpad.net/openstack-chef'
|
|
source_url 'https://git.openstack.org/openstack/cookbook-openstack-client'
|
|
chef_version '>= 12.5' if respond_to?(:chef_version)
|
|
version '17.1.0'
|
|
|
|
%w(ubuntu redhat centos).each do |os|
|
|
supports os
|
|
end
|
|
|
|
gem 'fog-openstack', '= 0.3.4'
|