Re: [openstack-dev] [cinder][all] Integration python-*client tests on gates

2016-03-02 Thread Ivan Kolodyazhny
Sean, I've mentioned above, that current tempest job runs ~1429 tests and only about 10 of them uses cinderclient. It tooks a lot of time without any benefits for cinder, e.g.: tests like tempest.api.network.* verifies Neutron, not python-cinderclient. Regards, Ivan Kolodyazhny,

Re: [openstack-dev] [cinder][all] Integration python-*client tests on gates

2016-03-02 Thread Ivan Kolodyazhny
Sean, In such case, can we configure which tests should be run for the python-cinderclient src job? Regards, Ivan Kolodyazhny, http://blog.e0ne.info/ On Wed, Mar 2, 2016 at 1:45 PM, Sean Dague wrote: > On 03/02/2016 05:24 AM, Ivan Kolodyazhny wrote: > > Sean, > > > > I

Re: [openstack-dev] [cinder][all] Integration python-*client tests on gates

2016-03-02 Thread Ivan Kolodyazhny
thub.com/openstack/defcore Regards, Ivan Kolodyazhny, http://blog.e0ne.info/ On Wed, Mar 2, 2016 at 1:20 PM, Luigi Toscano wrote: > On Wednesday 02 of March 2016 12:24:57 Ivan Kolodyazhny wrote: > > Sean, > > > > I do understand why we have tempest for python-cinderclient

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

2016-03-02 Thread Ivan Kolodyazhny
rg/#/c/265925/ [8] http://lists.openstack.org/pipermail/openstack-dev/2016-March/088027.html [9] https://review.openstack.org/#/c/279432/ Regards, Ivan Kolodyazhny, http://blog.e0ne.info/ __ OpenStack Developmen

Re: [openstack-dev] [cinder][all] Integration python-*client tests on gates

2016-03-02 Thread Ivan Kolodyazhny
Also, Nova is not only one consumer of cinderclient. What about Heat? We don't want to break it too but to run all Heat-related Tempest tests is not a good idea. We have to implement integration tests between Heat and python-cinderclient too. Regards, Ivan Kolodyazhny, http://blog.e0ne.info/

[openstack-dev] [cinder][all] Integration python-*client tests on gates

2016-02-15 Thread Ivan Kolodyazhny
tings/cinder/2015/cinder.2015-12-16-16.00.log.html [3] https://review.openstack.org/#/c/279432/8 Regards, Ivan Kolodyazhny, http://blog.e0ne.info/ __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openst

Re: [openstack-dev] [release][oslo] oslo.privsep-announce-release 1.0.0 release (mitaka)

2016-02-09 Thread Ivan Kolodyazhny
I like the idea of this library. It should be very useful but... I think we need to [1] merged soon and get one more release. [1] get https://review.openstack.org/#/c/277957/ Regards, Ivan Kolodyazhny, http://blog.e0ne.info/ On Tue, Feb 9, 2016 at 8:56 PM, wrote: > We are psyched to annou

Re: [openstack-dev] [fuel] Fuel Community ISO 8.0

2016-02-04 Thread Ivan Kolodyazhny
Thanks, Igor. Regards, Ivan Kolodyazhny, http://blog.e0ne.info/ On Thu, Feb 4, 2016 at 1:21 PM, Igor Belikov wrote: > Hi Ivan, > > I think this counts as a bug in our community page, thanks for noticing. > You can get 8.0 Community ISO using links in status dashboard on >

[openstack-dev] [fuel] Fuel Community ISO 8.0

2016-02-04 Thread Ivan Kolodyazhny
Hi team, I've tried to download Fuel Community ISO 8.0 from [1] and failed. We've got 2 options there: the latest stable (7.0) and nightly build (9.0). Where can I download 8.0 build? [1] https://www.fuel-infra.org/#fuelget Regards, Ivan Kolodyazhny, http://blog

Re: [openstack-dev] [cinder] Should we fix XML request issues?

