Re: [openstack-dev] [Rally] Deployment check fails

2018-08-31 Thread Andrey Kurilin
; > # Add OS_CLOUDNAME to PS1 > if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then > export PS1=${PS1:-""} > export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 > export CLOUDPROMPT_ENABLED=1 > fi > > > Please let me know if there is a way

Re: [openstack-dev] OpenStack lagging behind 2 major python versions: we need a Python 3.7 gate

2018-08-09 Thread Andrey Kurilin
> 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 > -- Best regards, Andrey Kurilin. ___

Re: [openstack-dev] [rally] There is no Platform plugin with name: 'existing@openstack'"

2018-08-09 Thread Andrey Kurilin
evelopment 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 > -- Best regards, Andrey Kurilin.

Re: [openstack-dev] OpenStack lagging behind 2 major python versions: we need a Python 3.7 gate

2018-08-08 Thread Andrey Kurilin
plugins for OpenStack platform), I'm planning to do the same this week. пн, 6 авг. 2018 г. в 20:11, Thomas Goirand : > On 08/02/2018 10:43 AM, Andrey Kurilin wrote: > > There's also some "raise StopIteration" issues in: > > - ceilometer > > - cinder >

Re: [openstack-dev] OpenStack lagging behind 2 major python versions: we need a Python 3.7 gate

2018-08-02 Thread Andrey Kurilin
e for Rally project ? > > - zaqar > > It'd be nice to have these addressed ASAP. > > Cheers, > > Thomas Goirand (zigo) > > __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-

Re: [openstack-dev] [all] Ongoing spam in Freenode IRC channels

2018-08-01 Thread Andrey Kurilin
ср, 1 авг. 2018 г. в 15:37, Monty Taylor : > On 08/01/2018 06:22 AM, Luigi Toscano wrote: > > On Wednesday, 1 August 2018 12:49:13 CEST Andrey Kurilin wrote: > >> Hey Ian and stackers! > >> > >> ср, 1 авг. 2018 г. в 8:45, Ian Wienand : > >>> H

Re: [openstack-dev] [all] Ongoing spam in Freenode IRC channels

2018-08-01 Thread Andrey Kurilin
ср, 1 авг. 2018 г. в 14:11, Dmitry Tantsur : > On 08/01/2018 12:49 PM, Andrey Kurilin wrote: > > Hey Ian and stackers! > > > > ср, 1 авг. 2018 г. в 8:45, Ian Wienand > <mailto:iwien...@redhat.com>>: > > > > Hello, > > > > It s

Re: [openstack-dev] [all] Ongoing spam in Freenode IRC channels

2018-08-01 Thread Andrey Kurilin
//freenode.net/news/spambot-attack > [2] https://etherpad.openstack.org/p/freenode-plus-r-08-2018 > > __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsu

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

2018-04-16 Thread Andrey Kurilin
. > > > > [1] https://review.openstack.org/#/c/557737/ > > > __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.opensta

[openstack-dev] [rally] Moving OpenStack plugins into separate repo

2018-04-11 Thread Andrey Kurilin
tom plugins, do not worry, the migration should be simple for you too. The first release has the similar structure as it was in rally repository. The only thing which should be changed is importing rally_openstack instead of rally.plugins.openstack. -- Best regards, Andrey Kuri

Re: [openstack-dev] [nova] Rocky community goal: remove the use of mox/mox3 for testing

2018-03-28 Thread Andrey Kurilin
___ > 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 > -- Best regards, Andrey Kurilin. ___

Re: [openstack-dev] [nova][neutron][openstackclient] The way to assign floating IPs to VM

2018-03-05 Thread Andrey Kurilin
Mon, Mar 5, 2018 at 8:07 AM, Matt Riedemann <mriede...@gmail.com> > wrote: > > On 3/5/2018 6:26 AM, Andrey Kurilin wrote: > >> - openstackclient > >> > >> * command `openstack server add floating ip` calls `add_floating_ip` > >> method of novaclie

