[openstack-dev] [ec2api] stable/liberty release?

2015-11-17 Thread Andrey Pavlov
We are planning to cut liberty release and kilo update this or next week. (Because we are waiting a response for one small issue.) -- Kind regards, Andrey Pavlov. __ OpenStack Development Mailing List (not for usage

[openstack-dev] [ec2-api] EC2API Liberty release

2015-11-19 Thread Andrey Pavlov
Hello all, We've released new packages of EC2API project on pypi.python.org - [1] 1.0.0 is a release for OpenStack Liberty and 0.2.0 is an update for OpenStack Kilo [1] https://pypi.python.org/pypi/ec2-api -- Kind regards, Andrey P

Re: [openstack-dev] [openstackclient][keystoneclient][devstack] Openstackclient do not work with auth_url without v2.0

2015-11-29 Thread Andrey Pavlov
___ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > -- Kind regards, Andrey P

Re: [openstack-dev] [openstack-infra] Functional tests in the gate

2015-12-06 Thread Andrey Pavlov
help me figure out how to > achieve this? > > Thanks > Gal. > > __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.open

Re: [openstack-dev] [openstack-infra] Functional tests in the gate

2015-12-06 Thread Andrey Pavlov
k to run) > > Maybe i am not understanding something fundamental here. > > Gal. > > On Sun, Dec 6, 2015 at 6:56 PM, Andrey Pavlov wrote: > >> For example - >> https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/ec2-api.yaml#L45 >> >

Re: [openstack-dev] [charms] Re-licensing OpenStack charms under Apache 2.0

2016-06-12 Thread Andrey Pavlov
> __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >

[openstack-dev] [tempest] SSH hangs at the end with channel.closed=False

2016-04-16 Thread Andrey Pavlov
Hello, I found that sometimes SSH connection can hang when all data is received. It hangs with "channel.closed=False". tempest/lib/common/ssh.py line 134 May be some one knows what happened? -- Kind regards, And

[openstack-dev] [neutron] 'NetworkNotFound' exception during listing ports

2015-12-18 Thread Andrey Pavlov
how/482292/ What I can do to understand what happens more clearly? -- Kind regards, Andrey Pavlov. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:u

[openstack-dev] [OpenStack-Infra] [tempest]

2015-12-22 Thread Andrey Pavlov
[2] https://github.com/mtreinish/tempest_ec2 [3] https://review.openstack.org/#/c/246890/ -- Kind regards, Andrey Pavlov. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstac

[openstack-dev] [sahara] Fields unset with saharaclient update methods

2016-01-26 Thread Andrey Pavlov
Hi Sahara folks! I want to bring your attention to the problem that described in this bug: https://bugs.launchpad.net/python-saharaclient/+bug/1534050 It was raised on the previous irc-meeting, but we didn't come to a conclusion. One of the ways to fix it is not-None sentinel object that will be

Re: [openstack-dev] [keystone][ec2-api] Moving EC2 Auth and S3Token to Externally supported

2016-02-05 Thread Andrey Pavlov
_ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > -- Kind regards, Andrey Pavlov.

Re: [openstack-dev] [keystone][ec2-api] Moving EC2 Auth and S3Token to Externally supported

