F18 openshift tdls, remove boto pip install

Remove explicit version dependency for old boto version, as this
won't work with the Fedora packaged cloud-init, and heat no longer
requires this version, so we should use the Fedora boto package

Change-Id: Iaf340b4793fdf7ffc3f9b3d0197ca9f6ba6f42fe
This commit is contained in:
Steven Hardy 2013-05-24 15:39:02 +01:00
parent 573aba1a52
commit bb866777ba
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ yum install -y policycoreutils mcollective httpd openssh-server rhc activemq ac
yum install -y ruby-irb ruby-libs tar bind yum-plugin-priorities mysql-devel mongodb-devel;
yum -y update;
sed --in-place -e s/Type=oneshot/"Type=oneshot\nTimeoutSec=0"/ /lib/systemd/system/cloud-final.service;
pip-python install 'boto==2.5.2' heat-cfntools;
pip-python install heat-cfntools;
cfn-create-aws-symlinks --source /usr/bin;
</command>
</commands>

View File

@ -56,7 +56,7 @@ yum install -y openshift-origin-cartridge-ruby-1.9 openshift-origin-cartridge-ph
yum install -y openshift-origin-cartridge-perl-5.16 openshift-origin-cartridge-phpmyadmin-3.5;
sed --in-place -e s/Type=oneshot/"Type=oneshot\nTimeoutSec=0"/ /lib/systemd/system/cloud-final.service;
pip-python install 'boto==2.5.2' heat-cfntools;
pip-python install heat-cfntools;
cfn-create-aws-symlinks --source /usr/bin;
</command>