[openstack-dev] [nova][neutron][openstackclient] The way to assign floating IPs to VM

2018-03-05 Thread Andrey Kurilin
-openstackclient/blob/b10941ddf6f7f6894b7d87f25c173f227b111e4e/openstackclient/compute/v2/server.py#L266-L267 -- Best regards, Andrey Kurilin. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack

Re: [openstack-dev] [oslo.db] [all] please DO NOT IMPORT from oslo_db.tests.* ! projects doing this need to revert ASAP

2018-02-19 Thread Andrey Kurilin
ttp://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:unsubscri

Re: [openstack-dev] [oslo.db] [all] please DO NOT IMPORT from oslo_db.tests.* ! projects doing this need to revert ASAP

2018-02-19 Thread Andrey Kurilin
2-19 17:41 GMT+02:00 Michael Bayer <mba...@redhat.com>: > On Mon, Feb 19, 2018 at 10:39 AM, Andrey Kurilin <andr.kuri...@gmail.com> > wrote: > > Can someone explain me the reason for including "tests" module into > > packages? > > the "tests&quo

Re: [openstack-dev] [oslo.db] [all] please DO NOT IMPORT from oslo_db.tests.* ! projects doing this need to revert ASAP

2018-02-19 Thread Andrey Kurilin
scribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > -- Best regards, Andrey Kurilin. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.

Re: [openstack-dev] [nova] Adding Takashi Natsume to python-novaclient core

2018-02-15 Thread Andrey Kurilin
; https://review.openstack.org/#/admin/groups/572,members > > Thanks everyone. > > > -- > > Thanks, > > Matt > > __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ..

Re: [openstack-dev] [nova] Adding Takashi Natsume to python-novaclient core

2018-02-15 Thread Andrey Kurilin
/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 >

Re: [openstack-dev] [heat][rally] What should we do with legacy-rally-dsvm-fakevirt-heat

2018-02-08 Thread Andrey Kurilin
imental/ > legacy-rally-dsvm-fakevirt-heat/cd797f4/job-output.txt. > gz#_2018-02-08_05_02_37_258609 > [2] https://review.openstack.org/542111 > > 2018-02-08 3:39 GMT+08:00 Andrey Kurilin <andr.kuri...@gmail.com>: > >> Hi Rico and stackers, >> >> Thanks f

Re: [openstack-dev] [heat][rally] What should we do with legacy-rally-dsvm-fakevirt-heat

2018-02-07 Thread Andrey Kurilin
penStack Be With You, > > *Rico Lin*irc: ricolin > > > __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-b

Re: [openstack-dev] [rally]404 on docker rallyforge/rally

2017-12-05 Thread Andrey Kurilin
rg/cgi-bin/mailman/listinfo/openstack-dev > > > > > > > > > __ > > 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 > > > > I was not sure about the defunct rally repo on docker hub. My bad. I > think yeah, till the time the new repo is operational building images > and using them would be a better idea. > > __ > 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 > -- Best regards, Andrey Kurilin. __ 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] [all][charms][fuel][Packaging-Deb] Remove old numeric branches

2017-10-26 Thread Andrey Kurilin
__ > 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 > > -- Best regards, Andrey Kurilin. ___

Re: [openstack-dev] [all] review.openstack.org downtime and Gerrit upgrade

2017-08-03 Thread Andrey Kurilin
__ > 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 > -- Best regards, Andrey Kurilin. __

Re: [openstack-dev] [glance][rally] Disabling Glance Testing in Rally gates

2017-07-13 Thread Andrey Kurilin
r at 158.69.73.26 Port 80 (HTTP 502) Trace: http://paste.openstack.org/show/615234/ Flavio > > -- > @flaper87 > Flavio Percoco > > __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-r

Re: [openstack-dev] [trove][all][tc] A proposal to rearchitect Trove

