[openstack-dev] [cinder] Ask for review for cinder driver patch

2015-02-27 Thread liuxinguo
Hi Mike, I have fixed the patch as your comments and have committed it at https://review.openstack.org/#/c/152116/. Would you please have a review at it, thanks! Best regards, Liu __ OpenStack Development Mailing List (not

[openstack-dev] [Ironic] Adding vendor drivers in Ironic

2015-02-27 Thread Ramakrishnan G
Hello All, This is about adding vendor drivers in Ironic. In Kilo, we have many vendor drivers getting added in Ironic which is a very good thing. But something I noticed is that, most of these reviews have lots of hardware-specific code in them. This is something most of the other Ironic

Re: [openstack-dev] [Heat] Stepping down from core

2015-02-27 Thread Qiming Teng
On Fri, Feb 27, 2015 at 03:23:13PM -0500, Jeff Peeler wrote: As discussed during the previous Heat meeting, I'm going to be stepping down from core on the Heat project. My day to day focus is going to be more focused on TripleO for the foreseeable future, and I hope to be able to soon focus on

Re: [openstack-dev] [Magnum] Mid-Cycle Meetup Planning

2015-02-27 Thread Weidong Shao
Could you post the detailed agenda for both days? Thanks! On Mon, Jan 26, 2015 at 3:54 PM Adrian Otto adrian.o...@rackspace.com wrote: Team, Thanks for participating in the poll. Due to considerable scheduling conflicts, I am expanding the poll to include the following Monday

[openstack-dev] [openstack-docs] Question about the patch of QoS configuration to commit

2015-02-27 Thread liuxinguo
Recently I have commit a patch in openstack-manuals/doc/config-reference/block-storage/drivers/huawei-storage-driver.xmlhttps://review.openstack.org/#/c/150761/8/doc/config-reference/block-storage/drivers/huawei-storage-driver.xml contains the QoS configuration and the reviewers said that I

Re: [openstack-dev] [all] creating a unified developer reference manual

2015-02-27 Thread Clint Byrum
Excerpts from Ben Nemec's message of 2015-02-27 09:25:37 -0800: On 02/27/2015 03:54 AM, Thierry Carrez wrote: Doug Hellmann wrote: Maybe some of the folks in the meeting who felt more strongly that it should be a separate document can respond with their thoughts? I don't feel very

Re: [openstack-dev] [Congress][Delegation] Initial workflow design

2015-02-27 Thread Huangyong (Oliver)
Hi Ruby, I agree with you on your point below The policy (warning) : when will it be evaluated? This should be done periodically? Then if the table has even one True entry, then the action should be to generate the LP, solve, activate the migrations etc. ð The “LP” cannot be

Re: [openstack-dev] [openstack-docs] Question about the patch of QoS configuration to commit

2015-02-27 Thread Anne Gentle
On Fri, Feb 27, 2015 at 8:12 PM, liuxinguo liuxin...@huawei.com wrote: Recently I have commit a patch in “openstack-manuals/ doc/config-reference/block-storage/drivers/huawei-storage-driver.xml

[openstack-dev] [Devstack] Can't start service nova-novncproxy

2015-02-27 Thread Li, Chen
Hi all, I'm trying to install a fresh all-in-one openstack environment by devstack. After the installation, all services looks well, but I can't open instance console in Horizon. I did a little check, and found service nova-novncproxy was not started ! Anyone has idea why this happened ? Here

Re: [openstack-dev] [nova] Nova compute will delete all your instances if you change its hostname

2015-02-27 Thread Dan Smith
Did we really need another top-level thread for this? 1. _destroy_evacuated_instances() should do a better job of sanity checking before performing such a drastic action. I agree, and no amount of hostname checking will actually address this problem. If we don't have a record of an evacuate

Re: [openstack-dev] [nova] Nova compute will delete all your instances if you change its hostname

2015-02-27 Thread Daniel P. Berrange
On Fri, Feb 27, 2015 at 08:57:53AM -0800, Dan Smith wrote: Note that in the above case the libvirt driver changed the hypervisor identifier despite the fact that the hypervisor had not changed, only its communication endpoint. I'd argue they're one and the same, and that's just fine. We

Re: [openstack-dev] [tempest] UUID Tagging Requirement and Big Bang Patch

2015-02-27 Thread Chris Hoge
This work has landed. New tests will now be gated against existence of an idempotent_id. If you have open submissions to Tempest there’s a good possibility you’ll have to rebase. -Chris On Feb 26, 2015, at 2:30 PM, Chris Hoge chris+openstack...@openstack.org wrote: Update on this: The

