Remove euca2ools from being installed since it pulls in a incompatible version of boto

This commit is contained in:
Joshua Harlow 2012-12-07 17:05:30 -08:00
parent 168e0b4ab5
commit c98ff0e999
2 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,6 @@ components:
removable: false
- name: dnsmasq-utils
removable: false
- name: euca2ools
- name: gawk
removable: false
- name: git

View File

@ -92,4 +92,5 @@ alias ec2-upload-bundle="ec2-upload-bundle -a \${EC2_ACCESS_KEY} -s \${EC2_SECRE
EOF
echo "For future euca commands please run \$ source '$ENV_FN'"
echo "Please also install your local distributions euca2ools or go to http://www.eucalyptus.com/download/euca2ools"
echo "Goodbye."