2016-01-15 Thread Ivan Kolodyazhny
500 error is bad for any API. IMO, I'm OK to fix it Mitaka. Deprecated means that it could be dropped soon. It doesn't mean that it's not working at all. BTW, XML API almost has no tests so I'm not surprised that it's broken Regards, Ivan Kolodyazhny, http://blog.e0ne.in

[openstack-dev] [Cinder] [Ironic] Attach Cinder Volume to the Ironic Instance without Nova Step-by-Step guide

2016-01-13 Thread Ivan Kolodyazhny
ck/cinder-specs/blob/master/specs/mitaka/use-cinder-without-nova.rst [2] https://review.openstack.org/263744 [3] http://blog.e0ne.info/post/Attach-Cinder-Volume-to-the-Ironic-Instance-without-Nova.aspx Regards, Ivan Kolodyazhny, http:/

Re: [openstack-dev] Cinder as generic volume manager

2016-01-11 Thread Ivan Kolodyazhny
lueprints.launchpad.net/cinder/+spec/use-cinder-without-nova [2] https://review.openstack.org/#/c/224124/ [3] https://github.com/openstack/python-brick-cinderclient-ext Regards, Ivan Kolodyazhny, http://blog.e0ne.info/ On Wed, Sep 16, 2015 at 5:33 PM, Ivan Kolodyazhny wrote: > Jan, all, > &

Re: [openstack-dev] [Horizon] [Cinder] [Nova] [Neutron] Gathering quota usage data in Horizon

2015-12-17 Thread Ivan Kolodyazhny
Hi Timur, Did you try this Cinder API [1]? Here [2] is cinderclient output. [1] https://github.com/openstack/python-cinderclient/blob/master/cinderclient/v2/quotas.py#L33 [2] http://paste.openstack.org/show/482225/ Regards, Ivan Kolodyazhny, http://blog.e0ne.info/ On Thu, Dec 17, 2015 at 8

Re: [openstack-dev] [cinder] [Sahara] Block Device Driver updates

2015-11-23 Thread Ivan Kolodyazhny
Hi Zhidong, Unfortunately stable/kilo branch is opened only for security fixes now. So we can't backport this fix. Regards, Ivan Kolodyazhny, http://blog.e0ne.info/ On Mon, Nov 23, 2015 at 4:43 AM, Zhidong Yu wrote: > It seems there was a bug introduced in Kilo and then fixed in Li

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

2015-10-28 Thread Ivan Kolodyazhny
Matt, Thank you for bring this topic to the ML. In cinder, we've merged [1] patch to unblock gates. I've proposed other patch [2] to fix global-requirements for the stable/liberty branch. [1] https://review.openstack.org/#/c/239837/ [2] https://review.openstack.org/#/c/239799/ Reg

[openstack-dev] [cinder][ironic] Cinder + Ironic meetup

2015-10-27 Thread Ivan Kolodyazhny
on to implement it. [1] https://etherpad.openstack.org/p/cinder-mitaka-summit-topics Regards, Ivan Kolodyazhny, http://blog.e0ne.info/ __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.ope

Re: [openstack-dev] [cinder] Is there any cli command for "manage_existing"?

2015-10-16 Thread Ivan Kolodyazhny
Hi, There is "cinder manage" command [1] in the python-cinderclient. [1] https://github.com/openstack/python-cinderclient/blob/master/cinderclient/v2/shell.py#L2063 Regards, Ivan Kolodyazhny On Fri, Oct 16, 2015 at 1:06 PM, liuxinguo wrote: > Hi, > > I have saw t

Re: [openstack-dev] [Cinder][Horizon] Cinder v2 endpoint name: volumev2 is required? volume is okay?

2015-10-15 Thread Ivan Kolodyazhny
st by default. [1] https://github.com/openstack/python-cinderclient/blob/92f3d35d5b6ba54704096288fb2a5ae93f5e1985/cinderclient/v2/shell.py#L206 [2] https://github.com/openstack/python-cinderclient/blob/92f3d35d5b6ba54704096288fb2a5ae93f5e1985/cinderclient/shell.py#L585 Regards, Ivan Kolodyazhny On

