change the command to obtain credentials in README

Change-Id: I90799394a5c4a17dd7d8379af5a5af53781425b2
This commit is contained in:
tikitavi 2017-03-10 16:24:39 +03:00 committed by Anastasia Kravets
parent 6d30c69895
commit 29febb29e5
1 changed files with 2 additions and 2 deletions

View File

@ -88,11 +88,11 @@ Create configuration file for aws cli in your home directory ~/.aws/config:
region = us-east-1
Change the aws_access_key_id and aws_secret_acces_key above to the values
appropriate for your cloud (can be obtained by "keystone ec2-credentials-list"
appropriate for your cloud (can be obtained by "openstack ec2 credentials list"
command).
Run aws cli commands using new EC2 API endpoint URL (can be obtained from
keystone with the new port 8788) like this:
openstack cli with the new port 8788) like this:
aws --endpoint-url http://10.0.2.15:8788 ec2 describe-instances