- Update package names - Migrate to using apache2_mod_wsgi resource and require apache2 ~> 8.6 - Don't add --listen to libvirtd on EL8 - Update ChefSpec Depends-On: https://review.opendev.org/c/openstack/cookbook-openstack-image/+/815148 Depends-On: https://review.opendev.org/c/openstack/cookbook-openstack-network/+/815172 Change-Id: I2e66b923b91d763ea7f484421dbdad883d9117a3 Signed-off-by: Lance Albertson <lance@osuosl.org>
22 lines
669 B
Ruby
22 lines
669 B
Ruby
name 'openstack-compute'
|
|
maintainer 'openstack-chef'
|
|
maintainer_email 'openstack-discuss@lists.openstack.org'
|
|
issues_url 'https://launchpad.net/openstack-chef'
|
|
source_url 'https://opendev.org/openstack/cookbook-openstack-compute'
|
|
license 'Apache-2.0'
|
|
description 'The OpenStack Compute service Nova.'
|
|
version '20.0.0'
|
|
|
|
chef_version '>= 16.0'
|
|
|
|
%w(ubuntu redhat centos).each do |os|
|
|
supports os
|
|
end
|
|
|
|
depends 'apache2', '~> 8.6'
|
|
depends 'openstack-common', '>= 20.0.0'
|
|
depends 'openstack-identity', '>= 20.0.0'
|
|
depends 'openstack-image', '>= 20.0.0'
|
|
depends 'openstack-network', '>= 20.0.0'
|
|
depends 'openstackclient'
|