[openstack-dev] [operators] [cinder] Does anyone use Cinder XML API?

2015-10-01 Thread Ivan Kolodyazhny
plement tests. [1] http://lists.openstack.org/pipermail/openstack-dev/2014-November/051384.html [2] http://lists.openstack.org/pipermail/openstack-dev/2014-December/052443.html [3] https://blueprints.launchpad.net/cinder/+spec/remove-xml-api

Re: [openstack-dev] [Openstack-operators] [cinder] [all] The future of Cinder API v1

2015-10-01 Thread Ivan Kolodyazhny
Sean, Thanks for bringing this topic to TC meeting. Regards, Ivan Kolodyazhny, Web Developer, http://blog.e0ne.info/, http://notacash.com/, http://kharkivpy.org.ua/ On Thu, Oct 1, 2015 at 1:43 PM, Sean Dague wrote: > This is now queued up for discussion this week - >

[openstack-dev] [cinder] [Sahara] Block Device Driver updates

2015-09-30 Thread Ivan Kolodyazhny
eview.openstack.org/228857 [5] https://blueprints.launchpad.net/cinder/+spec/block-device-driver-via-iscsi [6] https://review.openstack.org/#/c/200039/ Regards, Ivan Kolodyazhny __ OpenStack Development Mailing List (not for us

Re: [openstack-dev] [Openstack-operators] [cinder] [all] The future of Cinder API v1

2015-09-30 Thread Ivan Kolodyazhny
Sean, openstack client supports Cinder API v2 since Liberty. What it the right way ti fix grenade? Regards, Ivan Kolodyazhny, Web Developer On Wed, Sep 30, 2015 at 1:32 PM, Sean Dague wrote: > On 09/29/2015 01:32 PM, Mark Voelker wrote: > > > > Mark T. Voelker > > > &g

Re: [openstack-dev] [Devstack][Sahara][Cinder] BlockDeviceDriver support in Devstack

2015-09-30 Thread Ivan Kolodyazhny
Sean, It was already implemented as devstack plugin Regards, Ivan Kolodyazhny On Wed, Sep 30, 2015 at 11:47 AM, Jordan Pittier wrote: > Hi Sean, > Because the recommended way in now to write devstack plugins. > > Jordan > > On Wed, Sep 30, 2015 at 3:29 AM, Sean Collins

Re: [openstack-dev] [Openstack-operators] [cinder] [all] The future of Cinder API v1

2015-09-29 Thread Ivan Kolodyazhny
ill use v1 API until N. Disabling v1 early in Mitaka will give everybody more time to fix their clients. Anyway, I leave a very easy way to re-enable v1. Regards, Ivan Kolodyazhny On Tue, Sep 29, 2015 at 2:37 PM, Gorka Eguileor wrote: > On 28/09, John Griffith wrote: > > On Mon, Sep 28, 20

[openstack-dev] [cinder] [all] The future of Cinder API v1

2015-09-28 Thread Ivan Kolodyazhny
it asap. [1] https://review.openstack.org/194726 [2] https://bugs.launchpad.net/cinder/+bug/1467589 [3] http://lists.openstack.org/pipermail/openstack-dev/2015-September/073576.html Regards, Ivan Kolodyazhny __ OpenStack Development M

Re: [openstack-dev] [all] Proposed Mitaka release schedule

2015-09-28 Thread Ivan Kolodyazhny
late before M-3 and feature freeze. Regards, Ivan Kolodyazhny On Mon, Sep 28, 2015 at 5:08 PM, Thierry Carrez wrote: > Hi everyone, > > You can find the proposed release schedule for Mitaka here: > > https://wiki.openstack.org/wiki/Mitaka_Release_Schedule > > That places the e

Re: [openstack-dev] [Cinder] Late Liberty patches should now be unblocked ...

