From c52d7b945840899199f7d599cbf2dfe25e108926 Mon Sep 17 00:00:00 2001 From: Andrey Pavlov Date: Fri, 17 Feb 2017 18:28:20 +0300 Subject: [PATCH] initial commit to stable/ocata Change-Id: I32f15a66bddecf6be8bb308b4930756c88b4ab2e --- .gitreview | 1 + README.rst | 3 ++- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitreview b/.gitreview index ac6834d1..3955deed 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.openstack.org port=29418 project=openstack/ec2-api.git +defaultbranch=stable/ocata diff --git a/README.rst b/README.rst index a100d373..de97e16a 100644 --- a/README.rst +++ b/README.rst @@ -89,7 +89,8 @@ Create configuration file for aws cli in your home directory ~/.aws/config: 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" -command). +command or by "openstack ec2 credentials list" command". Create credentials +if list is empty). Run aws cli commands using new EC2 API endpoint URL (can be obtained from keystone with the new port 8788) like this: diff --git a/requirements.txt b/requirements.txt index 9307b073..0527ac4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ lxml!=3.7.0,>=2.3 # BSD oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 oslo.concurrency>=3.8.0 # Apache-2.0 oslo.context>=2.9.0 # Apache-2.0 -oslo.db>=4.13.3 # Apache-2.0 +oslo.db>=4.15.0 # Apache-2.0 oslo.log>=3.11.0 # Apache-2.0 oslo.messaging>=5.14.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0