Re: [openstack-dev] [tempest] Is there a sandbox project how to use tempest test plugin interface?

2015-09-11 Thread Lajos Katona
Hi Matthew, Thanks for the help, this helped a lot a start the work. regards Lajos On 09/10/2015 04:13 PM, Matthew Treinish wrote: On Thu, Sep 10, 2015 at 02:56:31PM +0200, Lajos Katona wrote: Hi, I just noticed that from tag 6, the test plugin interface considered ready, and I am eager to

[openstack-dev] [puppet][keystone] Choose domain names with 'composite namevar' or 'meaningless name'?

2015-09-11 Thread Gilles Dubreuil
Hi, Today in the #openstack-puppet channel a discussion about the pro and cons of using domain parameter for Keystone V3 has been left opened. The context Domain names are needed in Openstack Keystone V3 for identifying users or groups (of users) within different projects (tenant).

Re: [openstack-dev] [nova] [api] Nova currently handles list with limit=0 quite different for different objects.

2015-09-11 Thread Kevin L. Mitchell
On Fri, 2015-09-11 at 15:41 +0800, Zhenyu Zheng wrote: > Hi, I found out that nova currently handles list with limit=0 quite > different for different objects. > > Especially when list servers: > > According to the code: >

Re: [openstack-dev] [Horizon]Let's take care of our integration tests

2015-09-11 Thread David Lyle
Of course, your question confused me. As you switched to selenium tests. To run integration tests, ./run_tests.sh --integration which is also documented in ./run_tests.sh --help David On Fri, Sep 11, 2015 at 10:25 AM, David Lyle wrote: > Oops! > > ./run_tests.sh

Re: [openstack-dev] [Glance] glance core rotation part 1

2015-09-11 Thread Alex Meade
+1 On Fri, Sep 11, 2015 at 2:33 PM, Ian Cordasco wrote: > > > -Original Message- > From: Nikhil Komawar > Reply: OpenStack Development Mailing List (not for usage questions) < > openstack-dev@lists.openstack.org> > Date: September 11,

Re: [openstack-dev] [Ironic] Suggestion to split install guide

2015-09-11 Thread Devananda van der Veen
I agree that it's far too long right now and should be split up. I would suggest splitting the section on standalone usage into its own guide, since many of the advanced topics can apply to using Ironic with and without other services. So perhaps more like this: - Basic Install Guide with

[openstack-dev] [Nova] Design Summit Topics for Nova

2015-09-11 Thread John Garbutt
Hi, Its time to start thinking about what things you want to get discussed at the Design Summit, this is specifically the Nova developer design summit track. We have about 14 fishbowl sessions. To make it easier to know who submitted what, we are going to try out google forms for the

[openstack-dev] [Heat] Scattered thoughts on the PTL election

2015-09-11 Thread Zane Bitter
The Heat project pioneered the concept of rotating the PTL for every development cycle, and so far all of the early (before 2013) developers who are still involved have served as PTL. I think this has been a *tremendous* success for the project, and a testament to the sheer depth of leadership

Re: [openstack-dev] [Ceilometer][Gnocchi] Gnocchi cannot deal with combined resource-id ?

2015-09-11 Thread Chris Dent
On Fri, 11 Sep 2015, Luo Gangyi wrote: I am using master branch and newest code for testing. For the purpose for learning the structure of gnocchi, I changed the default UUID type of mysql from binary to char, so I can easily link the resource-id(I mean in database), metric id and directory

Re: [openstack-dev] [Horizon]Let's take care of our integration tests

2015-09-11 Thread Rajat Vig
Is there any documentation to run the tests locally? Doing ./run_tests.sh --only-selenium skips a lot of tests. Is that the recommended way? -Rajat On Thu, Sep 10, 2015 at 3:54 PM, David Lyle wrote: > I completely agree about monitoring for integration test failures and >

Re: [openstack-dev] [Horizon]Let's take care of our integrationtests

2015-09-11 Thread Douglas Fish
Also some info available at   https://github.com/openstack/horizon/blob/master/openstack_dashboard/test/integration_tests/README.rst   to point out needed config Doug     - Original message -From: David Lyle To: "OpenStack Development Mailing List (not for usage

[openstack-dev] [Fuel] Nominate Olga Gusarenko for fuel-docs core

2015-09-11 Thread Irina Povolotskaya
Fuelers, I'd like to nominate Olga Gusarenko for the fuel-docs-core. She has been doing great work and made a great contribution into Fuel documentation: http://stackalytics.com/?user_id=ogusarenko=all_type=all=fuel-docs It's high time to grant her core reviewer's rights in fuel-docs. Core

Re: [openstack-dev] [Fuel] Nominate Olga Gusarenko for fuel-docs core

