centos - eucalyptus Unable to load AWS_CREDENTIAL_FILE -
i have removed previous creds , again while geting new credentials says: unable load aws_credential_file
[root@server-104 ~]# rm ~/creds/* rm: remove regular file `/root/creds/admin.zip'? yes rm: remove regular file `/root/creds/cloud-cert.pem'? yes rm: remove regular file `/root/creds/euca2-admin-7d0b1e85-cert.pem'? yes rm: remove regular file `/root/creds/euca2-admin-7d0b1e85-pk.pem'? yes rm: remove regular file `/root/creds/eucarc'? yes rm: remove regular file `/root/creds/iamrc'? yes rm: remove regular file `/root/creds/jssecacerts'? yes rm: remove regular empty file `/root/creds/sshlogin'? yes [root@server-104 ~]# cd ~/creds/ [root@server-104 creds]# euca-get-credentials admin.zip /usr/lib/python2.6/site-packages/boto/pyami/config.py:75: userwarning: unable load aws_credential_file (/root/creds/iamrc) warnings.warn('unable load aws_credential_file (%s)' % full_path)
it should still download credential.
but future reference, before downloading new admin credentials, try re-login session or unset eucalyptus related environment variables , try download credentials.
you should not see warning anymore.
Comments
Post a Comment