2017-06-22 Thread Andrey Kurilin
g?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > __________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.opens

Re: [openstack-dev] [all][ptls][tc] help needed filling out project-navigator data

2017-04-20 Thread Andrey Kurilin
cribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > > > ______ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.or

Re: [openstack-dev] [all] Do we need service types at all?! (Re: [octavia][sdk] service name for octavia)

2017-02-16 Thread Andrey Kurilin
will change in the future. Since it doesn't really cost > us to keep this flexibility, I think it's reasonable to keep doing it. > > On Thu, Feb 16, 2017 at 11:55 AM, Andrey Kurilin <akuri...@mirantis.com> > wrote: > >> Hi everyone! >> >> When I started contri

[openstack-dev] [all] Do we need service types at all?! (Re: [octavia][sdk] service name for octavia)

2017-02-16 Thread Andrey Kurilin
t; Regards, > Qiming > > > __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cg

Re: [openstack-dev] [governance][tc][rally] Rally (Re: [rally][release] How rally release version)

2017-02-13 Thread Andrey Kurilin
" reasons. - I'm not against the work done by OpenStack Release team. I had a good experience with that while working in not-Rally projects. > Thanks, > Dims > > > > On Mon, Feb 13, 2017 at 9:15 AM, Andrey Kurilin <akuri...@mirantis.com> > wrote: > > Hi Dims! > >

Re: [openstack-dev] [governance][tc][rally] Rally (Re: [rally][release] How rally release version)

2017-02-13 Thread Andrey Kurilin
ct/releases" > > project. May they are using > > the same solution as rally. > > > > On Mon, Feb 13, 2017 at 6:14 PM, Andrey Kurilin <akuri...@mirantis.com> > > wrote: > >> > >> Hi Jeffrey, > >> > >> Rally team do not use &qu

Re: [openstack-dev] [rally][release] How rally release version

2017-02-13 Thread Andrey Kurilin
ect. May they are using > the same solution as rally. > > On Mon, Feb 13, 2017 at 6:14 PM, Andrey Kurilin <akuri...@mirantis.com> > wrote: > >> Hi Jeffrey, >> >> Rally team do not use "releases" repo at all, that is why information at >> [2] is out

Re: [openstack-dev] [rally][release] How rally release version

2017-02-13 Thread Andrey Kurilin
ge questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > -- Best regards, Andrey Kurilin. __ OpenStack

Re: [openstack-dev] [infra] [gate] [all] openstack services footprint lead to oom-kill in the gate

2017-02-02 Thread Andrey Kurilin
http://dague.net > > __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailma

Re: [openstack-dev] [all][tc] Exposing project team's metadata in README files

2017-01-09 Thread Andrey Kurilin
On Mon, Jan 9, 2017 at 6:37 PM, Flavio Percoco <fla...@redhat.com> wrote: > On 09/01/17 17:55 +0200, Andrey Kurilin wrote: > >> Hi, Flavio! >> >> Does it possible to create badges per project release? >> > > mmh, it's currently not possible. > > Co

Re: [openstack-dev] [all][tc] Exposing project team's metadata in README files

2017-01-09 Thread Andrey Kurilin
some of >> us are). >> >> Thanks in advance, >> Flavio >> >> [0] http://governance.openstack.org/reference/projects/index.html >> >> -- >> @flaper87 >> Flavio Percoco >> > > > > -- > @flaper87 > Flavio Percoco > > ___

Re: [openstack-dev] [Performance] PTG?

2017-01-09 Thread Andrey Kurilin
ance days? > > Thanks, > Joe > > On Wed, Jan 4, 2017 at 11:01 AM, Andrey Kurilin <akuri...@mirantis.com> > wrote: > > Hi, Joe! > > > > It is not a mistake. After a talk with Dina B., we decided to extend > Rally > > session for the wider >

Re: [openstack-dev] [Performance] PTG?