2015-09-25 Thread Ivan Kolodyazhny
Thanks, Jay. I've removed my -2's last night. If I missed something, please ping me via e-mail or IRC (e0ne). Regards, Ivan Kolodyazhny On Fri, Sep 25, 2015 at 7:59 PM, Jay S. Bryant < jsbry...@electronicjungle.net> wrote: > All, > > Now that Mitaka is open I have d

Re: [openstack-dev] [all] -1 due to line length violation in commit messages

2015-09-25 Thread Ivan Kolodyazhny
+1 for <=80 chars. 72 characters sometimes are not enough Regards, Ivan Kolodyazhny On Fri, Sep 25, 2015 at 6:05 PM, Doug Hellmann wrote: > git tools such as git log and git show indent the commit message in > their output, so you don't actually have the full 79/80 character w

Re: [openstack-dev] [nova][cinder] how to handle AZ bug 1496235?

2015-09-23 Thread Ivan Kolodyazhny
/b85d2812a8256ff82934d150dbc4909e041d8b31 [2] https://bugs.launchpad.net/cinder/+bug/1489575 Regards, Ivan Kolodyazhny On Wed, Sep 23, 2015 at 9:00 PM, Matt Riedemann wrote: > I came across bug 1496235 [1] today. In this case the user is booting an > instance from a volume using source=image, so nova actually do

Re: [openstack-dev] [CINDER] [PTL Candidates] Questions

2015-09-20 Thread Ivan Kolodyazhny
Hi John, Thank you for these question. Such questions with answers could be a good part of PTL proposal in the future. Please, see my answers inline. Regards, Ivan Kolodyazhny On Sun, Sep 20, 2015 at 8:30 PM, John Griffith wrote: > ​PTL nomination emails are good, but I have a few questi

[openstack-dev] [Cinder] PTL Candidacy

2015-09-17 Thread Ivan Kolodyazhny
of Cinder project. [1] http://stackalytics.com/report/contribution/cinder/180 Thank you, Ivan Kolodyazhny (e0ne) __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.ope

Re: [openstack-dev] Cinder as generic volume manager

2015-09-16 Thread Ivan Kolodyazhny
Jan, all, I've started a work on this task to complete it in Mitaka. Here is a very draft spec [1] and PoC [2]. [1] https://review.openstack.org/224124 [2] https://review.openstack.org/223851 Regards, Ivan Kolodyazhny, Web Developer, http://blog.e0ne.info/, http://notacash.com/,

Re: [openstack-dev] [Horizon] [Cinder] [Keystone] Showing Cinder quotas for non-admin users in Horizon

2015-09-16 Thread Ivan Kolodyazhny
master/etc/policy.json#L37 Regards, Ivan Kolodyazhny On Mon, Sep 14, 2015 at 1:49 PM, Timur Sufiev wrote: > Hi all! > > It seems that recent changes in Cinder policies [1] forbade non-admin > users to see the disk quotas. Yet the volume creation is allowed for > non-admins, which effective

Re: [openstack-dev] [cinder] PTL Non-Candidacy

2015-09-14 Thread Ivan Kolodyazhny
Mike, Thank you for doing this hard work! Regards, Ivan Kolodyazhny On Mon, Sep 14, 2015 at 8:27 PM, Patrick East wrote: > Mike, you've been an awesome help for me getting started in Cinder. Thanks > for all your hard work as PTL! > > -Patrick > > On Mon, Sep 14, 201

Re: [openstack-dev] [cinder] [nova] Cinder and Nova availability zones

2015-08-27 Thread Ivan Kolodyazhny
Hi, Looks like we need to be able to set AZ per backend. What do you think about such option? Regards, Ivan Kolodyazhny On Mon, Aug 10, 2015 at 7:07 PM, John Griffith wrote: > > > On Mon, Aug 10, 2015 at 9:24 AM, Dulko, Michal > wrote: > >> Hi, >> >> In Kilo

