Get rid of dependency on python cookbook

The python cookbook is deprecated, so we should get rid of it, in
particular as we do not seem to need it anymore.

Change-Id: I4320035a0fff6479d96215239eec9006b4e79754
This commit is contained in:
Jens Rosenboom 2016-03-29 16:40:22 +02:00
parent 31f968ed25
commit 6ce1eb3be6
3 changed files with 0 additions and 6 deletions

View File

@ -20,7 +20,6 @@ The following cookbooks are dependencies:
* openstack-identity
* openstack-image
* selinux (Fedora)
* python
Usage
=====

View File

@ -24,4 +24,3 @@ depends 'openstack-common', '>= 13.0.0'
depends 'openstack-identity', '>= 13.0.0'
depends 'openstack-image', '>= 13.0.0'
depends 'selinux', '~> 0.9.0'
depends 'python', '~> 1.4.6'

View File

@ -24,10 +24,6 @@ describe 'openstack-block-storage::scheduler' do
expect(chef_run).to enable_service 'openstack-cinder-scheduler'
end
it 'does not upgrade stevedore' do
expect(chef_run).not_to upgrade_python_pip 'stevedore'
end
it 'upgrades mysql python package' do
expect(chef_run).to upgrade_package 'MySQL-python'
end