2017-01-04 Thread Andrey Kurilin
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 > -- Best regards, Andrey Kurilin. __

Re: [openstack-dev] [all] Intermittent gate failures across multiple projects

2016-12-23 Thread Andrey Kurilin
e look like they were introduced in the latest release, and related >> to the OpenStackSDK refactoring that hit openstackclient networking >> commands. We actually released the new version because folks were hitting >> similar errors, but for more often used commands (like listing sec

Re: [openstack-dev] [all] Intermittent gate failures across multiple projects

2016-12-23 Thread Andrey Kurilin
ause folks were hitting similar > errors, but for more often used commands (like listing security groups or > IPs.) > > Is the latest OSC affecting a gate for you? > > > On Dec 23, 2016 8:33 AM, "Andrey Kurilin" <akuri...@mirantis.com> wrote: > > Hi eveyone

Re: [openstack-dev] [all] Intermittent gate failures across multiple projects

2016-12-23 Thread Andrey Kurilin
> 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 > > -- Best regards, Andrey Kurilin. __

Re: [openstack-dev] Storyboard Lives!

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

Re: [openstack-dev] [all] Adding CONTRIBUTING.rst files to projects

2016-12-21 Thread Andrey Kurilin
__ > 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 > -- Best regards, Andrey Kurilin. _

Re: [openstack-dev] [all] Adding CONTRIBUTING.rst files to projects

2016-12-21 Thread Andrey Kurilin
r. > com+topic:addCONTRIBUTING.rst > > -- > > Ian Cordasco > > > > ________ > __ > > OpenStack Development Mailing List (not for usage questions) > > Unsubscribe: openstack-dev-requ...@lists.o

Re: [openstack-dev] [neutron] broken rally gate

2016-12-09 Thread Andrey Kurilin
@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > -- Best regards, Andrey Kurilin. __ OpenStack Development Mailing List (not for usage questions) Unsubscri

Re: [openstack-dev] [keystone][devstack][rally][python-novaclient][magnum] switching to keystone v3 by default

2016-12-01 Thread Andrey Kurilin
On Thu, Dec 1, 2016 at 7:39 PM, Morgan Fainberg <morgan.fainb...@gmail.com> wrote: > On Dec 1, 2016 8:25 AM, "Andrey Kurilin" <akuri...@mirantis.com> wrote: > > > > As I replied at IRC, please do not mix two separate issues! > > Yes, we have several scen

Re: [openstack-dev] [keystone][devstack][rally][python-novaclient][magnum] switching to keystone v3 by default

2016-12-01 Thread Andrey Kurilin
rt! > > https://etherpad.openstack.org/p/v3-only-devstack > http://markmail.org/message/aqq7itdom36omnf6 > > https://review.openstack.org/#/q/status:merged+project:openstack-dev/devstack+branch:master+topic:bp/keystonev3 > > Thanks, > Dims > > On Thu, Dec 1, 2016 at 5:38 A

[openstack-dev] [keystone][devstack][rally][python-novaclient][magnum] switching to keystone v3 by default

2016-12-01 Thread Andrey Kurilin
: Please, do not make such changes in silent! [0] - https://review.openstack.org/#/c/386183 [1] - https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/rally.yaml#L70-L74 [2] - https://review.openstack.org/405264 -- Best regards, Andrey Kurilin

Re: [openstack-dev] [all][tc] Exposing project team's metadata in README files

2016-11-25 Thread Andrey Kurilin
s://www.openstack.org/software/project-navigator/ > > > > -- > > Mike Perez > > > __________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists

Re: [openstack-dev] [Rally][all] Gitter as an alternative way for communication

2016-11-25 Thread Andrey Kurilin
Hi Thierry, On Fri, Nov 25, 2016 at 12:51 PM, Thierry Carrez <thie...@openstack.org> wrote: > Andrey Kurilin wrote: > > I'm happy to announce our new chats at gitter.im <http://gitter.im> : > > [...] > > While I understand where you're coming from, I would like t

[openstack-dev] [Rally][all] Gitter as an alternative way for communication

2016-11-24 Thread Andrey Kurilin
h. -- Best regards, Andrey Kurilin. __ 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] [all] [Rally] broken jobs