Re: [openstack-dev] [nova] Nova compute will delete all your instances if you change its hostname

2015-02-27 Thread Dan Smith
The hostname is a unique identifier, however, it isn't a /stable/ unique identifier because it is determined at the whim of the administrator. Honestly, I think it's as stable as the administrator wants it to be. At the level of automation that any reasonable deployment will be running, I

Re: [openstack-dev] [all] creating a unified developer reference manual

2015-02-27 Thread Ben Nemec
On 02/27/2015 03:54 AM, Thierry Carrez wrote: Doug Hellmann wrote: Maybe some of the folks in the meeting who felt more strongly that it should be a separate document can respond with their thoughts? I don't feel very strongly and could survive this landing in openstack-specs. My objection

[openstack-dev] [nova] Nova compute will delete all your instances if you change its hostname

2015-02-27 Thread Matthew Booth
Gary Kotton originally posted this bug against the VMware driver: https://bugs.launchpad.net/nova/+bug/1419785 I posted a proposed patch to fix this here: https://review.openstack.org/#/c/158269/1 However, Dan Smith pointed out that the bug can actually be triggered against any driver in a

Re: [openstack-dev] [devstack] [Cinder-GlusterFS CI] centos7 gate job abrupt failures

2015-02-27 Thread Deepak Shetty
On Fri, Feb 27, 2015 at 4:02 PM, Deepak Shetty dpkshe...@gmail.com wrote: On Wed, Feb 25, 2015 at 11:48 PM, Deepak Shetty dpkshe...@gmail.com wrote: On Wed, Feb 25, 2015 at 8:42 PM, Deepak Shetty dpkshe...@gmail.com wrote: On Wed, Feb 25, 2015 at 6:34 PM, Jeremy Stanley

Re: [openstack-dev] [Keystone] How to check admin authentication?

2015-02-27 Thread Dolph Mathews
On Fri, Feb 27, 2015 at 8:39 AM, Dmitry Tantsur dtant...@redhat.com wrote: Hi all! This (presumably) pretty basic question tortures me for several months already, so I kindly seek for help here. I'm working on a Flask-based service [1] and I'd like to use Keystone tokens for

Re: [openstack-dev] [nova] Nova compute will delete all your instances if you change its hostname

2015-02-27 Thread Daniel P. Berrange
On Fri, Feb 27, 2015 at 04:24:36PM +, Matthew Booth wrote: Gary Kotton originally posted this bug against the VMware driver: https://bugs.launchpad.net/nova/+bug/1419785 I posted a proposed patch to fix this here: https://review.openstack.org/#/c/158269/1 However, Dan Smith

Re: [openstack-dev] [api][all] - Openstack.error common library

2015-02-27 Thread Eugeniya Kudryashova
Thanks for the replies! Could you elaborate bit what you want to have in the headers and why? Our plan has been so far having the error code in the message payload so that it?s easily available for users and operators. What this library you?re proposing would be actually doing? I’ve already

Re: [openstack-dev] [neutron] OpenFlow security groups (pre-benchmarking plan)

2015-02-27 Thread Miguel Ángel Ajo
Ok, I moved the document here [1], and I will eventually submit another patch with the testing scripts when those are ready. Let’s move the discussion to the review!, Best, Miguel Ángel Ajo [1] https://review.openstack.org/#/c/159840/ On Friday, 27 de February de 2015 at 7:03, Kevin Benton

Re: [openstack-dev] Need help in configuring keystone

2015-02-27 Thread Marco Fargetta
Hi Akshik, the metadata error is in your SP, if the error was on testshib you should not be redirected back after the login. Maybe there is a configuration problem with shibboleth. Try to restart the service and look at shibboleth logs. Check also the metadata of testshib are downloaded correctly

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

2015-02-27 Thread Anne Gentle
Hi Harry, I don't see a cinder mentor listed but you could certainly contact the Project Technical Lead for Cinder, Mike Perez, and see if he knows of a mentor and possible project. Anne On Fri, Feb 27, 2015 at 3:50 AM, harryxiyou harryxi...@gmail.com wrote: Hi all, I cannot find the proper

Re: [openstack-dev] [stable][all] Revisiting the 6 month release cycle [metrics]

2015-02-27 Thread Kyle Mestery
On Fri, Feb 27, 2015 at 4:02 AM, Daniel P. Berrange berra...@redhat.com wrote: On Fri, Feb 27, 2015 at 09:51:34AM +1100, Michael Still wrote: On Fri, Feb 27, 2015 at 9:41 AM, Stefano Maffulli stef...@openstack.org wrote: Does it make sense to purge old stuff regularly so we have a better

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

