initial commit to stable/ocata

Change-Id: I32f15a66bddecf6be8bb308b4930756c88b4ab2e
This commit is contained in:
Andrey Pavlov 2017-02-17 18:28:20 +03:00
parent 480dc02de0
commit c52d7b9458
3 changed files with 4 additions and 2 deletions

View File

@ -2,3 +2,4 @@
host=review.openstack.org
port=29418
project=openstack/ec2-api.git
defaultbranch=stable/ocata

View File

@ -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:

View File

@ -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