2016-11-22 Thread Andrey Kurilin
Finally, fixes are merged and our jobs work now. On Tue, Nov 22, 2016 at 3:01 PM, Andrey Kurilin <akuri...@mirantis.com> wrote: > Hi Renat, > > As soon as one [1][2] changes will be merged, everything should be > unblocked. > > [1] - https://review.openstack.org/

Re: [openstack-dev] [all] [Rally] broken jobs

2016-11-22 Thread Andrey Kurilin
reporting this. Any estimations on how long it will > take to fix it? > > Renat Akhmerov > @Nokia > > On 19 Nov 2016, at 02:23, Andrey Kurilin <akuri...@mirantis.com> wrote: > > yse, I think you are right. > > On Fri, Nov 18, 2016 at 4:04 PM, gordon chung <g...

Re: [openstack-dev] [neutron] rally failure in the gate

2016-11-21 Thread Andrey Kurilin
Dims, thanks! On Mon, Nov 21, 2016 at 1:44 PM, Davanum Srinivas <dava...@gmail.com> wrote: > Andrey, Folks, > > I've fast-tracked the black list: > https://review.openstack.org/400183 > > Thanks, > Dims > > > > On Mon, Nov 21, 2016 at 6:00 AM, Andrey

Re: [openstack-dev] [neutron] rally failure in the gate

2016-11-21 Thread Andrey Kurilin
hi folks! Neutron gates are broken again. New failure relates to issue with heatclient [*] . [*] - https://bugs.launchpad.net/python-heatclient/+bug/1643507 On Fri, Nov 18, 2016 at 12:51 PM, Andrey Kurilin <akuri...@mirantis.com> wrote: > Hi stackers! > > Imo, there is a

Re: [openstack-dev] [all] [Rally] broken jobs

2016-11-18 Thread Andrey Kurilin
__ > 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 > -- Best regards, Andrey Kurilin. __

[openstack-dev] [all] [Rally] broken jobs

2016-11-18 Thread Andrey Kurilin
for Rally jobs which should unblock and fix gates: - Port Rally jobs to use ubuntu-xenial nodes. We had to do it long time ago. - Disable telemetry services in those jobs which do not need them. -- Best regards, Andrey Kurilin

Re: [openstack-dev] [neutron] rally failure in the gate

2016-11-18 Thread Andrey Kurilin
o Xenial occurred, and I see jobs passing > just fine again. > > Ihar > __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.

[openstack-dev] [Rally] PTL candidacy

2016-09-16 Thread Andrey Kurilin
ort all plugins to support Keystone V3 and make V3 as default version - provide a way to deliver rally plugins as python packages - split Rally Core and OpenStack related plugins into 2 repos - nested atomics - trends reports for rally verification -- Best regards, Andrey Kuri

Re: [openstack-dev] [Fuel] Replace OSTF with Rally

2016-06-27 Thread Andrey Kurilin
sts.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > -- Best regards, Andrey Kurilin. __ 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] [Fuel] Replace OSTF with Rally

2016-06-27 Thread Andrey Kurilin
> 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 > > -- Best regards, Andrey Kurilin. __ 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] [rally] "Failed to create the requested number of tenants" error

2016-06-13 Thread Andrey Kurilin
> > > > > > > > > > > > > ______ > > > > OpenStack Development Mailing List (not for usage questions) > > > > Unsubscribe: > > > openstack-dev-requ...@lis

Re: [openstack-dev] [nova] Nova commands

2016-04-19 Thread Andrey Kurilin
stack.org/cgi-bin/mailman/listinfo/openstack-dev > > -- Best regards, Andrey Kurilin. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsu

Re: [openstack-dev] [nova] Proposing Andrey Kurilin for python-novaclient core

2016-04-15 Thread Andrey Kurilin
I am glad to have joined the Team! On Fri, Apr 15, 2016 at 6:00 PM, Matt Riedemann <mrie...@linux.vnet.ibm.com> wrote: > > > On 4/13/2016 12:53 PM, Matt Riedemann wrote: > >> I'd like to propose that we make Andrey Kurilin core on python-novaclient. >> >> He's

Re: [openstack-dev] [Infra] Gerrit performance

2016-04-11 Thread Andrey Kurilin
00 (+0300), Andrey Kurilin wrote: > > https://twitter.com/andrey_kurilin/status/681861838263443457 > > A lot of the Infra team (me included) aren't on social media Web > sites like that one, but Andreas Jaeger helpfully mentioned it in > the #openstack-infra IRC channel on Freen

Re: [openstack-dev] [Infra] Gerrit performance

2016-04-10 Thread Andrey Kurilin
bad > > Thanks > Gary > > __ > 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

Re: [openstack-dev] [TripleO] [CI] Tempest configuration in Tripleo CI jobs

2016-04-08 Thread Andrey Kurilin
at-admin@${CONTROLLER}:/tmp/openstack /tmp/ > > After this run within this directory testr init and run tests: > /tmp/tempest/tools/with_venv.sh testr init > /tmp/tempest/tools/with_venv.sh testr run > > There are still holes in this configuration and most likely you'd fix

Re: [openstack-dev] [all][infra] revert new gerrit

2016-03-24 Thread Andrey Kurilin
nstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > -- Best regards, Andrey Kurilin. __ OpenStack Development Mailing List (not for usage questions) Unsubscr

[openstack-dev] [all][infra] revert new gerrit

2016-03-19 Thread Andrey Kurilin
quot;new" search mechanism Does it possible to return old, classic theme? It was a good time when we have old and new themes together... -- Best regards, Andrey Kurilin. __ OpenStack Development Mailing Lis

Re: [openstack-dev] [all][infra] revert new gerrit

2016-03-19 Thread Andrey Kurilin
gan.fainb...@gmail.com> wrote: > > > On Fri, Mar 18, 2016 at 8:35 AM, Monty Taylor <mord...@inaugust.com> > wrote: > >> On 03/18/2016 08:31 AM, Andrey Kurilin wrote: >> >>> Hi all! >>> >>> I want to start this thread because I'm tired.

Re: [openstack-dev] [nova] Do we need a microversion to return a 501 from GET os-virtual-interfaces?

2016-03-07 Thread Andrey Kurilin
k 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 > -- Best regards, Andrey Kurilin. _

Re: [openstack-dev] [cinder] Proposal: changes to our current testing process

2016-03-02 Thread Andrey Kurilin
> [9] https://review.openstack.org/#/c/279432/ > > > Regards, > Ivan Kolodyazhny, > http://blog.e0ne.info/ > > ______ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: op

Re: [openstack-dev] [nova] python-novaclient region setting

2016-02-24 Thread Andrey Kurilin
bm.com> > wrote: > >> >> >> On 2/22/2016 8:02 AM, Monty Taylor wrote: >> >>> On 02/21/2016 11:40 PM, Andrey Kurilin wrote: >>> >>>> Hi! >>>> `novaclient.client.Client` entry-point supports almost the same >>>> argumen

Re: [openstack-dev] [rally]how can I give admin role to rally

2016-02-23 Thread Andrey Kurilin
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 > -- Best regards, Andrey Kurilin. _

Re: [openstack-dev] [nova] python-novaclient region setting