2015-02-27 Thread Davanum Srinivas
Harry, hop on to #openstack-gsoc and #openstack-cinder as well. -- dims On Fri, Feb 27, 2015 at 9:26 AM, Anne Gentle annegen...@justwriteclick.com wrote: Hi Harry, I don't see a cinder mentor listed but you could certainly contact the Project Technical Lead for Cinder, Mike Perez, and see

Re: [openstack-dev] Need help in configuring keystone

2015-02-27 Thread Akshik DBK
Hi, I did upload the Metadata generated by keystone by accessing https://115.112.68.53:5000/Shibboleth.sso/Metadata have attached the copy of it, and did uploaded it to the http://testshib.org/register.html Regards,Akshik Date: Fri, 27 Feb 2015 14:31:36 +0100 From: marek.de...@cern.ch To:

[openstack-dev] [Keystone] How to check admin authentication?

2015-02-27 Thread Dmitry Tantsur
Hi all! This (presumably) pretty basic question tortures me for several months already, so I kindly seek for help here. I'm working on a Flask-based service [1] and I'd like to use Keystone tokens for authentication. This is an admin-only API, so we need to check for an admin role. We ended

Re: [openstack-dev] [Congress][Delegation] Initial workflow design

2015-02-27 Thread ruby.krishnaswamy
My first suggestion: why don’t we set up call together with Ramki, Yathi, Debo, as soon as possible ? - How to go forward concretely with the 8 steps for the PoC (details within each step), oIncluding nova integration points - Identify “friction points” in the details

[openstack-dev] [sahara] Feedback on default-templates implementation

2015-02-27 Thread Trevor McKay
Hi Sahara folks, please checkout https://review.openstack.org/#/c/159872/ and respond there in comments, or here on the email thread. We have some things to figure out for this new CLI, and I want to make sure that we make sane choices and set a good precedent. Once we have a consensus we

Re: [openstack-dev] [neutron][oslo] plan till end-of-Kilo

