- Cookstyle fixes - Refactor Berksfile to use groups so we can exclude integration testing cookbooks - Update documentation - Enable sensitive resources for template[/etc/keystone/keystone.conf] and execute[bootstrap_keystone] to improve security. - Update delivery configuration to exclude integration cookbooks [1] https://docs.openstack.org/keystone/stein/install/keystone-install-rdo.html#install-and-configure-components Depends-On: https://review.opendev.org/701027 Depends-On: https://review.opendev.org/706101 Depends-On: https://review.opendev.org/706140 Depends-On: https://review.opendev.org/706147 Depends-On: https://review.opendev.org/706158 Change-Id: I6c5005b23ee209650911146e373c4cf082cbee9e
19 lines
542 B
Ruby
19 lines
542 B
Ruby
name 'openstack-identity'
|
|
maintainer 'openstack-chef'
|
|
maintainer_email 'openstack-discuss@lists.openstack.org'
|
|
license 'Apache-2.0'
|
|
description 'The OpenStack Identity service Keystone.'
|
|
version '19.0.0'
|
|
|
|
%w(ubuntu redhat centos).each do |os|
|
|
supports os
|
|
end
|
|
|
|
depends 'apache2', '~> 8.0'
|
|
depends 'openstackclient'
|
|
depends 'openstack-common', '>= 19.0.0'
|
|
|
|
issues_url 'https://launchpad.net/openstack-chef'
|
|
source_url 'https://opendev.org/openstack/cookbook-openstack-identity'
|
|
chef_version '>= 15.0'
|