Re: [openstack-dev] [neutron][lbaas] Pool member status 'ACTIVE' even on health check failure

2015-01-19 Thread Brandon Logan
Hi Varun, Could you tell me which driver you are using? If you're running the HaproxyOnHostPluginDriver then that should do a check every 6 seconds for members being down. However, other drivers may not do this. It's up to the driver. As for providing health monitor stats, those currently are

Re: [openstack-dev] [api] Optional Properties in an Entity

2015-01-19 Thread Dean Troyer
On Mon, Jan 19, 2015 at 3:54 PM, Kevin L. Mitchell kevin.mitch...@rackspace.com wrote: When we look at consistency, we look at everything else in OpenStack. From the standpoint of the nova API (with which I am the most familiar), I am not aware of any property that is ever omitted from any

Re: [openstack-dev] [neutron] Changes to the core team

2015-01-19 Thread Aaron Rosen
+1 On Fri, Jan 16, 2015 at 12:03 PM, Carl Baldwin c...@ecbaldwin.net wrote: +1 On Thu, Jan 15, 2015 at 3:31 PM, Kyle Mestery mest...@mestery.com wrote: The last time we looked at core reviewer stats was in December [1]. In looking at the current stats, I'm going to propose some changes to

[openstack-dev] [Heat] Final steps toward a Convergence design

2015-01-19 Thread Zane Bitter
Hi folks, I'd like to come to agreement on the last major questions of the convergence design. I well aware that I am the current bottleneck as I have been struggling to find enough time to make progress on it, but I think we are now actually very close. I believe the last remaining issue to

Re: [openstack-dev] what code in cinder volume driver supports volume migration between two backends of same type but having different volume types?

2015-01-19 Thread Mike Perez
On 00:31 Tue 20 Jan , Nikesh Kumar Mahalka wrote: do cinder retype (v2) works for lvm? How to use cinder retype? In the future, please have your subject prefixed with [cinder]. I tried for volume migration from one volume-type LVM backend to another volume-type LVM backend.But its

[openstack-dev] [neutron][lbaas] Pool member status 'ACTIVE' even on health check failure

2015-01-19 Thread Varun Lodaya
Hi All, I am trying to get LBaaS running on stable Juno. I can get all the LBaaS components correctly installed and working as expected. But I am facing some issues with the health-monitor. I am not quite sure if it’s working as expected. I have 2 ubuntu servers as members of http-pool and I

Re: [openstack-dev] Vancouver Design Summit format changes

2015-01-19 Thread Lana Brindley
I think that how Docs handles these changes depends largely on whether or not we're given a track. I'm aware that we didn't get one in Paris, and as a consequence a lot of my team felt it was difficult to get any real work done. Like Sean, I appreciate that it's a difficult decision, but am

[openstack-dev] [stable] Stable check of openstack/nova failed - EnvironmentError: mysql_config not found

2015-01-19 Thread Alan Pevec
- periodic-nova-docs-icehouse http://logs.openstack.org/periodic-stableperiodic-nova-docs-icehouse/a3d88ed/ : FAILURE in 1m 15s Same symptom as https://bugs.launchpad.net/openstack-ci/+bug/1336161 which is marked as Fix released, could infra team check if all images are alright? This showed

Re: [openstack-dev] [Fuel] [nailgun] [UI] network_check_status fleild for environments

2015-01-19 Thread Alexander Kislitsky
Guys, definitely we shouldn't delete tasks. +1 for warning. On Fri, Jan 16, 2015 at 3:58 PM, Evgeniy L e...@mirantis.com wrote: Hi, 1) +1 for warning 2) I don't think that we should delete tasks, it's a history which can be useful, for example for stats feature, also it's useful for

Re: [openstack-dev] [horizon] static files handling, bower/

2015-01-19 Thread Radomir Dopieralski
On 16/01/15 18:55, Matthew Farina wrote: Doug, there still is one open question. Distributing JavaScript libraries via system packages is unusual. Because of that, most of the JavaScript libraries used by horizon don't have existing packages. Who will create and maintain the packages for these

Re: [openstack-dev] [neutron] Changes to the core team

