From 29febb29e55e8e336d7261075b07a3d7ffd77900 Mon Sep 17 00:00:00 2001 From: tikitavi Date: Fri, 10 Mar 2017 16:24:39 +0300 Subject: [PATCH] change the command to obtain credentials in README Change-Id: I90799394a5c4a17dd7d8379af5a5af53781425b2 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a100d373..f4dce5cb 100644 --- a/README.rst +++ b/README.rst @@ -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