2015-09-11 Thread Dmitry Borodaenko
+1 Great work Olga! On Fri, Sep 11, 2015, 11:09 Irina Povolotskaya wrote: > Fuelers, > > I'd like to nominate Olga Gusarenko for the fuel-docs-core. > > She has been doing great work and made a great contribution > into Fuel documentation: > > >

Re: [openstack-dev] [Horizon]Let's take care of our integration tests

2015-09-11 Thread David Lyle
raj On Fri, Sep 11, 2015 at 10:11 AM, Rajat Vig wrote: > Is there any documentation to run the tests locally? > Doing ./run_tests.sh --only-selenium skips a lot of tests. Is that the > recommended way? > > -Rajat > > On Thu, Sep 10, 2015 at 3:54 PM, David Lyle

[openstack-dev] ?????? [Ceilometer][Gnocchi] Gnocchi cannot deal with combined resource-id ?

2015-09-11 Thread Luo Gangyi
Thanks Julien :) > But I don't think Ceilometer has this metric posted to Gnocchi yet, the > code is a bit young and not finished on the Ceilometer side. If you > check gnocchi_resources.yaml, it's still marked "ignored" for now. I checked it again, no "ignored" is marked, seems the bug

Re: [openstack-dev] [devstack][keystone][ironic] Use only Keystone v3 API in DevStack

2015-09-11 Thread Devananda van der Veen
We (the Ironic team) have talked a couple times about keystone /v3 support and about improving the granularity of policy support within Ironic. No one stepped up to work on these specifically, and they weren't prioritized during Liberty ... but I think everyone agreed that we should get on with

Re: [openstack-dev] [Glance] glance core rotation part 1

2015-09-11 Thread Ian Cordasco
  -Original Message- From: Nikhil Komawar Reply: OpenStack Development Mailing List (not for usage questions) Date: September 11, 2015 at 09:30:23 To: openstack-dev@lists.openstack.org

Re: [openstack-dev] [Horizon]Let's take care of our integration tests

2015-09-11 Thread David Lyle
Oops! ./run_tests.sh --only-selenium only skips the non-selenium tests. It works as intended. ./run_tests.sh --with-selenium will run all tests. Both of which are documented in the help of run_tests.sh David On Fri, Sep 11, 2015 at 10:23 AM, David Lyle wrote: > raj > > On

[openstack-dev] [devstack][keystone][ironic] Use only Keystone v3 API in DevStack