Re: [openstack-dev] [cinder] Proposing Gorka Eguileor for core

2015-08-17 Thread Ivan Kolodyazhny
+1. Gorka, Thanks for your contribution! Regards, Ivan Kolodyazhny, Web Developer, http://blog.e0ne.info/, http://notacash.com/, http://kharkivpy.org.ua/ On Sat, Aug 15, 2015 at 6:25 AM, John Griffith wrote: > > > On Fri, Aug 14, 2015 at 6:06 PM, Walter A. Boring IV > wr

[openstack-dev] [Cinder][Rally] Cinder API Rally Coverage

2015-07-15 Thread Ivan Kolodyazhny
g/p/cinder-rally-coverage [2] https://github.com/openstack/rally/blob/master/rally/plugins/openstack/scenarios/cinder/volumes.py [3] https://review.openstack.org/#/c/173482/ [4] https://blueprints.launchpad.net/rally/+spec/benchmark-scenarios-for-cinder Regards, Ivan Ko

Re: [openstack-dev] [Cinder] python-cinderclient functional tests

2015-07-14 Thread Ivan Kolodyazhny
I've added this topic to the meeting agenda [1] [1] https://wiki.openstack.org/wiki/CinderMeetings#Next_meeting Regards, Ivan Kolodyazhny On Mon, Jul 13, 2015 at 10:23 PM, Matthew Treinish wrote: > On Mon, Jul 13, 2015 at 12:04:05PM -0700, Mike Perez wrote: > > On 16:2

Re: [openstack-dev] [Cinder] python-cinderclient functional tests

2015-07-10 Thread Ivan Kolodyazhny
On Fri, Jul 10, 2015 at 4:28 PM, Ivan Kolodyazhny wrote: > Review request to make this voting I'm sorry for typo. Of course, it's a review request to make this job non-voting in check queue. Regards, Iva

Re: [openstack-dev] [Cinder] python-cinderclient functional tests

2015-07-10 Thread Ivan Kolodyazhny
check-cinderclient-dsvm-functional.SUCCESS&target=stats.zuul.pipeline.experimental.openstack.python-cinderclient.total_changes&title=check-cinderclient-dsvm-functional Regards, Ivan Kolodyazhny, Web Developer, http://blog.e0ne.info/, http://notacash.com/, http://kharkivpy.org.ua/ On Thu, Jul 9, 2015

[openstack-dev] [Cinder] python-cinderclient functional tests

2015-07-06 Thread Ivan Kolodyazhny
on-cinderclient/tree/master/cinderclient/tests/functional [3] https://etherpad.openstack.org/p/cinder-client-functional-tests Regards, Ivan Kolodyazhny __ OpenStack Development Mailing List (not for usage questions) Unsubscribe

Re: [openstack-dev] [cinder] Some Changes to Cinder Core

2015-05-26 Thread Ivan Kolodyazhny
+1, Welcome to the team, Sean. Regards, Ivan Kolodyazhny On Wed, May 27, 2015 at 12:07 AM, John Griffith wrote: > > > On Fri, May 22, 2015 at 5:34 PM, Mike Perez wrote: > >> This is long overdue, but it gives me great pleasure to nominate Sean >> McGinnis for >&

Re: [openstack-dev] [Cinder] Do we need to fix issues in V1 API?

2015-05-26 Thread Ivan Kolodyazhny
AFAIK, we're going to remove API v1 from Cinder in Liberty. So it makes no sense to fix it in master. Regards, Ivan Kolodyazhny On Tue, May 26, 2015 at 3:36 PM, Duncan Thomas wrote: > I don't think either of those are likely to be accepted for V1, certainly > I'd vote ag

Re: [openstack-dev] [Cinder] Query on adding new table to cinder DB

2015-04-13 Thread Ivan Kolodyazhny
Hi Deepak, Your steps look good for e except #3.1 - add unit-tests for new migrations Regards, Ivan Kolodyazhny On Mon, Apr 13, 2015 at 8:20 PM, Deepak Shetty wrote: > Hi Stackers, > As part of my WIP work for implementing > https://blueprints.launchpad.net/nova/+spec/volume