2016-02-05 Thread Andrey Pavlov
tion. On Fri, Feb 5, 2016 at 10:03 PM, Dolph Mathews wrote: > > On Fri, Feb 5, 2016 at 12:37 PM, Andrey Pavlov wrote: >> >> swift3(s3) works like ec2-api. >> >> 1. swift3/ec2-api recieves AWS request >> 2. it parses signature and access_key (and other headers

Re: [openstack-dev] [keystone][ec2-api][swift] Moving EC2 Auth and S3Token to Externally supported

2016-02-05 Thread Andrey Pavlov
As I know 'swift3' project implements S3 for OpenStack over swift. Or your mention something other? (but it doesn't support some features - signature v4 for instance) Andrey. On Fri, Feb 5, 2016 at 10:46 PM, Tim Bell wrote: > > > > > > On 05/02/16 20:15, &quo

Re: [openstack-dev] [keystone][ec2-api][swift] Moving EC2 Auth and S3Token to Externally supported

2016-02-05 Thread Andrey Pavlov
Tim, swift3 calls keystone for authentication (in similar way as ec2api) Andrey. On Fri, Feb 5, 2016 at 11:51 PM, Tim Bell wrote: > Does Swift3 (for S3 on SWIFT) need Keystone or is it independent ? > > Tim > > > > On 05/02/16 20:57, "Andrey Pavlov" wrote:

[openstack-dev] [nova] removing EC2 related code from nova

2016-02-10 Thread Andrey Pavlov
Could anyone (and especially Dan, Hans, or Ryan) check my changes? There is no new code ) only removing old code and dependency to 'boto' library. https://review.openstack.org/#/c/266425/ -- Kind regards, And

Re: [openstack-dev] [heat][ec2tokens] Questions about ec2tokens under keystone v3 api.

2015-08-05 Thread Andrey Pavlov
be here - https://review.openstack.org/#/c/209085/2/ec2api/api/__init__.py Patch for keystonemiddleware is here - https://review.openstack.org/#/c/205440/ -- Kind regards, Andrey Pavlov. __ OpenStack Development Mailing List

Re: [openstack-dev] ][third-party-ci]Running custom code before tests

2015-08-12 Thread Andrey Pavlov
(not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > -- Kind regards, Andrey Pavlov. __ OpenStack Developme

Re: [openstack-dev] ][third-party-ci]Running custom code before tests

2015-08-13 Thread Andrey Pavlov
scribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > -- Kind regards, Andrey Pavlov. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [third-party-ci]Tests randomly failing because of lvm

2015-08-17 Thread Andrey Pavlov
ard Matei < > eduard.ma...@cloudfounders.com> wrote: > >> Hi, >> >> Not sure what snippet you mean but here are all the logs for the failed >> test run: >> >> http://packages.cloudfounders.com/ci_logs/01/213501/3/check/dsvm-tempest-full/37aa6fe/ >> (console.html and c-vol.

[openstack-dev] [Keystone] [swift3] [s3] [ec2] What preferable way to implement S3 signature verification V4 in keystone projects?

2015-08-17 Thread Andrey Pavlov
emiddleware/+bug/1473042 [2] https://bugs.launchpad.net/swift3/+bug/1411078 [3] http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html [4] http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html -- Kind regards, Andrey Pavlov. _

[openstack-dev] [swift] [swift3] Are there any objections to add scoped tempest job to swift3 pipeline?