2015-01-19 Thread Joshua Zhang
+1 On Tue, Jan 20, 2015 at 12:59 PM, Aaron Rosen aaronoro...@gmail.com wrote: +1 On Fri, Jan 16, 2015 at 12:03 PM, Carl Baldwin c...@ecbaldwin.net wrote: +1 On Thu, Jan 15, 2015 at 3:31 PM, Kyle Mestery mest...@mestery.com wrote: The last time we looked at core reviewer stats was in

[openstack-dev] [gantt] Scheduler sub-group meeting agenda 1/70

2015-01-19 Thread Dugger, Donald D
Meeting on #openstack-meeting at 1500 UTC (8:00AM MST) 1) Remove direct nova DB/API access by Scheduler Filters - https://review.opernstack.org/138444/ 2) Status on cleanup work - https://wiki.openstack.org/wiki/Gantt/kilo 3) Topics for mid-cycle meetup Note, I expect we'll

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

2015-01-19 Thread Deepak Shetty
Just so that people following this thread know about the final decision, Per https://wiki.openstack.org/wiki/Cinder/tested-3rdParty-drivers#Deadlines the deadline for CI is extended to Mar. 3, 2015 for all volume drivers. snip Deadlines All volume drivers

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

2015-01-19 Thread Deepak Shetty
Yuck ! its Mar. 19, 2015 (bad copy paste before) On Tue, Jan 20, 2015 at 12:16 PM, Deepak Shetty dpkshe...@gmail.com wrote: Just so that people following this thread know about the final decision, Per https://wiki.openstack.org/wiki/Cinder/tested-3rdParty-drivers#Deadlines the deadline for

Re: [openstack-dev] [neutron][lbaas] Pool member status 'ACTIVE' even on health check failure

2015-01-19 Thread Varun Lodaya
Hey Brandon, Thanks for the response. My bad. Seems there is a small bug in horizon. The moment you configure a health monitor, it shows up in the pool. I thought it automatically got associated. But when I checked via CLI, it was not. After associating it via CLI (not able to associate it via

Re: [openstack-dev] Notification Schemas ...

2015-01-19 Thread Eddie Sheffield
Thanks for the comments Jay. Haven't acted on the comments yet, but I've just pushed an update with some simple validation capability. Fairly quick and dirty stuff, just wrapping the schema validation capability of python-jsonschema. You need jsonschema in your python env to run it. Eddie

Re: [openstack-dev] [api] Optional Properties in an Entity

2015-01-19 Thread Kevin L. Mitchell
On Mon, 2015-01-19 at 19:55 +, Douglas Mendizabal wrote: I’m curious about something that came up during a bug discussion in one of the Barbican weekly meetings. The question is about optional properties in an entity. e.g. We have a Secret entity that has some properties that are

Re: [openstack-dev] [Fuel] [Scale] [UI] Improvements to handle 200+ nodes

2015-01-19 Thread Andrey Danin
Definitely, it should be a form-based filter. It's much more simpler than a pure query. Also, you can translate a user selection to a query and add to a location string (like it's done now for the Logs tab [1], for instance). It would allow a user to use a full power of queries. [1]

Re: [openstack-dev] Gantt (Scheduler) meeting agenda

2015-01-19 Thread Ed Leafe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/19/2015 02:21 PM, Sylvain Bauza wrote: Sounds like there is a misunderstanding with my opinion. That's unfortunate that even if we had a Google Hangout, we have to discuss again what we agreed. But OK, let's discuss again what we said and

[openstack-dev] [Fuel] Fuel and node config checks while/before provisioning?

2015-01-19 Thread Aleksandr Savatieiev
Hi Everyone, I’ll be straight to the point here. We have a cloud with Fuel operating it and provisioning CentOS nodes. You might know that Fuel, by default, creates mdraid if there is more than three disks on server (3+). In the debug process we are commented out some rows in one of the nailgun

Re: [openstack-dev] [Heat] Support status of Heat resource types

2015-01-19 Thread Qiming Teng
On Mon, Jan 19, 2015 at 09:49:08AM +, Steven Hardy wrote: On Sun, Jan 18, 2015 at 08:41:46PM +0800, Qiming Teng wrote: Dear all, One question we constantly get from Heat users is about the support status of resource types. Some users are not well informed of this information so that