Re: [openstack-dev] [all][oslo] oslo.log hacking rules

2015-04-02 Thread Ivan Kolodyazhny
I created issue in Launchpad: https://bugs.launchpad.net/hacking/+bug/1439709 Regards, Ivan Kolodyazhny, Software Engineer, Mirantis Inc. On Wed, Apr 1, 2015 at 1:38 PM, Ihar Hrachyshka wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 03/31/2015 09:19 PM, Ivan Kolod

[openstack-dev] [cinder] Future of Tasflow in Cinder

2015-03-31 Thread Ivan Kolodyazhny
ere and in etherpad [2]. [1] http://eavesdrop.openstack.org/meetings/cinder/2015/cinder.2015-03-25-16.00.html [2] https://etherpad.openstack.org/p/cinder-taskflow [3] https://etherpad.openstack.org/p/cinder-liberty-proposed-sessions Regards, Ivan Kolodyazhny, Software Engineer, Mi

[openstack-dev] [Cinder] Bug Triage - Call for Participation

2015-03-20 Thread Ivan Kolodyazhny
ld.has_patch.used=&field.has_branches.used=&field.has_branches=on&field.has_no_branches.used=&field.has_no_branches=on&field.has_blueprints.used=&field.has_blueprints=on&field.has_no_blueprints.used=&field.has_no_blueprints=on&search=Search [4] https://wiki.openstac

Re: [openstack-dev] Ideas about Openstack Cinder for GSOC 2015

2015-02-27 Thread Ivan Kolodyazhny
Hi Harry, Please, ping me in IRC (e0ne) if you are still in Cinder as a part of GSoC. Regards, Ivan Kolodyazhny. On Fri, Feb 27, 2015 at 4:34 PM, Davanum Srinivas wrote: > Harry, > > hop on to #openstack-gsoc and #openstack-cinder as well. > > -- dims > > On Fri, Fe

Re: [openstack-dev] Changes to Cinder Core

2015-01-26 Thread Ivan Kolodyazhny
Mike, Thank you for nominating me. Cores, thanks for voting! It's a big honor for me to be a part of this great Team! I'll do my best to make Cinder and OpenStack better. Regards, Ivan Kolodyazhny On Mon, Jan 26, 2015 at 4:57 PM, Mike Perez wrote: > On 10:14 Wed 21 Jan , Mik

Re: [openstack-dev] [Cinder] Cutoff deadlines for cinder drivers

2015-01-09 Thread Ivan Kolodyazhny
ivers#Testing_requirements_for_Kilo_release_and_beyond Regards, Ivan Kolodyazhny On Fri, Jan 9, 2015 at 2:26 PM, Erlon Cruz wrote: > Hi all, hi cinder core devs, > > I have read on IRC discussions about a deadline for drivers vendors to > have their CI running and voting until kilo-2,

Re: [openstack-dev] [Nova][Cinder] Operations: adding new nodes in "disabled" state, allowed for test tenant only

2014-12-03 Thread Ivan Kolodyazhny
Hi Mike, We've got the similar option in Cinder too: https://github.com/openstack/cinder/blob/master/cinder/db/api.py#L58 Regards, Ivan Kolodyazhny On Wed, Dec 3, 2014 at 3:31 PM, Mike Scherbakov wrote: > Hi all, > enable_new_services in nova.conf seems to allow add new compu

Re: [openstack-dev] [cinder]How to do the cert test?

2014-11-12 Thread Ivan Kolodyazhny
k-dev/devstack/blob/master/driver_certs/cinder_driver_cert.sh ). Regards, Ivan Kolodyazhny On Wed, Nov 12, 2014 at 5:21 AM, liuxinguo wrote: > > I have read the related article in > https://wiki.openstack.org/wiki/Cinder/tested-3rdParty-drivers, but I > still have a little confus