2016-02-21 Thread Andrey Kurilin
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > -- Best regards, Andrey Kurilin. __ OpenStack Development Mailing List (not f

[openstack-dev] [all] Python 2.6 should rise from the dead

2015-12-16 Thread Andrey Kurilin
support in Liberty. -- Best regards, Andrey Kurilin. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin

Re: [openstack-dev] [all] Python 2.6 should rise from the dead

2015-12-16 Thread Andrey Kurilin
rty On Wed, Dec 16, 2015 at 1:52 PM, Andreas Jaeger <a...@suse.com> wrote: > On 2015-12-16 12:33, Andrey Kurilin wrote: > >> Hi all, >> As you may know, support of Python 2.6 was dropped this month from most >> of OpenStack projects. Also infrastructure team drop

Re: [openstack-dev] [python-novaclient] history of virtual-interface commands

2015-12-11 Thread Andrey Kurilin
> because microversion 2.12 is not implemented (actually API_MAX_VERSION is > currently 2.9, but 2.7-2.11 should be under way). > > > > Br, > > Tomi > > > > *From:* EXT Andrey Kurilin [mailto:akuri...@mirantis.com] > *Sent:* Friday, December 04, 2015 3:42 PM &

Re: [openstack-dev] [Performance][Proposal] Moving IRC meeting from 15:00 UTC to 16:00 UTC

2015-12-04 Thread Andrey Kurilin
ead. > > Btw +1 from me :) > > Cheers, > Dina > > __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cg

[openstack-dev] [python-novaclient] history of virtual-interface commands

2015-12-04 Thread Andrey Kurilin
/nova_list_virt_interfaces_for_server.html -- Best regards, Andrey Kurilin. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi

[openstack-dev] [nova] [python-novaclient] microversions support

2015-12-04 Thread Andrey Kurilin
://review.openstack.org/#/c/251483 [2] - https://review.openstack.org/#/c/251484 [3] - https://review.openstack.org/#/c/251485 [4] - https://review.openstack.org/#/c/251486 [5] - https://review.openstack.org/#/c/253095 -- Best regards, Andrey Kurilin

Re: [openstack-dev] [nova] [python-novaclient] microversions support

2015-12-04 Thread Andrey Kurilin
stack-dev@lists.openstack.org> > From: "Kevin L. Mitchell" <kevin.mitch...@rackspace.com> > Date: 12/04/2015 06:25PM > Subject: Re: [openstack-dev] [nova] [python-novaclient] microversions > support > > > On Fri, 2015-12-04 at 18:58 +0200, Andrey Ku

Re: [openstack-dev] [QA][Tempest] Use tempest-config for tempest-cli-improvements

2015-11-26 Thread Andrey Kurilin
obankov. > > On Thu, Nov 26, 2015 at 3:59 PM, Andrey Kurilin <akuri...@mirantis.com> > wrote: > >> Hi! >> Boris P. and I tried to push a spec[1] for automation tempest config >> generator, but we did not succeed to merge it. Imo, qa-team doesn't want to >>

Re: [openstack-dev] [QA][Tempest] Use tempest-config for tempest-cli-improvements

2015-11-26 Thread Andrey Kurilin
rst > > > > > __ > > 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/op

Re: [openstack-dev] [Fuel] Getting rid of Docker containers on the Fuel master node

