remove unused ceph related attributes

Change-Id: Id6a28d4588bc52e594f9c6278b49624c3df9e59f
This commit is contained in:
Jan Klare 2018-04-05 16:24:42 +02:00
parent eefe98043d
commit e6ffa82d84
No known key found for this signature in database
GPG Key ID: 1F8C347A7DC77FD2
1 changed files with 0 additions and 3 deletions

View File

@ -97,7 +97,6 @@ when 'rhel' # :pragma-foodcritic: ~FC024 - won't fix this
default['openstack']['image']['group'] = 'glance'
default['openstack']['image']['platform'] = {
'image_packages' => %w(openstack-glance cronie),
'ceph_packages' => ['python-ceph'],
'swift_packages' => ['openstack-swift'],
'image_api_service' => 'openstack-glance-api',
'image_registry_service' => 'openstack-glance-registry',
@ -109,7 +108,6 @@ when 'suse'
default['openstack']['image']['group'] = 'openstack-glance'
default['openstack']['image']['platform'] = {
'image_packages' => ['openstack-glance'],
'ceph_packages' => [],
'swift_packages' => ['openstack-swift'],
'image_api_service' => 'openstack-glance-api',
'image_registry_service' => 'openstack-glance-registry',
@ -121,7 +119,6 @@ when 'debian'
default['openstack']['image']['group'] = 'glance'
default['openstack']['image']['platform'] = {
'image_packages' => ['glance'],
'ceph_packages' => ['python-ceph'],
'swift_packages' => ['python-swift'],
'image_api_service' => 'glance-api',
'image_registry_service' => 'glance-registry',