2015-02-27 Thread Ihar Hrachyshka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Some update on oslo/neutron patches in Kilo. On 01/20/2015 03:17 PM, Kyle Mestery wrote: On Mon, Jan 19, 2015 at 10:54 AM, Ihar Hrachyshka ihrac...@redhat.com mailto:ihrac...@redhat.com wrote: Hi Kyle/all, (we were going to walk thru that

Re: [openstack-dev] H302 considered harmful

2015-02-27 Thread Felipe Reyes
On Wed, 25 Feb 2015 15:47:46 -0500 Doug Hellmann d...@doughellmann.com wrote: I think the rule originally came from the way mock works. If you import a thing in your module and then a test tries to mock where it came from, your module still uses the version it imported because the name lookup

Re: [openstack-dev] [Congress][Delegation] Initial workflow design

2015-02-27 Thread Yathiraj Udupi (yudupi)
Hi, It will be good to simplify the PoC scenario. In terms of policies and other constraints related to VM Placement, I guess we agree that not all policies/constraints have to originate from the policy framework such as Congress. The existing placement engine logic that is present in the

Re: [openstack-dev] [Congress][Delegation] Initial workflow design

2015-02-27 Thread Ramki Krishnan
@Ramki: VM size, could we say that only the in-memory state is migrated? The VM’s disk resides on a network-attached storage. Disk will not be migrated. That is exactly right Ruby. Thanks, Ramki From: ruby.krishnasw...@orange.com [mailto:ruby.krishnasw...@orange.com] Sent: Thursday, February

Re: [openstack-dev] [stable][all] Revisiting the 6 month release cycle [metrics]

2015-02-27 Thread Stefano Maffulli
On Thu, 2015-02-26 at 16:44 -0800, James E. Blair wrote: It is good to recognize the impact of this, however, I would suggest that if having open changes that are not actively being worked is a problem for statistics, I don't think it's a problem for the statistics per se. The reports are only

[openstack-dev] [Heat] Stepping down from core

2015-02-27 Thread Jeff Peeler
As discussed during the previous Heat meeting, I'm going to be stepping down from core on the Heat project. My day to day focus is going to be more focused on TripleO for the foreseeable future, and I hope to be able to soon focus on reviews there. Being part of Heat core since day 0 has been

Re: [openstack-dev] olso.db 1.5.0 release

2015-02-27 Thread Matt Riedemann
On 2/26/2015 3:22 AM, Victor Sergeyev wrote: Hi folks! The Oslo team is pleased to announce the release of: oslo.db - OpenStack common DB library Changes from the previous release: $ git log --oneline --no-merges 1.4.1..1.5.0 7bfdb6a Make DBAPI class work with mocks correctly 96cabf4

Re: [openstack-dev] H302 considered harmful

2015-02-27 Thread Clay Gerrard
So, Swift doesn't enforce H302 - and our imports are sorta messy frankly - but it doesn't really bother me, and I do rather enjoy the terseness of not having to spell out the module name. It's not really a chore to maintain, if you don't know where a name came from split the window (or drop a

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 dava...@gmail.com wrote: Harry, hop on to #openstack-gsoc and #openstack-cinder as well. -- dims On Fri, Feb 27, 2015 at

[openstack-dev] [Nova][Flavor] Constraint in creating flavor with the same name and different ID

2015-02-27 Thread Abhishek Talwar/HYD/TCS
Hi All, I am writing in reference to a bug ( Bug #1423885) I have been working on, It is regarding the inconsistency shown my nova flavor show command. I have a doubt regarding that why there is a constraint to create two flavors with the same name whereas we can do the same for instances,

[openstack-dev] [cinder][horizon]Proper error handling/propagation to UI

2015-02-27 Thread Eduard Matei
Hi, We've been testing our cinder driver extensively and found a strange behavior in the UI: - when trying to delete a snapshot that has clones (created volume from snapshot) and error is raised in our driver which turns into error_deleting in cinder and the UI; further actions on that snapshot

Re: [openstack-dev] [Keystone] [devstack] About _member_ role

2015-02-27 Thread Pasquale Porreca
As I said in your code review I don't really like an approach that require saving a random generate id in the config file and a keystone restart. I would like you to review my proposal if you don't mind https://review.openstack.org/156527 I think this is a quite important bug in devstack since it

[openstack-dev] [Fuel] Stop distributing IMG artifact and start using hybrid ISO.

2015-02-27 Thread Stanislaw Bogatkin
Hi everyone, we have merged code that will create hybrid ISO. Current 6.1 #147 ISO already can be booted from USB by standard method (just using dd of=/path/to/iso of=/path/to/usb/stick). Creating IMG artifact will be disabled soon, so, please, be aware of it.

Re: [openstack-dev] [stable][all] Revisiting the 6 month release cycle [metrics]

2015-02-27 Thread Sean Dague
On 02/26/2015 05:41 PM, Stefano Maffulli wrote: On Thu, 2015-02-26 at 15:58 -0600, Kevin L. Mitchell wrote: One thing that comes to mind is that there are a lot of reviews that appear to have been abandoned; I just cleared several from the novaclient review queue (or commented on them to see

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

2015-02-27 Thread Jay Bryant
Fyi ... This is something that Mike Perez was thinking about so you can ping thingee on irc if you can't find e0ne. Jay On Feb 27, 2015 3:51 AM, harryxiyou harryxi...@gmail.com wrote: Hi all, I cannot find the proper idea about Openstack Cinder for GSOC 2015 here[1]. Could anyone please

[openstack-dev] [devstack]Failure retrieving TENANT_ID for demo

2015-02-27 Thread Guo, Ruijing
1. Probem description (compute/network node without keystone service is unsuccessfully deployed) I use devstack to deploy mini-cluster. In controller node, keystone service is enabled and in compute/network node, keystone service is not enabled. Controller node is deployed and compute/

[openstack-dev] auto-abandon changesets considered harmful (was Re: [stable][all] Revisiting the 6 month release cycle [metrics])

2015-02-27 Thread Stefano Maffulli
I'm not expressing myself cleary enough. I don't advocate for the removal of anything because I like pretty charts. I'm changing the subject to be even more clear. On Fri, 2015-02-27 at 13:26 -0800, James E. Blair wrote: I am asking you to please independently remove changes that you don't

Re: [openstack-dev] auto-abandon changesets considered harmful (was Re: [stable][all] Revisiting the 6 month release cycle [metrics])

2015-02-27 Thread John Griffith
On Fri, Feb 27, 2015 at 5:40 PM, Stefano Maffulli stef...@openstack.org wrote: I'm not expressing myself cleary enough. I don't advocate for the removal of anything because I like pretty charts. I'm changing the subject to be even more clear. On Fri, 2015-02-27 at 13:26 -0800, James E. Blair

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

2015-02-27 Thread harryxiyou
Hi all, I cannot find the proper idea about Openstack Cinder for GSOC 2015 here[1]. Could anyone please give me some clues? [1] https://wiki.openstack.org/wiki/GSoC2015 Thanks, Harry __ OpenStack Development Mailing List

[openstack-dev] Need help in configuring keystone

2015-02-27 Thread Akshik DBK
Hi I'm new to SAML, trying to integrate keystone with SAML, Im using Ubuntu 12.04 with Icehouse,im following http://docs.openstack.org/developer/k...when im trying to configure keystone with two idp,when i access https://MYSERVER:5000/v3/OS-FEDERATIO...it gets redirected to testshib.org , it

Re: [openstack-dev] [devstack] [Cinder-GlusterFS CI] centos7 gate job abrupt failures

2015-02-27 Thread Deepak Shetty
On Wed, Feb 25, 2015 at 11:48 PM, Deepak Shetty dpkshe...@gmail.com wrote: On Wed, Feb 25, 2015 at 8:42 PM, Deepak Shetty dpkshe...@gmail.com wrote: On Wed, Feb 25, 2015 at 6:34 PM, Jeremy Stanley fu...@yuggoth.org wrote: On 2015-02-25 17:02:34 +0530 (+0530), Deepak Shetty wrote:

Re: [openstack-dev] Need help in configuring keystone

2015-02-27 Thread Marek Denis
Hi Akshik, Did you upload your Metadata file to the testshib server? You are advised to follow steps starting from here: http://testshib.org/register.html For the record, Keystone will act here as a Service Provider, so you need to follow testhib docs/tutorials for setting your SP (Service

Re: [openstack-dev] [all] creating a unified developer reference manual

2015-02-27 Thread Thierry Carrez
Doug Hellmann wrote: Maybe some of the folks in the meeting who felt more strongly that it should be a separate document can respond with their thoughts? I don't feel very strongly and could survive this landing in openstack-specs. My objection was the following: - Specs are for designing the

Re: [openstack-dev] [stable][all] Revisiting the 6 month release cycle [metrics]

2015-02-27 Thread Daniel P. Berrange
On Fri, Feb 27, 2015 at 09:51:34AM +1100, Michael Still wrote: On Fri, Feb 27, 2015 at 9:41 AM, Stefano Maffulli stef...@openstack.org wrote: Does it make sense to purge old stuff regularly so we have a better overview? Or maybe we should chart a distribution of age of proposed

Re: [openstack-dev] [all] creating a unified developer reference manual

2015-02-27 Thread Gorka Eguileor
On Wed, Feb 25, 2015 at 02:54:35PM -0500, Doug Hellmann wrote: That leads to two questions, then: 1. Should we have a unified developer guide for the project? Sounds like a great idea to me, I think we should. 2. Where should it live and how should we manage it? I like Stefano's idea

Re: [openstack-dev] [Fuel] Stop distributing IMG artifact and start using hybrid ISO.

2015-02-27 Thread Mike Scherbakov
Thanks, Stas. Eugene, please ensure that all teams are prepared for it. On Fri, Feb 27, 2015 at 1:48 PM, Stanislaw Bogatkin sbogat...@mirantis.com wrote: Hi everyone, we have merged code that will create hybrid ISO. Current 6.1 #147 ISO already can be booted from USB by standard method (just

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

2015-02-27 Thread Bogdan Dobrelya
On 23.02.2015 15:13, Bogdan Dobrelya wrote: + [Fuel] tag + openstack-operators ML Joe Gordon joe.gordon0 at gmail.com Thu Dec 4 13:26:59 UTC 2014 On Wed, Dec 3, 2014 at 3:31 PM, Mike Scherbakov mscherbakov at mirantis.com wrote: Hi all, enable_new_services in nova.conf seems to

Re: [openstack-dev] [openstack-operators][Rally][HA-testing][multi-scenarios-load-gen] Proposal to change Rally input task format

2015-02-27 Thread Mikhail Dubov
Hi Boris, nice job! I like how this new task format looks like. I have commented your patch with a couple of suggestions to make it even easier to understand. Best regards, Mikhail Dubov Engineering OPS Mirantis, Inc. E-Mail: mdu...@mirantis.com Skype: msdubov On Thu, Feb 26, 2015 at 12:24 AM,

Re: [openstack-dev] [openstack-operators][Rally][HA-testing][multi-scenarios-load-gen] Proposal to change Rally input task format

2015-02-27 Thread Aleksandr Maretskiy
Hi Patch set #3 looks good for me (but I have a proposal about `description' field). Thanks! On Fri, Feb 27, 2015 at 2:02 PM, Mikhail Dubov mdu...@mirantis.com wrote: Hi Boris, nice job! I like how this new task format looks like. I have commented your patch with a couple of suggestions to