2015-11-20 Thread Andrey Kurilin
gt; > __ > 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-de

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-11 Thread Andrey Kurilin
On Tue, Nov 10, 2015 at 4:25 PM, Sean Dague <s...@dague.net> wrote: > On 11/10/2015 08:24 AM, Andrey Kurilin wrote: > >>It was also proposed to reuse openstackclient or the openstack SDK. > > > > Openstack SDK was proposed a long time ago(it looks like

Re: [openstack-dev] [oslo] Graduate apiclient library

2015-11-11 Thread Andrey Kurilin
e not the intended recipient, > please advise the sender by replying promptly to this email and then delete > and destroy this email and any attachments without any further use, copying > or forwarding. > > __ &g

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-10 Thread Andrey Kurilin
r > > __ > 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/opens

Re: [openstack-dev] [murano] python versions

2015-11-06 Thread Andrey Kurilin
;> Serg Melikyan, Senior Software Engineer at Mirantis, Inc. > >> http://mirantis.com | smelik...@mirantis.com > >> > >> > __ > >> OpenStack Development Mailing List (not for usage questions) >

Re: [openstack-dev] [cinder][nova] gate-cinder-python34 failing test_nova_timeout after novaclient 2.33 release

2015-10-29 Thread Andrey Kurilin
ack.org/cgi-bin/mailman/listinfo/openstack-dev >>> >>> >> The novaclient revert patch is approved: >> >> https://review.openstack.org/#/c/239941/ >> >> Once that is merged I'll propose a release request for novaclient. >> >> I've got g-r patches for master and stable

Re: [openstack-dev] [nova] how to address boot from volume failures

2015-10-01 Thread Andrey Kurilin
__ > 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 > -- Best regards, Andrey Ku

Re: [openstack-dev] [nova][python-novaclient] Functional test fail due to publicURL endpoint for volume service not found

2015-09-30 Thread Andrey Kurilin
_ > 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 > > -- Best regards, Andrey Kurilin. ___

Re: [openstack-dev] [murano] Fix order of arguments in assertEqual

2015-09-24 Thread Andrey Kurilin
, > please advise the sender by replying promptly to this email and then delete > and destroy this email and any attachments without any further use, copying > or forwarding. > > __ > OpenStack Development Mailing L

Re: [openstack-dev] [requirements] why merging 2.6 requirements for non 2.6 supporting projects

2015-07-14 Thread Andrey Kurilin
/openstack-dev -- Best regards, Andrey Kurilin. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman

Re: [openstack-dev] [tox/pep8] different result between running tox and pep8

2015-07-10 Thread Andrey Kurilin
://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- Best regards, Andrey Kurilin. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http

Re: [openstack-dev] [api][nova][ironic] Microversion API HTTP header

2015-06-17 Thread Andrey Kurilin
) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- Best regards, Andrey Kurilin. __ OpenStack Development Mailing List (not for usage

Re: [openstack-dev] [nova][python-novaclient] microversion implementation on client side

2015-04-24 Thread Andrey Kurilin
on API side(return BadRequest when X-Compute-API-Version header is presented in V2) On Fri, Apr 24, 2015 at 12:42 PM, Alex Xu sou...@gmail.com wrote: 2015-04-24 17:24 GMT+08:00 Andrey Kurilin akuri...@mirantis.com: Thank you for suggestions! I'll try modify patches as soon as possible. np

Re: [openstack-dev] [nova][python-novaclient] microversion implementation on client side

2015-04-24 Thread Andrey Kurilin
patchset also :( I know Andrey already pay lot of on this. But if we like this way, I also can give some help on the coding :) Thanks Alex 2015-04-10 19:30 GMT+08:00 Andrey Kurilin akuri...@mirantis.com: Hi all! I working on implementation of support microversions in novaclient. Patches

Re: [openstack-dev] [opentack-dev][meetings] Proposing changes in Rally meetings

2015-04-17 Thread Andrey Kurilin
Pavlovic -- Best regards, Andrey Kurilin. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin

Re: [openstack-dev] [nova] novaclient 'stable-compat-jobs-{name}' broken

2015-04-14 Thread Andrey Kurilin
-- Best regards, Andrey Kurilin. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman

Re: [openstack-dev] [Openstack-operators] [all][qa][gabbi][rally][tempest] Extend rally verfiy to unify work with Gabbi, Tempest and all in-tree functional tests

2015-03-19 Thread Andrey Kurilin
is optional argument? If --url is not specified default url is used. Best regards, Boris Pavlovic On Wed, Mar 11, 2015 at 7:14 PM, Andrey Kurilin akuri...@mirantis.com wrote: $ rally verify https://github.com/openstack/nova start As one of end-users of Rally, I dislike

  1   2   >