Re: [openstack-dev] [requirements] How about using boto3 instead of boto in requirements

2017-06-19 Thread Tony Breeds
NOTE: - Removed Matthew and Sean from Cc as they'll get this via os-dev - Added ec2-api tag and PTL for visibility On Mon, Jun 19, 2017 at 08:05:55AM -0400, Davanum Srinivas wrote: > Hi Pengju Jiao, > > The main consume i believe is EC2-API : > >

Re: [openstack-dev] [requirements] How about using boto3 instead of boto in requirements

2017-06-19 Thread Davanum Srinivas
Hi Pengju Jiao, The main consume i believe is EC2-API : http://codesearch.openstack.org/?q=%5Eboto=nope=.*req.*%5C.txt= http://codesearch.openstack.org/?q=%5E(from%7Cimport).*boto=nope== Can you please reach out to them? Thanks, Dims On Mon, Jun 19, 2017 at 3:11 AM, jiaopengju

[openstack-dev] [requirements] How about using boto3 instead of boto in requirements

2017-06-19 Thread jiaopengju
Hi, everyone: I have a blueprint of freezer to support s3 storage driver [1], so I need to add boto3 to the requirements [2]. Why use boto3 but not boto? Boto3 [3] isthe next version of Boto, is now stable and recommended for general use. It can be used side-by-side with Boto in the same