Re: [openstack-dev] [Cinder][Nova][Oslo] Moving Brick out of Cinder

2014-09-17 Thread Ivan Kolodyazhny
r and Nova. I'll deprecate my oslo.storage GitHub repo and rename it to not confuse anybody in a future. [1] https://etherpad.openstack.org/p/cinder-storage-agent Regards, Ivan Kolodyazhny, Web Developer, http://blog.e0ne.info/, http://notacash.com/, http://kharkivpy.org.ua/ On Wed, Sep 17,

Re: [openstack-dev] [Cinder][Nova][Oslo] Moving Brick out of Cinder

2014-09-17 Thread Ivan Kolodyazhny
Thanks for the feedback! I need to look closer to Cinder Agent specs. Walter, Hope, I could help you and Duncan with making this. Regards, Ivan Kolodyazhny On Wed, Sep 17, 2014 at 2:32 AM, Mathieu Gagné wrote: > On 2014-09-16 7:03 PM, Walter A. Boring IV wrote: > > The upside to

Re: [openstack-dev] [Cinder][Nova][Oslo] Moving Brick out of Cinder

2014-09-16 Thread Ivan Kolodyazhny
's just a PoC. [1] https://github.com/e0ne/oslo.storage [2] https://github.com/e0ne/cinder/tree/brick - some tests still failed. Regards, Ivan Kolodyazhny On Mon, Sep 8, 2014 at 4:35 PM, Ivan Kolodyazhny wrote: > Hi All! > > I would to start moving Cinder Brick [1] to oslo as was de

[openstack-dev] [Cinder][Nova] Moving Brick out of Cinder

2014-09-08 Thread Ivan Kolodyazhny
k.org/wiki/Oslo/CreatingANewLibrary Regards, Ivan Kolodyazhny. ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Cinder][Nova]Quest about Cinder Brick proposal

2014-09-02 Thread Ivan Kolodyazhny
cuss it. I want to be a volunteer to make Brick as a separate library and make OpenStack code better with re-using code as much, as possible. [1] https://wiki.openstack.org/wiki/CinderMeetings#Next_meeting Regards, Ivan Kolodyazhny, Software Engineer, Mirantis Inc On Tue, Sep 2, 2014 at 1:54 PM

Re: [openstack-dev] [cinder]pylint errors with hashlib

2014-08-29 Thread Ivan Kolodyazhny
Already done by xing-yang: https://review.openstack.org/#/c/117685/. Thanks for raising this topic. Regards, Ivan Kolodyazhny, Software Engineer, Mirantis Inc. On Fri, Aug 29, 2014 at 7:40 AM, John Griffith wrote: > > > > On Mon, Aug 25, 2014 at 8:47 PM, Clark Boylan > wro

[openstack-dev] [third-party] One CI for several OpenStack projects

2014-08-18 Thread Ivan Kolodyazhny
r Third Party CI? If yes, does Zuul could handle such kind of triggers? Regards, Ivan Kolodyazhny, Software Engineer, Mirantis Inc. ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [cinder] set default cinder driver

2014-06-23 Thread Ivan Kolodyazhny
Yogesh, Try to modify yours /devstack/local.conf with CINDER_DRIVER=cinder.volume.drivers.cloudbyte.ElasticenterISCSIDriver and run stack.sh. rejoin-stack.sh doesn't update anything, it launches OpenStack services in screen and uses existing configuration Regards, Ivan Kolodyazhny

Re: [openstack-dev] [cinder] set default cinder driver

2014-06-23 Thread Ivan Kolodyazhny
Hi Yogesh, You need to set CINDER_DRIVER variable in your localrc file Regards, Ivan Kolodyazhny, Software Engineer, Mirantis, Inc. On Mon, Jun 23, 2014 at 10:38 AM, Yogesh Prasad wrote: > > Hi All, > > I have devstack setup and i want to put my cinder driver as a default >

<    1   2