Re: [openstack-dev] [Heat] Support status of Heat resource types

2015-01-19 Thread Steven Hardy
On Mon, Jan 19, 2015 at 07:29:42PM +0800, Qiming Teng wrote: On Mon, Jan 19, 2015 at 09:49:08AM +, Steven Hardy wrote: On Sun, Jan 18, 2015 at 08:41:46PM +0800, Qiming Teng wrote: Dear all, One question we constantly get from Heat users is about the support status of resource

Re: [openstack-dev] [TEMPEST] doubts regarding tempest

2015-01-19 Thread Inessa Vasilevskaya
Hi, I can't boast digging a lot into tempest, but at least I can give you some info on question 1. You can run a single test or a series of tests stopping at import pdb; pdb.set_trace() if use use testr: testr list-tests test_name_regex my-list python -m testtools.run discover --load-list

[openstack-dev] [Fuel][client] Keeping Nailgun's log after running tests

2015-01-19 Thread Roman Prykhodchenko
Hi folks, at the moment run_test.sh script removes Nailgun's log file after running. The question is whether it is necessary to add an option for keeping it. - romcheg signature.asc Description: Message signed with OpenPGP using GPGMail

[openstack-dev] tooz 0.11 released

2015-01-19 Thread Julien Danjou
Hi, The Oslo team is pleased to announce the release of tooz 0.11 This release includes several bug fixes as well as many other changes: 405dfec Add a file based driver 26c39ac Upgrade to hacking 0.10 886aa62 Update sentinel support to allow multiple sentinel hosts ae65ae5 Allow to pass

Re: [openstack-dev] Notification Schemas ...

2015-01-19 Thread Sandy Walsh
Thanks Jay, good feedback. Comments inline ... From: Jay Pipes [jaypi...@gmail.com] Sent: Sunday, January 18, 2015 10:47 PM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] Notification Schemas ... On 01/18/2015 04:39 PM, Sandy

[openstack-dev] [Ironic] ironic-discoverd status update: 1.0.0 feature freeze and testing

2015-01-19 Thread Dmitry Tantsur
Hi all! That's pure information email about discoverd, feel free to skip it, if not interested. For those interested I'm glad to announce that ironic-discoverd 1.0.0 is feature complete and is scheduled to release on Feb 5 with Kilo-2 milestone. Master branch is under feature freeze now and

Re: [openstack-dev] [glance] Replication on image create

2015-01-19 Thread Boden Russell
On 1/15/15 12:59 AM, Flavio Percoco wrote: All that being said, it'd be very nice if you could open a spec on this topic so we can discuss over the spec review and one of us (or you) can implement it if we reach consensus. I'll create a BP + spec; doing a little homework now... W / R / T

Re: [openstack-dev] [Heat] Support status of Heat resource types

2015-01-19 Thread Qiming Teng
On Mon, Jan 19, 2015 at 01:24:19PM +, Steven Hardy wrote: On Mon, Jan 19, 2015 at 07:29:42PM +0800, Qiming Teng wrote: On Mon, Jan 19, 2015 at 09:49:08AM +, Steven Hardy wrote: On Sun, Jan 18, 2015 at 08:41:46PM +0800, Qiming Teng wrote: Dear all, One question we constantly

[openstack-dev] [sahara] Bug fix day Jan 26

2015-01-19 Thread Sergey Lukjanov
Hi Sahara folks, we'll have a bug fixing day at Jan 26 starting approximately at 14:00 UTC. Let's meet in the #openstack-sahara. Thanks. -- Sincerely yours, Sergey Lukjanov Sahara Technical Lead (OpenStack Data Processing) Principal Software Engineer Mirantis Inc.

Re: [openstack-dev] [Keystone][Horizon] User self registration and management

2015-01-19 Thread Enrique Garcia
Hi everyone, Enrique, if you have a github repo or some project pages you can point me to that would be wonderful. I'm currently in the very early stages of our proof of concept/prototype, so it would be great to see some work others have done to solve similar issues. If I can find something