2015-09-11 Thread Davanum Srinivas
Hi, Short story/question: Is keystone /v3 support important to the ironic team? For Mitaka i guess? Long story: The previous discussion - guidance from keystone team on magnum ( http://markmail.org/message/jchf2vj752jdzfet) motivated me to dig into the experimental job we have in devstack for

[openstack-dev] [fuel][swift] Separate roles for Swift nodes

2015-09-11 Thread Daniel Depaoli
Hi all! I'm starting to investigate some improvements for swift installation in fuel, in paticular a way to dedicate a node for it. I found this blueprint https://blueprints.launchpad.net/fuel/+spec/swift-separate-role that seems to be what i'm looking for. The blueprint was accepted but not yet

[openstack-dev] [neutron][tempest] iptables-based security groups / accepting ingress ICMP

2015-09-11 Thread Tikkanen, Viktor (Nokia - FI/Espoo)
Hi! We have a scenario tempest test case (test_cross_tenant_traffic) which assumes that an instance should be able to receive icmp echo responses even when no ingress security rules are defined for that instance. I don't take a stand on iptables-based security group implementation details (this

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

2015-09-11 Thread Vitaly Gridnev
Hello folks! Cinder supports BlockDeviceDriver [1] for a while, but driver cannot be selected as a backend during devstack installation. This driver solves several possible issues with I/O performance, which is really important for Sahara clusters. Also, support of this driver is required for CI

Re: [openstack-dev] [keystone] PTL non-candidacy

2015-09-11 Thread Henry Nash
Gotta add my thanks as well…as I’m sure Dolph will attest, it’s a tough job - and we’ve been lucky to have people who have been prepared to put in the really significant effort that is required to make both the role and the project successful! To infinity and beyond…. Henry > On 11 Sep 2015,

Re: [openstack-dev] [all][Elections] Nominations for OpenStack PTLs (Program Technical Leads) are now open

2015-09-11 Thread Thierry Carrez
Tony Breeds wrote: > Nominations for OpenStack PTLs (Program Technical Leads) are now open and will > remain open until September 17, 05:59 UTC. Programs are called Project Teams (since the Big Tent reform), and we recognize that the PTL leading duties are not just technical, so PTL is now

[openstack-dev] [nova] Nova currently handles list with limit=0 quite different for different objects.

2015-09-11 Thread Zhenyu Zheng
Hi, I found out that nova currently handles list with limit=0 quite different for different objects. Especially when list servers: According to the code: http://git.openstack.org/cgit/openstack/nova/tree/nova/api/openstack/common.py#n206 when limit = 0, it should apply as max_limit, but

Re: [openstack-dev] [Glance] python-glanceclient 1.0.x back compat for v2 proposal.

2015-09-11 Thread Flavio Percoco
On 11/09/15 08:08 +1200, Robert Collins wrote: On 11 September 2015 at 07:48, Nikhil Komawar wrote: Hi all, ... 3. python-glanceclient upgrades need to be done in staged manner and by cross-checking the rel-notes or preferably commit messages if your deployment is

Re: [openstack-dev] [glance] [nova] Verification of glance images before boot

2015-09-11 Thread Flavio Percoco
On 10/09/15 15:36 -0400, Nikhil Komawar wrote: The solution to this problem is to improve the scrubber to clean up the garbage data left behind in the backend store during such failed uploads. Currently, scrubber cleans up images in pending_delete and extending that to images in killed status

[openstack-dev] [Ironic] Suggestion to split install guide

2015-09-11 Thread Dmitry Tantsur
Hi all! Our install guide is huge, and I've just approved even more text for it. WDYT about splitting it into "Basic Install Guide", which will contain bare minimum for running ironic and deploying instances, and "Advanced Install Guide", which will the following things: 1. Using Bare Metal

[openstack-dev] [Ceilometer][Gnocchi] Gnocchi cannot deal with combined resource-id ?

2015-09-11 Thread Luo Gangyi
Hi devs, I am trying Ceilometer with gnocchi. I find that gnocchi cannot deal with combined resource-id such as instance-xx-tapxx or instance--vda. I'm not sure whether it is my configuration problem or just bug. And if such combined resource-id can be processed correctly,

Re: [openstack-dev] [neutron][tempest] iptables-based security groups / accepting ingress ICMP

2015-09-11 Thread Kevin Benton
Neutron security groups are stateful. A response should be able to come back without ingress rules regardless of the use of iptables. On Fri, Sep 11, 2015 at 12:25 AM, Tikkanen, Viktor (Nokia - FI/Espoo) < viktor.tikka...@nokia.com> wrote: > Hi! > > We have a scenario tempest test case

[openstack-dev] [nova] Fine-grained error reporting via the external API

2015-09-11 Thread Matthew Booth
I've recently been writing a tool which uses Nova's external API. This is my first time consuming this API, so it has involved a certain amount of discovery. The tool is here for the curious: https://gist.github.com/mdbooth/163f5fdf47ab45d7addd I have felt hamstrung by the general inability to

Re: [openstack-dev] [CI] [zuul] Can not vote +/-1 verified into gerrit server

2015-09-11 Thread Watanabe, Isao
Hello, Ramy Thank you for your help. Could you do me another favor, please. I need to move our CI from sandbox to cinder later. Do I need to register the CI to anywhere, so that the CI could test new patch set in cinder project, please? Best regards, Watanabe.isao > -Original

Re: [openstack-dev] [Ironic] There is a function to display the VGA emulation screen of BMC in the baremetal node on the Horizon?

2015-09-11 Thread Lucas Alvares Gomes
Hi, > We are investigating how to display on the Horizon a VGA > emulation screen of BMC in the bare metal node that has been > deployed by Ironic. > If it was already implemented, I thought that the connection > information of a VNC or SPICE server (converted if necessary) > for a VGA emulation

[openstack-dev] [neutron][lbaas] Is SSL offload config possible using non "admin" tenant?

2015-09-11 Thread Vijay Venkatachalam
Hi, Has anyone tried configuring SSL Offload as a tenant? During listener creation there is an error thrown saying 'could not locate/find container'. The lbaas plugin is not able to fetch the tenant's certificate. From the code it looks

Re: [openstack-dev] [puppet][keystone] Choose domain names with 'composite namevar' or 'meaningless name'?

2015-09-11 Thread David Chadwick
On 11/09/2015 14:32, Rich Megginson wrote: > On 09/11/2015 04:17 AM, David Chadwick wrote: >> Whichever approach is adopted you need to consider the future and the >> longer term objective of moving to fully hierarchical names. I believe >> the current Keystone approach is only an interim one,

Re: [openstack-dev] [devstack][keystone][ironic] Use only Keystone v3 API in DevStack

2015-09-11 Thread Dolph Mathews
On Fri, Sep 11, 2015 at 2:55 PM, Yee, Guang wrote: > Can you please elaborate on "granularity of policy support within > Ironic."? Is there a blueprint/etherpad we can take a look? > See the lack of granularity expressed by Ironic's current policy file:

[openstack-dev] [UX] Creating acount at Invision

2015-09-11 Thread Hossein Zabolzadeh
Hi, I want to have an account at Invision. Thanks to someone with right priviledge to create a new account for me there. I sent a request to Horizon IRC channel, but it yields no result. __ OpenStack Development Mailing List

Re: [openstack-dev] [puppet][keystone] Choose domain names with 'composite namevar' or 'meaningless name'?

2015-09-11 Thread Rich Megginson
On 09/11/2015 01:03 AM, Gilles Dubreuil wrote: Hi, Today in the #openstack-puppet channel a discussion about the pro and cons of using domain parameter for Keystone V3 has been left opened. The context Domain names are needed in Openstack Keystone V3 for identifying users or

Re: [openstack-dev] [devstack][keystone][ironic] Use only Keystone v3 API in DevStack

2015-09-11 Thread Yee, Guang
Can you please elaborate on "granularity of policy support within Ironic."? Is there a blueprint/etherpad we can take a look? Guang -Original Message- From: Devananda van der Veen [mailto:devananda@gmail.com] Sent: Friday, September 11, 2015 10:25 AM To: OpenStack Development

[openstack-dev] [app-catalog] PTL Candidacy

2015-09-11 Thread Christopher Aedo
It's time for the Community App Catalog to go through an official election cycle, and I'm putting my name in for PTL. I've been filling that role provisionally since before the App Catalog was launched at the Vancouver summit, and I would like to continue service as PTL officially. Now that

[openstack-dev] [all][TC] 'team:danger-not-diverse tag' and my concerns

2015-09-11 Thread Joshua Harlow
Hi all, I was reading over the TC IRC logs for this week (my weekly reading) and I just wanted to let my thoughts and comments be known on: http://eavesdrop.openstack.org/meetings/tc/2015/tc.2015-09-08-20.01.log.html#l-309 I feel it's very important to send a positive note for new/upcoming

Re: [openstack-dev] [Neutron] Allow for per-subnet dhcp options

2015-09-11 Thread Kyle Mestery
On Fri, Sep 11, 2015 at 2:04 PM, Jonathan Proulx wrote: > I'm hurt that this blue print has seen no love in 18 months: > https://blueprints.launchpad.net/neutron/+spec/dhcp-options-per-subnet > > This BP has no RFE bug or spec filed for it, so it's hard to be on anyone's

Re: [openstack-dev] [keystone] PTL non-candidacy

2015-09-11 Thread Yee, Guang
Morgan, thanks for all your hard work. It’s been an honor to have you as our PTL. "All the world's a stage,” Now set back, relax, grab a drink, and enjoy the show. ☺ Guang From: Morgan Fainberg [mailto:morgan.fainb...@gmail.com] Sent: Thursday, September 10, 2015 2:41 PM To: OpenStack

[openstack-dev] [cinder] Design Summit Topics

2015-09-11 Thread Mike Perez
Propose your topics: https://etherpad.openstack.org/p/cinder-mitaka-summit-topics Next Cinder meeting, we'll discuss them: https://wiki.openstack.org/wiki/CinderMeetings -- Mike Perez __ OpenStack Development Mailing List

Re: [openstack-dev] [devstack][keystone][ironic] Use only Keystone v3 API in DevStack

2015-09-11 Thread Devananda van der Veen
This has been informal discussions at various times around how differently privileged users might use Ironic for different things. It would be great if our API supported policy settings that corresponded to, let's say, a junior support engineer's read-only access, or a DC technician's need to

[openstack-dev] [Neutron] Allow for per-subnet dhcp options

2015-09-11 Thread Jonathan Proulx
I'm hurt that this blue print has seen no love in 18 months: https://blueprints.launchpad.net/neutron/+spec/dhcp-options-per-subnet I need different MTUs and different domians on different subnets. It appears there is still no way to do this other than running a network node (or two if I want

[openstack-dev] [nova] How to get notification for new compute node?

2015-09-11 Thread Sarbajit Chatterjee
Hi, I wanted to know how I can get a notification event for compute node addition in OpenStack. I can see a new hypervisor entry gets added after every compute node is added but, can't find the exchange where I can get this notification (I can get notifications for VM creation, deletion etc.). I

Re: [openstack-dev] [all][TC] 'team:danger-not-diverse tag' and my concerns

2015-09-11 Thread Shamail Tahir
On Fri, Sep 11, 2015 at 3:26 PM, Joshua Harlow wrote: > Hi all, > > I was reading over the TC IRC logs for this week (my weekly reading) and I > just wanted to let my thoughts and comments be known on: > > >

Re: [openstack-dev] [all][TC] 'team:danger-not-diverse tag' and my concerns

2015-09-11 Thread Vipul Sabhaya
Thanks for starting this thread Josh. On Fri, Sep 11, 2015 at 12:26 PM, Joshua Harlow wrote: > Hi all, > > I was reading over the TC IRC logs for this week (my weekly reading) and I > just wanted to let my thoughts and comments be known on: > > >

Re: [openstack-dev] [Fuel] Install fuel-libraryX.Y as a package on slave nodes

2015-09-11 Thread Andrey Danin
I support this proposal but I just wanted to mention that we'll lose an easy way to develop manifests. I agree that manifests in this case have no difference with Neutron code, for instance. But anyway I +1 this, especially with Vova Kuklin's additions. On Thu, Sep 10, 2015 at 12:25 PM, Vladimir

[openstack-dev] [keystone][ptl] PTL Candidacy

2015-09-11 Thread Steve Martinelli
Hey everyone, After contributing consistently to Keystone since the Grizzly release, I'd like to run for the Keystone PTL position for the Mikata release cycle. I've been a core contributor to Keystone since Icehouse and have largely been focused on improving Keystone’s ability to integrate

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

2015-09-11 Thread Paul Michali
You've done (are doing) a great job as PTL Kyle! Many thanks for all your hard work in leaving the camp-site in better shape than when you got there :) On Fri, Sep 11, 2015 at 6:12 PM Eichberger, German < german.eichber...@hpe.com> wrote: > I am with Kevin — we will just write you into the

Re: [openstack-dev] [all][TC] 'team:danger-not-diverse tag' and my concerns

2015-09-11 Thread Jim Meyer
On Sep 11, 2015, at 12:45 PM, Shamail Tahir wrote: > On Fri, Sep 11, 2015 at 3:26 PM, Joshua Harlow > wrote: > Hi all, > > I was reading over the TC IRC logs for this week (my weekly reading) and I > just wanted to let

Re: [openstack-dev] [all][TC] 'team:danger-not-diverse tag' and my concerns

2015-09-11 Thread gord chung
On 11/09/2015 3:26 PM, Joshua Harlow wrote: Hi all, I was reading over the TC IRC logs for this week (my weekly reading) and I just wanted to let my thoughts and comments be known on: http://eavesdrop.openstack.org/meetings/tc/2015/tc.2015-09-08-20.01.log.html#l-309 I feel it's very

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

2015-09-11 Thread Kevin Benton
This has the works "PTL" and "Candidacy" in the subject. I think that's enough to make it on the ballot! On Fri, Sep 11, 2015 at 2:12 PM, Kyle Mestery wrote: > I'm writing to let everyone know that I do not plan to run for Neutron PTL > for a fourth cycle. Being a PTL is a

Re: [openstack-dev] [UX] Creating acount at Invision

2015-09-11 Thread David Lyle
Invite sent. On Fri, Sep 11, 2015 at 2:25 PM, Hossein Zabolzadeh wrote: > Hi, > I want to have an account at Invision. > Thanks to someone with right priviledge to create a new account for me > there. > I sent a request to Horizon IRC channel, but it yields no result. > >

[openstack-dev] [puppet] PTL Candidacy

2015-09-11 Thread Emilien Macchi
( Also posted on https://review.openstack.org/222767 ) Moving Puppet OpenStack modules under the big tent was an amazing opportunity for us to make sure our project remains Open [1]. Liberty was our first cycle where we were part of OpenStack and we can be proud of what we achieved together [2].

[openstack-dev] [Keystone] PTL Candidacy: Adam Young

2015-09-11 Thread Adam Young
My name is Adam Young and I am running for Keystone Project Technical Lead. Why I am running: I've been part of this project since it was in incubation. During that time, I've received the benefit of several dedicated PTLs. It is time for me to offer to do the hard work necessary to make

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

2015-09-11 Thread Eichberger, German
I am with Kevin — we will just write you into the ballot! Kyle, you rock! Thanks for all the support and help — and hit me up if you are short on gin :-) German From: Kevin Benton > Reply-To: "OpenStack Development Mailing List (not for usage

[openstack-dev] [neutron] PTL Non-Candidacy

2015-09-11 Thread Kyle Mestery
I'm writing to let everyone know that I do not plan to run for Neutron PTL for a fourth cycle. Being a PTL is a rewarding but difficult job, as Morgan recently put it in his non-candidacy email [1]. But it goes further than that for me. As Flavio put it in his post about "Being a PTL" [2], it's a

Re: [openstack-dev] [keystone] PTL non-candidacy

2015-09-11 Thread Rodrigo Duarte
Thanks Morgan, it was a pleasure to have you contributing as PTL while working with Keystone. On Fri, Sep 11, 2015 at 4:52 PM, Yee, Guang wrote: > Morgan, thanks for all your hard work. It’s been an honor to have you as > our PTL. > > > > "All the world's a stage,” > > > >

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

2015-09-11 Thread Brandon Logan
Kyle, This news saddens me, but I completely understand. You've been a great PTL and I appreciate everything you have done for Neutron. Enjoy your new found free time after this. Thanks, Brandon On Fri, 2015-09-11 at 16:12 -0500, Kyle Mestery wrote: > I'm writing to let everyone know that I do

Re: [openstack-dev] [gate] broken by pyeclib 1.0.9 release

2015-09-11 Thread Sean Dague
On 09/10/2015 03:45 PM, Robert Collins wrote: > On 11 September 2015 at 07:23, Robert Collins > wrote: >> Note that master is pinned: >> >> commit aca1a74909d7a2841cd9805b7f57c867a1f74b73 >> Author: Tushar Gohad >> Date: Tue Aug 18 07:55:18

Re: [openstack-dev] [nova] Fine-grained error reporting via the external API

2015-09-11 Thread Matthew Booth
On 11/09/15 12:19, Sean Dague wrote: > On 09/11/2015 05:41 AM, Matthew Booth wrote: >> I've recently been writing a tool which uses Nova's external API. This >> is my first time consuming this API, so it has involved a certain amount >> of discovery. The tool is here for the curious: >> >>

Re: [openstack-dev] [keystone] creating new users with invalid mail addresses possible

2015-09-11 Thread Lance Bragstad
On Fri, Sep 11, 2015 at 8:04 AM, David Stanek wrote: > On Fri, Sep 11, 2015 at 8:26 AM, Christian Berendt > wrote: > >> At the moment it is possible to create new users with invalid mail >> addresses. I pasted the output of my test at >>

Re: [openstack-dev] [puppet][keystone] Choose domain names with 'composite namevar' or 'meaningless name'?

2015-09-11 Thread Rich Megginson
On 09/11/2015 04:17 AM, David Chadwick wrote: Whichever approach is adopted you need to consider the future and the longer term objective of moving to fully hierarchical names. I believe the current Keystone approach is only an interim one, as it only supports partial hierarchies. Fully

Re: [openstack-dev] [keystone] PTL non-candidacy

2015-09-11 Thread David Stanek
On Thu, Sep 10, 2015 at 5:40 PM, Morgan Fainberg wrote: > While I will be changing my focus to spend more time on the general needs > of OpenStack and working on the Public Cloud story, I am confident in those > who can, and will, step up to the challenges of leading

Re: [openstack-dev] [Ironic] Suggestion to split install guide

2015-09-11 Thread Jim Rollenhagen
On Fri, Sep 11, 2015 at 10:56:07AM +0200, Dmitry Tantsur wrote: > Hi all! > > Our install guide is huge, and I've just approved even more text for it. > WDYT about splitting it into "Basic Install Guide", which will contain bare > minimum for running ironic and deploying instances, and "Advanced

Re: [openstack-dev] [puppet][keystone] Choose domain names with 'composite namevar' or 'meaningless name'?

2015-09-11 Thread David Chadwick
Whichever approach is adopted you need to consider the future and the longer term objective of moving to fully hierarchical names. I believe the current Keystone approach is only an interim one, as it only supports partial hierarchies. Fully hierarchical names has been discussed in the Keystone

[openstack-dev] [ceilometer] using entry_points for configuration considered harmful

2015-09-11 Thread Chris Dent
Several weeks ago I made a little tool call pollman[1] that demonstrates pollsters plugins that are outside the ceilometer python namespace. I was going to use it in my portion of a summit talk to show just how incredibly easy it is to create custom pollsters. After getting the basics working

Re: [openstack-dev] [Ceilometer][Gnocchi] Gnocchi cannot deal with combined resource-id ?

2015-09-11 Thread Julien Danjou
On Fri, Sep 11 2015, Julien Danjou wrote: > Which version are you testing? The master branch has no support for s/no/now/ -- Julien Danjou -- Free Software hacker -- http://julien.danjou.info signature.asc Description: PGP signature

Re: [openstack-dev] [puppet][keystone] Choose domain names with 'composite namevar' or 'meaningless name'?

2015-09-11 Thread Gilles Dubreuil
On 11/09/15 20:17, David Chadwick wrote: > Whichever approach is adopted you need to consider the future and the > longer term objective of moving to fully hierarchical names. I believe > the current Keystone approach is only an interim one, as it only > supports partial hierarchies. Fully

Re: [openstack-dev] [CI] [zuul] Can not vote +/-1 verified into gerrit server

2015-09-11 Thread Asselin, Ramy
Follow these instructions to get permission from cinder: [1] Ramy [1] http://docs.openstack.org/infra/system-config/third_party.html#permissions-on-your-third-party-system -Original Message- From: Watanabe, Isao [mailto:watanabe_i...@jp.fujitsu.com] Sent: Friday, September 11, 2015

Re: [openstack-dev] [keystone] PTL non-candidacy

2015-09-11 Thread David Chadwick
Hi Morgan I think you have been an excellent PTL, and I wish you all the best in your future roles with OpenStack regards David On 10/09/2015 22:40, Morgan Fainberg wrote: > As I outlined (briefly) in my recent announcement of changes ( >

Re: [openstack-dev] [glance] [nova] Verification of glance images before boot

2015-09-11 Thread Nikhil Komawar
You are right in the sense that's the ideal scenario. (Impl-wise) However, even today we do not guarantee that behavior. If someone were to propose a new driver or a change driver capability or any thing of such order, images in status killed won't be guaranteed to have removed the garbage data.

[openstack-dev] [nova] changes in our tempest/devstack scenarios

2015-09-11 Thread Sean Dague
This is mostly an FYI for folks about how the test jobs have changed a bit going into the Liberty release because people might not have kept on top of it. On a Liberty devstack the service catalogue now looks as follows: compute => /v2.1/ compute_legacy => /v2 This means that all dsvm jobs are

Re: [openstack-dev] [Ceilometer][Gnocchi] Gnocchi cannot deal with combined resource-id ?

2015-09-11 Thread Julien Danjou
On Fri, Sep 11 2015, Luo Gangyi wrote: Hi Luo, > I find that gnocchi cannot deal with combined resource-id such as > instance-xx-tapxx or instance--vda. I'm not sure whether it is my > configuration problem or just bug. Which version are you testing? The master branch has no support

Re: [openstack-dev] [nova] Fine-grained error reporting via the external API

2015-09-11 Thread Sean Dague
On 09/11/2015 05:41 AM, Matthew Booth wrote: > I've recently been writing a tool which uses Nova's external API. This > is my first time consuming this API, so it has involved a certain amount > of discovery. The tool is here for the curious: > >

Re: [openstack-dev] [nova] Fine-grained error reporting via the external API

2015-09-11 Thread Feodor Tersin
> From: mbo...@redhat.com > To: openstack-dev@lists.openstack.org > Date: Fri, 11 Sep 2015 10:41:47 +0100 > Subject: [openstack-dev] [nova] Fine-grained error reporting via the > external API > > However, all I have is that I made a BadRequest. I could potentially > grep the human readable

Re: [openstack-dev] [murano] [dashboard] Remove the owner filter from "Package Definitions" page

2015-09-11 Thread Kirill Zaitsev
I believe, that pagination is not broken there, since it works the same way pagination works on glance images page in horizon (the place the filter comes from) Nevertheless +1 from me on the idea of replacing the filter with text-based filter, that would search by name. AFAIK it should be able

[openstack-dev] [zaqar][all] PTL No-Candidacy

2015-09-11 Thread Flavio Percoco
Greetings, I'm sending this email to announce that I wont be running for Zaqar's PTL position this cycle. I've been Zaqar's PTL for two cycles and I believe it is time for me to move on. More importantly, I believe it's time for this great, still small, project to be led by someone else. The

[openstack-dev] [horizon] Patterns for Angular Panels

2015-09-11 Thread Tripp, Travis S
"A pattern, apart from the term's use to mean Template is a discernible regularity in the world or in a manmade design. As such, the elements of a pattern repeat in a predictable manner." -https://en.wikipedia.org/wiki/Pattern Hello horizon-eers, We have made some progress towards angular

Re: [openstack-dev] Gerrit downtime on Friday 2015-09-11 at 23:00 UTC

2015-09-11 Thread James E. Blair
cor...@inaugust.com (James E. Blair) writes: > On Friday, September 11 at 23:00 UTC Gerrit will be unavailable for > about 30 minutes while we rename some projects. > > Existing reviews, project watches, etc, should all be carried > over. This has been completed without incident. > Currently,

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

2015-09-11 Thread Ichihara Hirofumi
I'm stunned by the news. Neutron team doesn't lose great PTL but I know your hard work. Your devotion made Neutron grow more. Enjoy your new found free time Hirofumi 2015-09-12 6:12 GMT+09:00 Kyle Mestery : > I'm writing to let everyone know that I do not plan to run for

[openstack-dev] [Ironic] PTL Candidacy

2015-09-11 Thread Jim Rollenhagen
Hi friends, I'd like to throw in my hats (yes, all of them, I'll get to that shortly) for the Ironic PTL election. In case you don't immediately recognize me, I'm 'jroll' on IRC, where you can always find me. I've been working on the Ironic project for a year and a half now, as one of an

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

2015-09-11 Thread Vikram Choudhary
I was little upset hearing this. You are a true leader Kyle. Nice working with you. On Sep 12, 2015 5:33 AM, "Assaf Muller" wrote: > Kyle, you've really done a fantastic job during your time. The community > is now much more welcoming, and I think that working on Neutron is

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

2015-09-11 Thread Sukhdev Kapur
Hi Kyle, You have done wonders for the Neutron project. I hate to see you go, but, fully understand your posiiton. We will miss you. Best of luck -Sukhdev On Fri, Sep 11, 2015 at 2:12 PM, Kyle Mestery wrote: > I'm writing to let everyone know that I do not plan to run

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

2015-09-11 Thread Assaf Muller
Kyle, you've really done a fantastic job during your time. The community is now much more welcoming, and I think that working on Neutron is now much easier. We've grown to be a very positive and constructive community and that's not always been the case. I distinctly remember many conversations

Re: [openstack-dev] [all][TC] 'team:danger-not-diverse tag' and my concerns

2015-09-11 Thread Joe Gordon
On Fri, Sep 11, 2015 at 2:30 PM, Jim Meyer wrote: > On Sep 11, 2015, at 12:45 PM, Shamail Tahir wrote: > > On Fri, Sep 11, 2015 at 3:26 PM, Joshua Harlow > wrote: > >> Hi all, >> >> I was reading over the TC IRC logs for this week

Re: [openstack-dev] [Keystone] PTL Candidacy: Adam Young

2015-09-11 Thread Shinobu Kinjo
I'm not sure if I should reply to you or not since I am not developer of this project but another. But I would like to let you know what I am really really thinking how the Keystone should work is: Just HUB I know that this description would be confusing you and developers subscribing

Re: [openstack-dev] [ceilometer] using entry_points for configuration considered harmful

2015-09-11 Thread Doug Hellmann
Excerpts from Chris Dent's message of 2015-09-11 11:31:07 +0100: > > Several weeks ago I made a little tool call pollman[1] that demonstrates > pollsters plugins that are outside the ceilometer python namespace. I > was going to use it in my portion of a summit talk to show just how > incredibly

[openstack-dev] [keystone] creating new users with invalid mail addresses possible

2015-09-11 Thread Christian Berendt
At the moment it is possible to create new users with invalid mail addresses. I pasted the output of my test at http://paste.openstack.org/show/456642/. (the listing of invalid mail addresses is available at

Re: [openstack-dev] [ceilometerclient] Updating global-requirements caps.

2015-09-11 Thread gord chung
On 10/09/2015 7:26 PM, Tony Breeds wrote: Hi all, In trying to fix a few stable/juno issues we need to release a new version of ceilometerclient for stable/juno. This email is to try and raise awareness so that if the proposal is bonkers [1] we can come up with something better. This

Re: [openstack-dev] [keystone] creating new users with invalid mail addresses possible

2015-09-11 Thread David Stanek
On Fri, Sep 11, 2015 at 8:26 AM, Christian Berendt wrote: > At the moment it is possible to create new users with invalid mail > addresses. I pasted the output of my test at > http://paste.openstack.org/show/456642/. (the listing of invalid mail > addresses is available at

Re: [openstack-dev] [fuel][swift] Separate roles for Swift nodes

2015-09-11 Thread Alex Schultz
Hey Daniel, So as part of the 7.0 work we added support in plugins to be able to create roles and being able to separate roles from the existing system. I think swift would be a good candidate for this. I know we also added in some support for an external swift configuration that will be helpful

Re: [openstack-dev] [Ironic] Suggestion to split install guide

2015-09-11 Thread Bruno Cornec
Hello, Dmitry Tantsur said on Fri, Sep 11, 2015 at 10:56:07AM +0200: Our install guide is huge, and I've just approved even more text for it. WDYT about splitting it into "Basic Install Guide", which will contain bare minimum for running ironic and deploying instances, and "Advanced Install

Re: [openstack-dev] [Glance] glance core rotation part 1

2015-09-11 Thread Flavio Percoco
On 11/09/15 10:23 -0400, Nikhil Komawar wrote: Hi, I would like to propose the following removals from glance-core based on the simple criterion of inactivity/limited activity for a long period (2 cycles or more) of time: Alex Meade Arnaud Legendre Mark Washenberger Iccha Sethi Zhi Yan Liu

Re: [openstack-dev] [glance] [nova] Verification of glance images before boot

2015-09-11 Thread Flavio Percoco
On 11/09/15 07:58 -0400, Nikhil Komawar wrote: You are right in the sense that's the ideal scenario. (Impl-wise) However, even today we do not guarantee that behavior. If someone were to propose a new driver or a change driver capability or any thing of such order, images in status killed won't

Re: [openstack-dev] [puppet][keystone] Choose domain names with 'composite namevar' or 'meaningless name'?

2015-09-11 Thread Morgan Fainberg
On Fri, Sep 11, 2015 at 4:25 AM, Gilles Dubreuil wrote: > > > On 11/09/15 20:17, David Chadwick wrote: > > Whichever approach is adopted you need to consider the future and the > > longer term objective of moving to fully hierarchical names. I believe > > the current Keystone

[openstack-dev] [Glance] PTL Candidacy

2015-09-11 Thread Flavio Percoco
Greetings, I'd like to raise my hand and send my candidacy for Glance's PTL position. If you've heard my name, it's entirely possible that you hear it either for my Zaqar's PTL position or my current TC position. Before I go forward with my candidacy, allow me to say that I won't be running for

  1   2   >