2015-08-20 Thread Andrey Pavlov
real cloud with real requests. Tempests` boto tests have several test with s3 requests. So question to swift3 team - do you have any objections? -- Kind regards, Andrey Pavlov. __ OpenStack Development Mailing List (not for

Re: [openstack-dev] [Keystone] [swift3] [s3] [ec2] What preferable way to implement S3 signature verification V4 in keystone projects?

2015-08-27 Thread Andrey Pavlov
setting of region for checking in swift3. All new code is written in previous architecture style. So please review these patchsets. On Mon, Aug 17, 2015 at 3:52 PM, Andrey Pavlov wrote: > Hi, > > I'm trying to support AWS signature version 4 for S3 requests. > Related bugs:[1] for k

[openstack-dev] [nova] [neutron] [rally] Neutron or nova degradation?

2015-09-03 Thread Andrey Pavlov
ac263e/ [2] http://logs.openstack.org/74/213074/7/experimental/ec2-api-rally-dsvm-fakevirt/91d0675/ [3] http://logs.openstack.org/46/219846/1/experimental/ec2-api-rally-dsvm-fakevirt/dad98f0/ -- Kind regards, Andrey Pavlov. __

Re: [openstack-dev] [nova] Updating a volume attachment

2016-02-12 Thread Andrey Pavlov
tp://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > ______ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > htt

[openstack-dev] [swift3][swift] What happens in swift3?

2016-03-14 Thread Andrey Pavlov
and merged? [1] https://review.openstack.org/#/c/211933/ [2] https://review.openstack.org/#/c/198571/ -- Kind regards, Andrey Pavlov. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev

Re: [openstack-dev] [swift3][swift] What happens in swift3?

2016-03-19 Thread Andrey Pavlov
reak the exinsting > environment for a bunch of users in all over the world using sigv2. > > Regards, > Kota > > > 1: https://bugs.launchpad.net/swift3/+bug/1557260 > 2: https://review.openstack.org/#/c/272516 > > (2016/03/14 19:01), Andrey Pavlov wrote: >> Hello

[openstack-dev] [Infra][ec2-api] What happened with EC2-API project in gerrit?

2016-03-28 Thread Andrey Pavlov
oject. Can anyone say me what happened with our EC2-API project? -- Kind regards, Andrey Pavlov. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstac

Re: [openstack-dev] [Infra][ec2-api] What happened with EC2-API project in gerrit?

2016-03-28 Thread Andrey Pavlov
But why I can't see the project in the gerrit.openstack.org? On Mon, Mar 28, 2016 at 5:19 PM, Davanum Srinivas wrote: > it's there : http://git.openstack.org/cgit/openstack/ec2-api/ > > -- Dims > > On Mon, Mar 28, 2016 at 10:12 AM, Andrey Pavlov wrote: >> Hello, &

Re: [openstack-dev] [Infra][ec2-api] What happened with EC2-API project in gerrit?

2016-03-28 Thread Andrey Pavlov
Ian, yes. this is one of visible problems... Regards, Andrey. On Mon, Mar 28, 2016 at 5:39 PM, Ian Cordasco wrote: > > > -Original Message- > From: Andrey Pavlov > Reply: OpenStack Development Mailing List (not for usage questions) > > Date: March 28, 2016 at 09:

Re: [openstack-dev] [Infra][ec2-api] What happened with EC2-API project in gerrit?

2016-03-28 Thread Andrey Pavlov
tions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- Kind regards, Andrey Pavlov. __ OpenStack Development M

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

2017-06-20 Thread Andrey Pavlov
Hi, We (ec2-api team) now in the middle of some investigations that should lead us to either to remove boto from the code or to change it to botocore as we decided previously. We'll done with it to the middle of July. Regards, Andrey Pavlov. On Tue, Jun 20, 2017 at 10:15 AM, Tony Breeds

Re: [openstack-dev] [devstack] How to enable SSL in devStack?

2016-07-19 Thread Andrey Pavlov
__ > Best Regards, > Wenzhi Yu (yuywz) > > __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.opensta

Re: [openstack-dev] [devstack] How to enable SSL in devStack?

2016-07-19 Thread Andrey Pavlov
___ > Best Regards, > Wenzhi Yu (yuywz) > ____ > 发件人:Andrey Pavlov > 发送时间:2016-07-19 16:46 > 主题:Re: [openstack-dev] [devstack] How to enable SSL in devStack? > 收件人:"OpenStack Development Mailing List (not for usage > questions)&qu

[openstack-dev] [juju charms] How to configure glance charm for specific cnider backend?

2016-08-02 Thread Andrey Pavlov
27;s backend. But I prefer to know community opinion before I start to implement this. -- Kind regards, Andrey Pavlov. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...

Re: [openstack-dev] [juju charms] How to configure glance charm for specific cnider backend?

2016-08-02 Thread Andrey Pavlov
ontainer as glance). On Tue, Aug 2, 2016 at 6:15 PM, James Page wrote: > Hi Andrey > > On Tue, 2 Aug 2016 at 15:59 Andrey Pavlov wrote: >> >> I need to add glance support via storing images in cinder instead of >> local files. >> (This works only from Mitaka v

Re: [openstack-dev] [juju charms] How to configure glance charm for specific cnider backend?

2016-08-03 Thread Andrey Pavlov
5 PM, James Page wrote: > Hi Andrey > > On Tue, 2 Aug 2016 at 15:59 Andrey Pavlov wrote: > >> I need to add glance support via storing images in cinder instead of >> local files. >> (This works only from Mitaka version due to glance-store package) >> > &g

[openstack-dev] [requirements] Why module has been deleted even if it is consumed by the project?

2016-08-12 Thread Andrey Pavlov
in the review [2]. What happens? Why consumed module was deleted? How I can update this requirement now? What means phrase "This is not consumed by any projects managed by requirements."? [1] - https://review.openstack.org/#/c/354667/ [2] - https://review.openstack.org/#/c/32195

Re: [openstack-dev] [requirements] Why module has been deleted even if it is consumed by the project?

2016-08-12 Thread Andrey Pavlov
requirements were using > botocore, it didn't need to be included in the list of global > requirements that is synced with projects. You should be able to > modify your requirements list directly to update to the newer > version. > > Doug > > ________

Re: [openstack-dev] [requirements] Why module has been deleted even if it is consumed by the project?

2016-08-12 Thread Andrey Pavlov
016 09:53 AM, Andrey Pavlov wrote: > > Thanks for the answer, > > > > I don't know why - but requirements job is not in the list of jobs. It > > present only in comment from jenkins. > > Logs are here > > - http://logs.openstack.org/67/354667/1/check/gate-ec

Re: [openstack-dev] Upcoming OpenStackClient 3.0 Release (Monday)

2016-08-22 Thread Andrey Pavlov
dtro...@gmail.com > > __________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/l

Re: [openstack-dev] [requirements] more help needed

2018-02-09 Thread Andrey Pavlov
Hi Matthew, stable/queens has been created for ec2-api project. project gce-api is mostly dead. Regards, Andrey Pavlov. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ

[openstack-dev] [rally][dragonflow][ec2-api][PowerVMStackers][murano] Tagging rights

2018-04-23 Thread Andrey Pavlov
Hello Sean, EC2-api team always used manual tagging because I know only this procedure. I thought that it's more convenient for me cause I can manage commits/branches. But in fact I don't mind to switch to automatic scheme. If somethig else is needed from please let me know. Regar

Re: [openstack-dev] [all][tc][ptls] final stages of python 3 transition

2018-04-30 Thread Andrey Pavlov
Hi Doug, There is no ec2-api project on the link. But we have voted job openstack-tox-py35 <http://logs.openstack.org/85/552085/2/check/openstack-tox-py35/6464ed8/> Regards, Andrey Pavlov. On Mon, Apr 30, 2018 at 6:06 PM, Doug Hellmann wrote: > It would be useful to have more input

Re: [openstack-dev] [glance] priorities for the coming week (12/09-12/15)

2016-12-10 Thread Andrey Pavlov
__ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > -- Ki

Re: [openstack-dev] [nova] Is there any reason we shouldn't remove nova.image.s3 now?

2016-09-22 Thread Andrey Pavlov
_ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > -- Kind regards, Andrey Pavlov. ___

Re: [openstack-dev] [glance] iscsi backend for glance and cinder.

2016-10-05 Thread Andrey Pavlov
> > > > Regards, > > Jun-ha Park > > > > __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-

Re: [openstack-dev] [Glance] [stable] Bug backports

2016-10-10 Thread Andrey Pavlov
ck Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > -- Kind regards, Andrey Pavlov. _

Re: [openstack-dev] [charms] Deploy Keystone To Public Cloud

2016-11-17 Thread Andrey Pavlov
lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > -- Kind regards, Andrey Pavlov. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev