Re: [openstack-dev] [OpenStack-Infra] [ThirdPartyCI] Need help setting up CI

2014-12-17 Thread Eduard Matei
Thanks, i'll have a look. Eduard On Wed, Dec 17, 2014 at 3:37 AM, Asselin, Ramy ramy.asse...@hp.com wrote: Manually running the script requires a few environment settings. Take a look at the README here: https://github.com/openstack-infra/devstack-gate Regarding cinder, I’m using this

[openstack-dev] [Neutron][Nova][DHCP] Use case of enable_dhcp option when creating a network

2014-12-17 Thread Padmanabhan Krishnan
Hello,I have a question regarding the enable_dhcp option when creating a network. When a VM is attached to  a network where enable_dhcp is False, I understand that the DHCP namespace is not created for the network and the VM does not get any IP address after it boots up and sends a DHCP

Re: [openstack-dev] [Neutron][Nova][DHCP] Use case of enable_dhcp option when creating a network

2014-12-17 Thread Pasquale Porreca
Just yesterday I asked a similar question on ML, this is the answer I got: In Neutron IP address management and distribution are separated concepts. IP addresses are assigned to ports even when DHCP is disabled. That IP address is indeed used to configure anti-spoofing rules and security groups.

Re: [openstack-dev] [nova] How should libvirt pools work with distributed storage drivers?

2014-12-17 Thread Peter Penchev
On Mon, Dec 1, 2014 at 9:52 PM, Solly Ross sr...@redhat.com wrote: Hi Peter, Right. So just one more question now - seeing as the plan is to deprecate non-libvirt-pool drivers in Kilo and then drop them entirely in L, would it still make sense for me to submit a spec today for a driver that

Re: [openstack-dev] Not able to locate tests for glanceclient

2014-12-17 Thread Flavio Percoco
On 17/12/14 10:47 +0530, Abhishek Talwar/HYD/TCS wrote: Hi All, I am currently working on stable Juno release for a fix on glanceclient, but I am not able to locate tests in glanceclient. So if you can help me locate it as I need to add a unit test. The current path for glanceclient is

Re: [openstack-dev] [Mistral] RFC - Action spec CLI

2014-12-17 Thread Dmitri Zimine
The problem with existing syntax is it is not defined: there is no docs on inlining complex variables [*], and we haven’t tested it for anything more than the simplest cases: https://github.com/stackforge/mistral/blob/master/mistral/tests/unit/workbook/v2/test_dsl_specs_v2.py#L114. I will be

Re: [openstack-dev] [Nova] RemoteError: Remote error: OperationalError (OperationalError) (1048, Column 'instance_uuid' cannot be null)

2014-12-17 Thread Accela Zhao (bigzhao)
I have formatted the messy clutter in the middle of your trace log. Traceback (most recent call last): File /usr/lib/python2.7/site-packages/nova/conductor/manager.py, line 400, in _object_dispatch return getattr(target, method)(context, *args, **kwargs) File

Re: [openstack-dev] [Fuel] Image based provisioning

2014-12-17 Thread Vladimir Kozhukalov
In case of image based we need either to update image or run yum update/apt-get upgrade right after first boot (second option partly devalues advantages of image based scheme). Besides, we are planning to re-implement image build script so as to be able to build images on a master node (but

Re: [openstack-dev] [hacking] proposed rules drop for 1.0

2014-12-17 Thread Sean Dague
On 12/16/2014 06:22 PM, Ben Nemec wrote: Some thoughts inline. I'll go ahead and push a change to remove the things everyone seems to agree on. On 12/09/2014 09:05 AM, Sean Dague wrote: On 12/09/2014 09:11 AM, Doug Hellmann wrote: On Dec 9, 2014, at 6:39 AM, Sean Dague s...@dague.net

Re: [openstack-dev] [Fuel] [Plugins] Further development of plugin metadata format

2014-12-17 Thread Evgeniy L
Vitaly, what do you think about that? On Fri, Dec 12, 2014 at 5:58 PM, Evgeniy L e...@mirantis.com wrote: Hi, I don't agree with many of your statements but, I would like to continue discussion about really important topic i.e. UI flow, my suggestion was to add groups, for plugin in

[openstack-dev] [cinder] Anyone knows whether there is freezing day of spec approval?

2014-12-17 Thread Jay Bryant
Dave, My apologies. We have not yet set a day that we are freezing BP/Spec approval for Cinder. We had a deadline in November for new drivers being proposed but haven't frozen other proposals yet. I mixed things up with Nova's 12/18 cutoff. Not sure when we will be cutting off BPs for

Re: [openstack-dev] oslo.db 1.2.1 release coming to fix stable/juno

2014-12-17 Thread Thomas Goirand
On 12/16/2014 04:21 AM, Doug Hellmann wrote: The issue with stable/juno jobs failing because of the difference in the SQLAlchemy requirements between the older applications and the newer oslo.db is being addressed with a new release of the 1.2.x series. We will then cap the requirements for

[openstack-dev] [QA] Meeting Thursday December 18th at 17:00 UTC

2014-12-17 Thread Matthew Treinish
Hi everyone, Just a quick reminder that the weekly OpenStack QA team IRC meeting will be tomorrow Thursday, December 18th at 17:00 UTC in the #openstack-meeting channel. The agenda for tomorrow's meeting can be found here: https://wiki.openstack.org/wiki/Meetings/QATeamMeeting Anyone is welcome

Re: [openstack-dev] [qa] How to delete a VM which is in ERROR state?

2014-12-17 Thread Belmiro Moreira
Hi Vish, do you have more info about the libvirt deadlocks that you observed? Maybe I'm observing the same on SLC6 where I can't even kill libvirtd process. Belmiro On Tue, Dec 16, 2014 at 12:01 AM, Vishvananda Ishaya vishvana...@gmail.com wrote: I have seen deadlocks in libvirt that could

Re: [openstack-dev] [glance] Option to skip deleting images in use?

2014-12-17 Thread Chris St. Pierre
That's unfortunately too simple. You run into one of two cases: 1. If the job automatically removes the protected attribute when an image is no longer in use, then you lose the ability to use protected on images that are not in use. I.e., there's no way to say, nothing is currently using this

[openstack-dev] [all][stable] fixing SQLAlchemy and oslo.db requirements in stable/juno

2014-12-17 Thread Doug Hellmann
Now that yesterday’s patch to cap the version of oslo.db used in stable/juno 1.1 merged, we have a bunch of updates pending in projects that use oslo.db or SQLAlchemy to fix the in-project requirement specifications [1]. Having the global requirements list updated takes care of our CI

Re: [openstack-dev] [Fuel] [Plugins] Further development of plugin metadata format

2014-12-17 Thread Vitaly Kramskikh
As I said, it is not flexible and restrictive. What if there are some other backends for anything appear? What to do if I want to write a plugin that just adds some extra styles to the UI? Invent a new structures/flags on demand? That's not viable. I still think enableness of plugin is the root

Re: [openstack-dev] oslo.db 1.2.1 release coming to fix stable/juno

2014-12-17 Thread Jeremy Stanley
On 2014-12-17 22:02:26 +0800 (+0800), Thomas Goirand wrote: I'm not sure I get it. Is this related to newer versions of SQLAlchemy? It's related to how Setuptools 8 failed to parse our requirements line for SQLAlchemy because it contained multiple version ranges. That was fixed by converting it

Re: [openstack-dev] [Neutron][Nova][DHCP] Use case of enable_dhcp option when creating a network

2014-12-17 Thread John Kasperski
When enable_dhcp is False, Config drive or metadata service can be used to assign static IP addresses to the deployed VM if the image has cloud_init or something equivalent. On 12/17/2014 2:15 AM, Padmanabhan Krishnan wrote: Hello, I have a question regarding the enable_dhcp option when

Re: [openstack-dev] [cinder driver] A question about Kilo merge point

2014-12-17 Thread Erlon Cruz
Hi, Yes, I think that the changes of being merged after K1 are few. Check this docs with the priority list that the core team are working on: https://etherpad.openstack.org/p/cinder-kilo-priorities Erlon On Tue, Dec 16, 2014 at 9:40 AM, liuxinguo liuxin...@huawei.com wrote: If a cinder

[openstack-dev] [Ironic] Weekly subteam status report

2014-12-17 Thread Jim Rollenhagen
Hi all, Following is the subteam report for Ironic. As usual, this is pulled directly from the Ironic whiteboard[0] and formatted. Testing (adam_g) Bugs (dtantsur) (as of Mon, 8 Dec 17:00 UTC) Open: 108 (+6). 5 new (+1), 26 in progress (+1), 0 critical, 12 high (+2) and 3 incomplete

[openstack-dev] [python-*client] py33 jobs seem to be failing

2014-12-17 Thread Steve Martinelli
Wondering if anyone can shed some light on this, it seems like a few of the clients have been unable to build py33 environments lately:

[openstack-dev] [OSSN 0042] Keystone token scoping provides no security benefit

2014-12-17 Thread Nathan Kinder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Keystone token scoping provides no security benefit - --- ### Summary ### Keystone provides scoped tokens that are constrained to use by a single project. A user may expect that their scoped token can only be used to perform operations for the

[openstack-dev] [nova] Complexity check and v2 API

2014-12-17 Thread Pasquale Porreca
Hello I am working on an API extension that adds a parameter on create server call; to implement the v2 API I added few lines of code to nova/api/openstack/compute/servers.py In particular just adding something like |new_param = None|| ||if self.ext_mgr.is_loaded('os-new-param'):|| ||

Re: [openstack-dev] [Neutron] Looking for feedback: spec for allowing additional IPs to be shared

2014-12-17 Thread Carl Baldwin
On Tue, Dec 16, 2014 at 10:32 AM, Thomas Maddox thomas.mad...@rackspace.com wrote: Hey all, It seems I missed the Kilo proposal deadline for Neutron, unfortunately, but I still wanted to propose this spec for Neutron and get feedback/approval, sooner rather than later, so I can begin working

Re: [openstack-dev] [all] py33 jobs seem to be failing

2014-12-17 Thread James Polley
Tweaking subject as this seems to be broader than just the clients It's been seen on os-apply-config as well; I've marked 1403557 as a dupe 1403510. It's also been reported on stackforge/yaql as well as python-*client There's been some discussion of this in #openstack-infra and it seems dstufft

Re: [openstack-dev] [Neutron][Nova][DHCP] Use case of enable_dhcp option when creating a network

2014-12-17 Thread Padmanabhan Krishnan
Thanks for the response, i saw the other thread in the morning. Will use that thread, if i have further questions. -Paddu From: Pasquale Porreca pasquale.porr...@dektech.com.au Reply-To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Date:

Re: [openstack-dev] [nova] Complexity check and v2 API

2014-12-17 Thread Matthew Gilliard
Hello Pasquale The problem is that you are trying to add a new if/else branch into a method which is already ~250 lines long, and has the highest complexity of any function in the nova codebase. I assume that you didn't contribute much to that complexity, but we've recently added a limit to

Re: [openstack-dev] [nova] Complexity check and v2 API

2014-12-17 Thread Pasquale Porreca
Thank you for the answer. my API proposal won't be merged in kilo release since the deadline for approval is tomorrow, so I may propose the fix to lower the complexity in another way, what do you think about a bug fix? On 12/17/14 18:05, Matthew Gilliard wrote: Hello Pasquale The problem is

[openstack-dev] Topic: Reschedule Router to a different agent with multiple external networks.

2014-12-17 Thread Vasudevan, Swaminathan (PNB Roseville)
Hi Folks, Reschedule router if new external gateway is on other network An L3 agent may be associated with just one external network. If router's new external gateway is on other network then the router needs to be rescheduled to the proper l3 agent This patch was introduced when there was no

Re: [openstack-dev] [glance] Option to skip deleting images in use?

2014-12-17 Thread Nikhil Komawar
That looks like a decent alternative if it works. However, it would be too racy unless we we implement a test-and-set for such properties or there is a different job which queues up these requests and perform sequentially for each tenant. Thanks, -Nikhil From:

Re: [openstack-dev] [Heat] Convergence proof-of-concept showdown

2014-12-17 Thread Gurjar, Unmesh
-Original Message- From: Zane Bitter [mailto:zbit...@redhat.com] Sent: Tuesday, December 16, 2014 9:43 AM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [Heat] Convergence proof-of-concept showdown On 15/12/14 07:47, Murugan, Visnusaran wrote: Hi Zane, We

Re: [openstack-dev] [qa] How to delete a VM which is in ERROR state?

2014-12-17 Thread Vishvananda Ishaya
There have been a few, but we were specifically hitting this one: https://www.redhat.com/archives/libvir-list/2014-March/msg00501.html Vish On Dec 17, 2014, at 7:03 AM, Belmiro Moreira moreira.belmiro.email.li...@gmail.com wrote: Hi Vish, do you have more info about the libvirt deadlocks

Re: [openstack-dev] [glance] Option to skip deleting images in use?

2014-12-17 Thread Chris St. Pierre
I was assuming atomic increment/decrement operations, in which case I'm not sure I see the race conditions. Or is atomism assuming too much? On Wed, Dec 17, 2014 at 11:59 AM, Nikhil Komawar nikhil.koma...@rackspace.com wrote: That looks like a decent alternative if it works. However, it would

Re: [openstack-dev] [nova] Complexity check and v2 API

2014-12-17 Thread Christopher Yeoh
Hi, Given the timing (no spec approved) it sounds like a v2.1 plus microversions (just merging) with no v2 changes at all. The v2.1 framework is more flexible and you should need no changes to servers.py at all as there are hooks for adding extra parameters in separate plugins. There are

Re: [openstack-dev] [python-cinderclient] Return request ID to caller

2014-12-17 Thread Mike Perez
On 05:54 Fri 12 Dec , Malawade, Abhijeet wrote: HI, I want your thoughts on blueprint 'Log Request ID Mappings' for cross projects. BP: https://blueprints.launchpad.net/nova/+spec/log-request-id-mappings It will enable operators to get request id's mappings easily and will be useful

Re: [openstack-dev] [Neutron] Looking for feedback: spec for allowing additional IPs to be shared

2014-12-17 Thread Thomas Maddox
Sounds great. I went ahead and set up a Gerrit review here: https://review.openstack.org/#/c/142566/. Thanks for the feedback and your time! -Thomas On 12/17/14, 10:41 AM, Carl Baldwin c...@ecbaldwin.net wrote: On Tue, Dec 16, 2014 at 10:32 AM, Thomas Maddox thomas.mad...@rackspace.com wrote:

Re: [openstack-dev] [cinder driver] A question about Kilo merge point

2014-12-17 Thread Mike Perez
On 11:40 Tue 16 Dec , liuxinguo wrote: If a cinder driver can not be mergerd into Kilo before Kilo-1, does it means that this driver will has very little chance to be merged into Kilo? And what percentage of drivers will be merged before Kilo-1 according to the whole drivers that will be

[openstack-dev] [qa] Please do not merge neutron test changes until client returns one value is merged

2014-12-17 Thread David Kranz
This https://review.openstack.org/#/c/141152/ gets rid of the useless second return value from neutron client methods according to this spec: https://github.com/openstack/qa-specs/blob/master/specs/clients-return-one-value.rst. Because the client and test changes have to be in the same patch,

Re: [openstack-dev] [all][gerrit] Showing all inline comments from all patch sets

2014-12-17 Thread James Polley
But equally I think finding out why the New Screen still doesn't do what you want is valuable - it's likely other people want something similar to what you want, so this kind of feedback can be used to decide on future features On Wed, Dec 17, 2014 at 8:38 AM, Radoslav Gerganov

Re: [openstack-dev] [glance] Option to skip deleting images in use?

2014-12-17 Thread Nikhil Komawar
Guess that's a implementation detail. Depends on the way you go about using what's available now, I suppose. Thanks, -Nikhil From: Chris St. Pierre [chris.a.st.pie...@gmail.com] Sent: Wednesday, December 17, 2014 2:07 PM To: OpenStack Development Mailing List

Re: [openstack-dev] [python-*client] py33 jobs seem to be failing

2014-12-17 Thread Jeremy Stanley
On 2014-12-17 11:09:59 -0500 (-0500), Steve Martinelli wrote: [...] The stack trace leads me to believe that docutils or sphinx is the culprit, but neither has released a new version in the time the bug has been around, so I'm not sure what the root cause of the problem is. It's an unforeseen

Re: [openstack-dev] [Horizon] [UX] Curvature interactive virtual network design

2014-12-17 Thread Jesse Pretorius
Yes please. :) On Fri, 7 Nov 2014 at 16:19 John Davidge (jodavidg) jodav...@cisco.com wrote: As discussed in the Horizon contributor meet up, here at Cisco we’re interested in upstreaming our work on the Curvature dashboard into Horizon. We think that it can solve a lot of issues around

[openstack-dev] [python-cinderclient] Supported client-side sort keys

2014-12-17 Thread Steven Kaufer
The cinder client supports passing a sort key via the --sort_key argument. The client restricts the sort keys that the user can supply to the following: https://github.com/openstack/python-cinderclient/blob/master/cinderclient/v2/volumes.py#L28-L29 This list of sort keys is not complete. As far

[openstack-dev] [sahara] team meeting Dec 18 1400 UTC

2014-12-17 Thread Sergey Lukjanov
Hi folks, We'll be having the Sahara team meeting in #openstack-meeting-3 channel. Agenda: https://wiki.openstack.org/wiki/Meetings/SaharaAgenda#Next_meetings http://www.timeanddate.com/worldclock/fixedtime.html?msg=Sahara+Meetingiso=20141218T14 NOTE: It's a new alternate time slot. --

Re: [openstack-dev] [hacking] proposed rules drop for 1.0

2014-12-17 Thread Ben Nemec
For anyone who's interested, the final removals are in a series starting here: https://review.openstack.org/#/c/142585/ On 12/09/2014 05:39 AM, Sean Dague wrote: I'd like to propose that for hacking 1.0 we drop 2 groups of rules entirely. 1 - the entire H8* group. This doesn't function on

[openstack-dev] HTTPS for spice console

2014-12-17 Thread Akshik DBK
Are there any recommended approach to configure spice console proxy on a secure [https], could not find proper documentation for the same.can someone point me to the rigt direction ___ OpenStack-dev mailing list

Re: [openstack-dev] [Neutron] fixed ip info shown for port even when dhcp is disabled

2014-12-17 Thread Padmanabhan Krishnan
This means whatever tools the operators are using, it need to make sure the IP address assigned inside the VM matches with Openstack has assigned to the port.Bringing the question that i had in another thread on the same topic: If one wants to use the provider DHCP server and not have

Re: [openstack-dev] [python-cinderclient] Return request ID to caller

2014-12-17 Thread Jamie Lennox
- Original Message - From: Abhijeet Malawade abhijeet.malaw...@nttdata.com To: openstack-dev@lists.openstack.org Sent: Friday, 12 December, 2014 3:54:04 PM Subject: [openstack-dev] [python-cinderclient] Return request ID to caller HI, I want your thoughts on blueprint

[openstack-dev] [Murano] Question about Murano installation

2014-12-17 Thread Serg Melikyan
Hi, Raghavendra Given screenshots that you have send, you are using extremely outdated version of murano-dashboard (and probably outdated version of all other components). That is why you may experience issues with manual http://murano.readthedocs.org/ written for Juno version of Murano. I

[openstack-dev] [trove] confused about trove-guestagent need nova's auth info

2014-12-17 Thread 乔建
When using trove, we need to configure nova’s user information in the configuration file of trove-guestagent, such as l nova_proxy_admin_user l nova_proxy_admin_pass l nova_proxy_admin_tenant_name Is it necessary? In a public cloud environment, It will lead to serious security risks.

Re: [openstack-dev] [Heat] Convergence proof-of-concept showdown

2014-12-17 Thread Zane Bitter
On 17/12/14 13:05, Gurjar, Unmesh wrote: I'm storing a tuple of its name and database ID. The data structure is resource.GraphKey. I was originally using the name for something, but I suspect I could probably drop it now and just store the database ID, but I haven't tried it yet. (Having the

Re: [openstack-dev] [oslo] [taskflow] sprint review day

2014-12-17 Thread Joshua Harlow
Thanks for all those who showed up and helped in the sprint (even those in spirit; due to setuptools issues happening this week)! We knocked out a good number of reviews and hopefully can keep knocking them out as time goes on... Etherpad for those interested:

[openstack-dev] [oslo] oslo.service graduating - Primary Maintainers

2014-12-17 Thread Sachi King
Hi, Oslo service is graduating and is looking for a primary maintainer. The following are the listed maintainers for the submodules that are not orphans. service - Michael Still periodic_task - Michael Still Requestutils - Sandy Walsh systemd - Alan Pevec Would any of you like to take up being

[openstack-dev] [nova] Setting MTU size for tap device

2014-12-17 Thread Ryu Ishimoto
Hi All, I noticed that in linux_net.py, the method to create a tap interface[1] does not let you set the MTU size. In other places, I see calls made to set the MTU of the device [2]. I'm wondering if there is any technical reasons to why we can't also set the MTU size when creating tap

Re: [openstack-dev] [Mistral] ActionProvider

2014-12-17 Thread Renat Akhmerov
Winson, The idea itself makes a lot of sense to me because we’ve had a number of discussions about how we could make action subsystem even more pluggable and flexible. One of the questions that we’d like to solve is to be able to add actions “on the fly” and at the same time stay safe. I think

[openstack-dev] [OSSN 0038] Suds client subject to cache poisoning by local attacker

2014-12-17 Thread Nathan Kinder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Suds client subject to cache poisoning by local attacker - --- ### Summary ### Suds is a Python SOAP client for consuming Web Services. Its default cache implementation stores pickled objects to a predictable path in /tmp. This can be used by a local

[openstack-dev] ask for usage of quota reserve

2014-12-17 Thread Eli Qiao(Li Yong Qiao)
hi all, can anyone tell if we call quotas.reserve() but never call quotas.commit() or quotas.rollback(). what will happen? for example: 1. when doing resize, we call quotas.reserve() to reservea a delta quota.(new_flavor - old_flavor) 2. for some reasons, nova-compute crashed, and not

Re: [openstack-dev] [Mistral] RFC - Action spec CLI

2014-12-17 Thread Renat Akhmerov
Dmitri, Yes, it would be really cool if you could with the documentation. Btw, while doing it you could also think recommendations for others tests that should be added to make sure they provide enough coverage for needed case. Thanks Renat Akhmerov @ Mirantis Inc. On 17 Dec 2014, at

Re: [openstack-dev] [pecan] [WSME] Different content-type in request and response

2014-12-17 Thread Renat Akhmerov
Doug, Sorry for trying to resurrect this thread again. It seems to be pretty important for us. Do you have some comments on that? Or if you need more context please also let us know. Thanks Renat Akhmerov @ Mirantis Inc. On 27 Nov 2014, at 17:43, Renat Akhmerov rakhme...@mirantis.com

Re: [openstack-dev] [Mistral] RFC - Action spec CLI

2014-12-17 Thread Renat Akhmerov
Hi, The problem with existing syntax is it is not defined: there is no docs on inlining complex variables [*], and we haven’t tested it for anything more than the simplest cases: https://github.com/stackforge/mistral/blob/master/mistral/tests/unit/workbook/v2/test_dsl_specs_v2.py#L114