[openstack-dev] [sahara] Bug triage day - today, Jan 19

2015-01-19 Thread Sergey Lukjanov
Hey sahara folks, today (Jan 19) is the bug triage day, starting approximately from 14:00 UTC. Let's meet in the #openstack-sahara channel. Thanks. -- Sincerely yours, Sergey Lukjanov Sahara Technical Lead (OpenStack Data Processing) Principal Software Engineer Mirantis Inc.

Re: [openstack-dev] [Keystone] Nominating Brad Topol for Keystone-Spec core

2015-01-19 Thread Dolph Mathews
+1 On Sun, Jan 18, 2015 at 1:11 PM, Morgan Fainberg morgan.fainb...@gmail.com wrote: Hello all, I would like to nominate Brad Topol for Keystone Spec core (core reviewer for Keystone specifications and API-Specification only: https://git.openstack.org/cgit/openstack/keystone-specs ). Brad

Re: [openstack-dev] [Keystone] Nominating Brad Topol for Keystone-Spec core

2015-01-19 Thread Brant Knudson
+1 - Brant On Sun, Jan 18, 2015 at 1:11 PM, Morgan Fainberg morgan.fainb...@gmail.com wrote: Hello all, I would like to nominate Brad Topol for Keystone Spec core (core reviewer for Keystone specifications and API-Specification only: https://git.openstack.org/cgit/openstack/keystone-specs

[openstack-dev] OpenStack Rating-Charging-Billing first micro-service public release

2015-01-19 Thread Piyush Harsh
Dear All, It is my pleasure to announce that ICCLab at Zurich University of Applied Sciences, is releasing the first micro-service (UDR - Usage Data Record) of the rating-charging-billing platform for cloud providers under Apache 2.0 License. The salient features of this (UDR micro-service)

Re: [openstack-dev] [Heat] Support status of Heat resource types

2015-01-19 Thread Steven Hardy
On Sun, Jan 18, 2015 at 08:41:46PM +0800, Qiming Teng wrote: Dear all, One question we constantly get from Heat users is about the support status of resource types. Some users are not well informed of this information so that is something we can improve. Though some resource types are

Re: [openstack-dev] [Neutron] Project Idea: IDS integration.

2015-01-19 Thread Miguel Ángel Ajo
Hi Mario, Salvatore and Kevin perfectly expressed what I think. I’d follow his advice, and look on how the advanced services [1] [2] integrate with neutron, and build a POC. If the POC looks good it could be a good start point to build community around and go on with the development.

Re: [openstack-dev] [heat] Remove deprecation properties

2015-01-19 Thread Sergey Kraynev
On 19 January 2015 at 05:13, Angus Salkeld asalk...@mirantis.com wrote: On Fri, Jan 16, 2015 at 11:10 PM, Sergey Kraynev skray...@mirantis.com wrote: Steve, Thanks for the feedback. On 16 January 2015 at 15:09, Steven Hardy sha...@redhat.com wrote: On Thu, Dec 25, 2014 at 01:52:43PM

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

2015-01-19 Thread Eduard Matei
Hi Ramy, That didn't fix it, zuul-server still gets stuck Looking for lost builds, but zuul user can read gerrit event-stream. Any other ideas? Thanks, Eduard On Mon, Jan 19, 2015 at 9:09 AM, Eduard Matei eduard.ma...@cloudfounders.com wrote: Hi Ramy, indeed user zuul could not read the

[openstack-dev] [mistral] Team meeting minutes/log - 01/19/2015

2015-01-19 Thread Renat Akhmerov
Thanks for joining our meeting today! Meeting minutes: http://eavesdrop.openstack.org/meetings/mistral/2015/mistral.2015-01-19-16.00.html http://eavesdrop.openstack.org/meetings/mistral/2015/mistral.2015-01-19-16.00.html Full log:

[openstack-dev] open contrail for nova-network

2015-01-19 Thread Daneyon Hansen (danehans)
All, I came across this open contrail BP for nova-network: https://blueprints.launchpad.net/nova/+spec/opencontrail-nova-vif-driver-plugin I know we have been doing great things in Neutron. I also understand many operators are still using nova-network. Any thoughts on contributing to

Re: [openstack-dev] upstream f21 devstack test

2015-01-19 Thread Attila Fazekas
Per request moving this thread to the openstack-dev list. I was not able to reproduce the issue so far either on the vm you pointed me or in any of my VMs. Several things I observed on `your` machine: 1. The installed kernel is newer then the actually used (No known related issue) 2. On the

[openstack-dev] [Fuel][Fuel-Library] MVP implementation of Granular Deployment merged into Fuel master branch

2015-01-19 Thread Vladimir Kuklin
Hi, Fuelers and Stackers I am glad to announce that we merged initial support for granular deployment feature which is described here: https://blueprints.launchpad.net/fuel/+spec/granular-deployment-based-on-tasks This is an important milestone for our overall deployment and operations

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

2015-01-19 Thread Ihar Hrachyshka
Hi Kyle/all, (we were going to walk thru that on Mon, but since US is on vacation today, sending it via email to openstack-dev@.) So I've talked to Doug Hellmann from oslo, and here is what we have in our oslo queue to consider: 1. minor oslo.concurrency cleanup for *aas repos (we need to

Re: [openstack-dev] open contrail for nova-network

2015-01-19 Thread Russell Bryant
On 01/19/2015 12:02 PM, Daneyon Hansen (danehans) wrote: All, I came across this open contrail BP for nova-network: https://blueprints.launchpad.net/nova/+spec/opencontrail-nova-vif-driver-plugin I know we have been doing great things in Neutron. I also understand many operators are

Re: [openstack-dev] [glance] Replication on image create

2015-01-19 Thread Nikhil Komawar
Hi Boden, It would be great to open up a BP/spec on this. As far as the flexibility of adding scripts to tasks is concerned, there are 2 points to be considered: 1. Glance will maintain a _published_ list of acceptable tasks. Meaning, it would be documented somewhere that a task of type A

[openstack-dev] Gantt (Scheduler) meeting agenda

2015-01-19 Thread Ed Leafe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I want to make sure that everyone is present and prepared to discuss the one outstanding spec for Kilo: https://review.openstack.org/#/c/138444/ In the words of Jay Pipes, we are at an impasse: Jay and I prefer an approach in which the

[openstack-dev] pyCADF 0.7.0 released

2015-01-19 Thread gordon chung
pyCADF is the python implementation of the DMTF Cloud Auditing Data Federation Working Group (CADF) specification. pyCADF 0.7.0 has been tagged and should be available on PyPI and our mirror shortly. this release includes: * deprecation of audit middleware (replaced by audit middleware in

Re: [openstack-dev] [neutron] Next week's meeting is cancelled (and some other notes)

2015-01-19 Thread Sean M. Collins
Thanks Doug! It is a big link but I'd rather see the full URL than trust opening a URL shortener link. I've been rickrolled too many times to count. :) -- Sean M. Collins __ OpenStack Development Mailing List (not for

Re: [openstack-dev] [Keystone] Nominating Brad Topol for Keystone-Spec core

2015-01-19 Thread Juan Antonio Osorio
+1 On Mon, Jan 19, 2015 at 8:20 PM, Erhan Ekici erhan.ek...@gmail.com wrote: +1 On 18 Jan 2015 21:16, Morgan Fainberg morgan.fainb...@gmail.com wrote: Hello all, I would like to nominate Brad Topol for Keystone Spec core (core reviewer for Keystone specifications and API-Specification

[openstack-dev] [api] Optional Properties in an Entity

2015-01-19 Thread Douglas Mendizabal
Hi API WG, I’m curious about something that came up during a bug discussion in one of the Barbican weekly meetings. The question is about optional properties in an entity. e.g. We have a Secret entity that has some properties that are optional, such as the Secret’s name. We were split on

Re: [openstack-dev] [Keystone] Nominating Brad Topol for Keystone-Spec core

2015-01-19 Thread Priti Desai
+1 Cheers Priti From: Steve Martinelli steve...@ca.ibm.commailto:steve...@ca.ibm.com Reply-To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org Date: Sunday, January 18, 2015 at 9:56 PM To: OpenStack

Re: [openstack-dev] [Keystone][Horizon] User self registration and management

2015-01-19 Thread David Chadwick
Hi Enrique You are right in that we have been addressing different problems. There are three aspects to managing users: registration, assigning authentication credentials, and assigning authorisation credentials. You appear to be primarily concerned with the first two. I have only concentrated on

[openstack-dev] [Infra] Meeting Tuesday January 20th at 19:00 UTC

2015-01-19 Thread Elizabeth K. Joseph
Hi everyone, The OpenStack Infrastructure (Infra) team is resuming our weekly meetings on Tuesday January 20th, at 19:00 UTC in #openstack-meeting Meeting agenda available here: https://wiki.openstack.org/wiki/Meetings/InfraTeamMeeting (anyone is welcome to to add agenda items) Everyone

[openstack-dev] what code in cinder volume driver supports volume migration between two backends of same type but having different volume types?

2015-01-19 Thread Nikesh Kumar Mahalka
do cinder retype (v2) works for lvm? How to use cinder retype? I tried for volume migration from one volume-type LVM backend to another volume-type LVM backend.But its failed. How can i acheive this? Similarly i am writing a cinder volume driver for my array and want to migrate volume from one

Re: [openstack-dev] [Keystone] Nominating Brad Topol for Keystone-Spec core

2015-01-19 Thread Erhan Ekici
+1 On 18 Jan 2015 21:16, Morgan Fainberg morgan.fainb...@gmail.com wrote: Hello all, I would like to nominate Brad Topol for Keystone Spec core (core reviewer for Keystone specifications and API-Specification only: https://git.openstack.org/cgit/openstack/keystone-specs ). Brad has been a

Re: [openstack-dev] [openstack-operators][qa][Rally] Thoughts on removing half of Rally benchmark scenarios

2015-01-19 Thread Boris Pavlovic
Mike, I understand your concern about keeping the number of different benchmark scenarios in Rally not too big so that users don't get confused. But what I really like now about benchmark scenario names in Rally is that they are highly declarative, i.e. you read them and you have a clear idea

[openstack-dev] [Nova] Raw vs Qcow2 images_type in nova/libvirt

2015-01-19 Thread Dmitry Guryanov
Hello, Do I understand correctly, that both Qcow2 and Raw classes in libvirt/imagebackend.py can work with images in qcow2 format, but Raw copies the whole base image from cache to the instance's dir and Qcow2 only creates a delta (and use base image from cache)? -- Dmitry Guryanov

Re: [openstack-dev] [Nova] Raw vs Qcow2 images_type in nova/libvirt

2015-01-19 Thread Pádraig Brady
On 19/01/15 20:41, Michael Still wrote: Mostly. qcow2 can do a copy on write layer, although it can be disabled IIRC. So if COW is turned on, you get only the delta in the instance directory when using qcow2. Cheers, Michael On Tue, Jan 20, 2015 at 7:40 AM, Dmitry Guryanov

Re: [openstack-dev] [neutron] Next week's meeting is cancelled (and some other notes)

2015-01-19 Thread Anita Kuno
On 01/19/2015 01:47 PM, Sean M. Collins wrote: Thanks Doug! It is a big link but I'd rather see the full URL than trust opening a URL shortener link. I've been rickrolled too many times to count. :) I like to add something like: label:Code-Review=0,self to a URL like this so that after I

Re: [openstack-dev] Gantt (Scheduler) meeting agenda

2015-01-19 Thread Sylvain Bauza
Le 19/01/2015 20:25, Ed Leafe a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I want to make sure that everyone is present and prepared to discuss the one outstanding spec for Kilo: https://review.openstack.org/#/c/138444/ In the words of Jay Pipes, we are at an impasse: Jay

Re: [openstack-dev] [Nova] Raw vs Qcow2 images_type in nova/libvirt

2015-01-19 Thread Michael Still
Mostly. qcow2 can do a copy on write layer, although it can be disabled IIRC. So if COW is turned on, you get only the delta in the instance directory when using qcow2. Cheers, Michael On Tue, Jan 20, 2015 at 7:40 AM, Dmitry Guryanov dgurya...@parallels.com wrote: Hello, Do I understand