Re: [openstack-dev] [ironic] AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

2015-07-26 Thread Malhar Vora
Hi, I have done everything from scratch and followed below step. Please check and tell me what is missing, 1. git clone https://github.com/openstack/ironic ironic 2. Applied my changes 3. Created account in https://review.openstack.org and updated contact details 4. Generated key using ssh-ke

Re: [openstack-dev] [ironic] AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

2015-07-26 Thread Jeremy Stanley
On 2015-07-26 02:53:30 -0700 (-0700), Malhar Vora wrote: > I have done everything from scratch and followed below step. > > Please check and tell me what is missing, [...] > 3. Created account in https://review.openstack.org and updated contact > details [...] There's a related step you've skippe

Re: [openstack-dev] [ironic] AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

2015-07-26 Thread Malhar Vora
Hi Jeremy, I have signed agreement on https://review.openstack.org/. That is not a problem. Thanks, Regds, *Malhar Vora* http://about.me/malhar.vora On Sun, Jul 26, 2015 at 7:25 PM, Jeremy Stanley wrote: > On 2015-07-26 02:53:30 -0700 (-0700), Malhar Vora wrote: > > I have done everything

Re: [openstack-dev] [ironic] AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

2015-07-26 Thread Yuriy Taraday
Hello, Malhar. It seems that the actual error is hidden behind ""-like lines. Judging by line numbers in traceback that is seen, you're using version 1.25.0, and there I can see how the error got away: https://github.com/openstack-infra/git-review/blob/1.25.0/git_review/cmd.py#L768 Can you edit f

Re: [openstack-dev] [TripleO] [app-catalog] TripleO, Advanced Services, and the App Catalog

2015-07-26 Thread Clint Byrum
Excerpts from Christopher Aedo's message of 2015-07-25 19:35:24 -0700: > On Sat, Jul 25, 2015 at 1:00 PM, Fox, Kevin M wrote: > > I'm not really sure how to start this conversation so I'll just start in. > > Please bare with me for a bit. > > > > Something of a problem description: > > With my Ope

Re: [openstack-dev] [Fuel][Plugins] Plugins on separate launchpad projects

2015-07-26 Thread Sheena Gregson
Patrick – Are you suggesting one project for all Fuel plugins, or individual projects for each plugin? I believe it is the former, which I prefer – but I wanted to check. Sheena *From:* Patrick Petit [mailto:ppe...@mirantis.com] *Sent:* Saturday, July 25, 2015 12:25 PM *To:* Igor Kalnitsk

Re: [openstack-dev] [all] Non-responsive upstream libraries (python34 specifically)

2015-07-26 Thread Davanum Srinivas
FYI, * Solly Ross graciously cut a websockify release: https://review.openstack.org/#/c/205492/ * Sean Reifschneider just released a python-memcached with haypo's py34 patch: https://review.openstack.org/#/c/205851/ Thanks, dims On Fri, Jul 17, 2015 at 7:53 PM, Dave Walker wrote: > > On 17

Re: [openstack-dev] [TripleO] [app-catalog] TripleO, Advanced Services, and the App Catalog

2015-07-26 Thread Christopher Aedo
On Sun, Jul 26, 2015 at 10:53 AM, Clint Byrum wrote: > Excerpts from Christopher Aedo's message of 2015-07-25 19:35:24 -0700: >> My understanding of TripleO >> is that the entire model is tightly coupled such that you must take an >> all or nothing approach (i.e. you can not use one deployment met

Re: [openstack-dev] [TripleO] [app-catalog] TripleO, Advanced Services, and the App Catalog

2015-07-26 Thread Clint Byrum
Excerpts from Christopher Aedo's message of 2015-07-26 14:52:31 -0700: > On Sun, Jul 26, 2015 at 10:53 AM, Clint Byrum wrote: > > Excerpts from Christopher Aedo's message of 2015-07-25 19:35:24 -0700: > >> My understanding of TripleO > >> is that the entire model is tightly coupled such that you m

Re: [openstack-dev] [fuel] FF Exception for LP-1464656 fix (update ceph PG calculation algorithm)

2015-07-26 Thread Stanislav Makar
Hello I went through LP-1464656 and I see that it covers two things: 1. Bad pg num calculation algorithm. 2. Add the possibility to set pg num via GUI. First is the most important and a BUG by itself, second is nice to have feature and no more. Hence we should split it into a bug and a feature. A

Re: [openstack-dev] OPENSTACK with CEPH storage backend cant down size an instance

2015-07-26 Thread Adam Lawson
Agreed on resizing. Perhaps create a snapshot of the old VM (assuming !ephemeral storage), and boot a new VM with a smaller disk size from the snapshot. Future reference you can leverage SAN-specific tools to save unused disk such as thin provisioning and/or the vendor's dedup capabilities. *A

Re: [openstack-dev] OPENSTACK with CEPH storage backend cant down size an instance

2015-07-26 Thread Joshua Harlow
Monty Taylor wrote: On 07/24/2015 12:47 PM, Clint Byrum wrote: Excerpts from James Galvin's message of 2015-07-24 09:08:36 -0700: Hi All I am having some trouble with down sizing an instance, I can resize the instance from say small flavour to medium flavour but when trying to resize the ins

Re: [openstack-dev] [keystone] LDAP identity driver with groups from local DB

2015-07-26 Thread Julian Edwards
On 25 July 2015 at 04:02, Adam Young wrote: > This has come up numerous times, as I am sure you are now aware by reading > the rest of the thread. Yes indeed :) I was thinking as I wrote it that I can't be the first person with this question. However I think Daviey has shown me that I was misun

[openstack-dev] [nova][cinder] Should we allow this kind of action?

2015-07-26 Thread Zhenyu Zheng
Hi all, Recently, I've been asked to perform this kind of action using OpenStack: 1. Launch an volume-backended instance. 2. Take a snapshot of this instance using nova image-create, an image will be added in glance, the size is zero, and the BDM will be saved in it's metadata. 3. Create an volum

[openstack-dev] [kolla] Wednesday IRC Team Meeting cancelled in lieu of in-person midcycle event

2015-07-26 Thread Steven Dake (stdake)
Hi, We are executing the Kolla midcycle Wednedsay July 28th and July 29th from 10AM until 5PM PST. This conflicts with our normally scheduled IRC team meeting so we are canceling the IRC team meeting for this coming week only. We do have remote access available via WebEx for people to attend

[openstack-dev] [neutron][binding:host_id] Binding:host_id changes when creating vm.

2015-07-26 Thread ????
Hi all, Recently I used the parameter binding:host_id to create port, trying to allocate the port to a specified host. For example: neutron port-create e77c556b-7ec8-415a-8b92-98f2f4f3784f --binding:host_id=dvr-compute1.novalocal But when creating a vm assigning to the p

[openstack-dev] Announcing HyperStack project

2015-07-26 Thread Peng Zhao
Hi all, I am glad to introduce the HyperStack project to you. HyperStack is a native, multi-tenant CaaS solution built on top of OpenStack. In terms of architecture, HyperStack = Bare-metal + Hyper + Kubernetes + Cinder + Neutron. HyperStack is different from Magnum in that HyperStack doesn't

Re: [openstack-dev] [nova][cinder] Should we allow this kind of action?

2015-07-26 Thread hao wang
I wonder why user need to use this kind of image(vm snapshot) to create volume, and then use this volume to create a vm again. It's meaningless I think. On the other hand, if an image size is zero, cinder shouldn't allow to create this volume from image. 2015-07-27 9:39 GMT+08:00 Zhenyu Zheng : >

[openstack-dev] [neutron][lbaas] questions about scenario tests

2015-07-26 Thread Madhusudhan Kandadai
Hi there, We have two working scenario tests in neutron lbaas tree and those are getting succeeded locally, however when running them in Jenkins, it is behaving differently: One of them got passed and the other one is facing time-out issues when trying to curl two backend servers after setting up

Re: [openstack-dev] Announcing HyperStack project

2015-07-26 Thread Adrian Otto
Peng, For the record, the Magnum team is not yet comfortable with this proposal. This arrangement is not the way we think containers should be integrated with OpenStack. It completely bypasses Nova, and offers no Bay abstraction, so there is no user selectable choice of a COE (Container Orchest

[openstack-dev] [nova-scheduler] Scheduler sub-group meeting - Agenda 7/27

2015-07-26 Thread Dugger, Donald D
1) Liberty specs - https://etherpad.openstack.org/p/liberty-nova-priorities-tracking (talk about offloading some of bauzas' work) 2) CPU feature representation - follow up from the mid-cycle 3) Opens -- Don Dugger "Censeo Toto nos in Kansa esse decisse." - D. Gale Ph: 303/443-37

Re: [openstack-dev] [fuel] FFE for bug/1475759 ceph generators

2015-07-26 Thread Sebastian Kalinowski
Andrew, thanks for this request and for the explanations. +1 for this exception. The new generators are not conflicting with existing ones, code is ready and tested so let's merge it. 2015-07-25 1:24 GMT+02:00 Andrew Woodward : > I'm writing to ask for a FFE for landing the ceph generators. It f

Re: [openstack-dev] [nova][cinder][glance] Should we allow this kind of action?

2015-07-26 Thread Feodor Tersin
+1 to the wonder We could have more explicit check in Cinder.Either check disk_format (it's None for volume-backed images)or add to Glance a new container_format type for this kind of images (it's also None currently) and check it. From: sxmatch1...@gmail.com Date: Mon, 27 Jul 2015 10:49:39 +080