Re: [openstack-dev] [heat] [scheduler] Bringing things together for Icehouse

2013-09-20 Thread Mike Spreitzer
I have written a new outline of my thoughts, you can find it at https://docs.google.com/document/d/1RV_kN2Io4dotxZREGEks9DM0Ih_trFZ-PipVDdzxq_E It is intended to stand up better to independent study. However, it is still just an outline. I am still learning about stuff going on in OpenStack,

[openstack-dev] [Grizzly] Quantum-L3-Agent quite slow on initialization

2013-09-20 Thread Chu Duc Minh
I use Quantum-ovs with IP network-namespace. I only have 1 quantum-router with 30 networks. Each network have exactly 1 subnet (like: 10.0.x.0/24) Currently, i only use 10 floating IP for some VM instances. But when i (re-)start quantum-la3-agent, i took > 5 minutes to complete initialization: ("c

[openstack-dev] [energy] Kwapi Ceilometer plugin

2013-09-20 Thread Elton Kevani
Hello, I'm trying to install Kwapi from source and make it work with ceilometer. The kwapi-driver,kwapi-forwarder and kwapi-rrd are working fine but when i try starting kwapi-api i have these errors: 2013-09-20 10:04:37.231 19656 INFO kwapi.plugins.api.app [-] Starting API2013-09-20 10:04:37.23

Re: [openstack-dev] Client and Policy

2013-09-20 Thread Flavio Percoco
On 19/09/13 17:10 -0400, Adam Young wrote: On 09/19/2013 04:30 PM, Mark McLoughlin wrote: To take the specific example of the policy API, if someone actively wanted to help the process of moving it into a standalone library should volunteer to help Flavio out as a maintainer: https://git.open

[openstack-dev] VM Ensembles

2013-09-20 Thread Rodrigo Alejandre Prada
Hello experts, Is anybody aware if 'VM Ensembles' feature ( https://blueprints.launchpad.net/nova/+spec/vm-ensembles) will be finally included in Havana release? According project information it's on Approved state but no milestone-related info. Thanks in advance for your feedback. Cheers, Rodri

Re: [openstack-dev] VM Ensembles

2013-09-20 Thread Simon Pasquier
Le 20/09/2013 11:06, Rodrigo Alejandre Prada a écrit : Hello experts, Is anybody aware if 'VM Ensembles' feature (https://blueprints.launchpad.net/nova/+spec/vm-ensembles) will be finally included in Havana release? According project information it's on Approved state but no milestone-related in

Re: [openstack-dev] [energy] Kwapi Ceilometer plugin

2013-09-20 Thread François Rossigneux
Hello, I fixed the issue. Thanks. Le 20/09/2013 10:09, Elton Kevani a écrit : Hello, I'm trying to install Kwapi from source and make it work with ceilometer. The kwapi-driver,kwapi-forwarder and kwapi-rrd are working fine but when i try starting kwapi-api i have these errors: 2013-09-20

[openstack-dev] [Metrics] Activity_Board now in infra

2013-09-20 Thread Jesus M. Gonzalez-Barahona
Hi all, The OpenStack Development Dashboard [1] is now in infra [2]. If you want to browse details about how to get the data (JSON and SQL), how to clone & deploy the dashboard elsewhere, or how to reproduce the data retrieval and analysis process, you can refer to the README [3] or the wiki [4].

Re: [openstack-dev] VM Ensembles

2013-09-20 Thread Rodrigo Alejandre Prada
Thanks very much Simon. On 20 September 2013 12:33, Simon Pasquier wrote: > Le 20/09/2013 11:06, Rodrigo Alejandre Prada a écrit : > > Hello experts, >> >> Is anybody aware if 'VM Ensembles' feature >> (https://blueprints.launchpad.**net/nova/+spec/vm-ensembles

Re: [openstack-dev] [energy] Kwapi Ceilometer plugin

2013-09-20 Thread Elton Kevani
Thanks for the quick fix. Now kwapi-api is working just fine :-D . Now i have errors in ceilometer side: 2013-09-20 12:05:41 INFO [urllib3.connectionpool] Starting new HTTP connection (1): 10.10.10.1212013-09-20 12:05:41DEBUG [urllib3.connectionpool] "GET /v1/probes/ HTTP/1.1" 200 344201

Re: [openstack-dev] Medium Availability VMs

2013-09-20 Thread Alex Glikson
Hi Tim, Would be great to have a session around these topics at the design summit. Going forward, I can see something like this as a separate project or service, approaching the admin APIs of Nova. In the host failure scenario, it would also make sense to use it to do fencing, approaching Cinder

Re: [openstack-dev] [energy] Kwapi Ceilometer plugin

2013-09-20 Thread François Rossigneux
Yes, you should update Ceilometer. Or modify the ceilometer/energy/kwapi.py like this (line 46) : - message = request.json + message = request.json() Le 20/09/2013 12:13, Elton Kevani a écrit : Thanks for the quick fix. Now kwapi-api is working just fine :-D . Now i have errors in ceilomete

Re: [openstack-dev] [Openstack-dev] [Ceilometer] Adding Alarms gives error

2013-09-20 Thread Somanchi Trinath-B39208
Hi Julien- Thanks a lot for the reply. I still have the following issue: 2013-09-20 15:12:58.116 21869 ERROR wsme.api [-] Server-side error: "'Alarm' object has no attribute 'None_rule'". Detail: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/wsmeext/pecan.p

Re: [openstack-dev] [energy] Kwapi Ceilometer plugin

2013-09-20 Thread Elton Kevani
Thanks a lot again. That fixed the problem :-D Date: Fri, 20 Sep 2013 12:39:02 +0200 From: [email protected] To: [email protected] CC: [email protected] Subject: Re: [openstack-dev] [energy] Kwapi Ceilometer plugin Yes, you should update Ceilome

Re: [openstack-dev] [Openstack-dev] [Ceilometer] Adding Alarms gives error

2013-09-20 Thread Somanchi Trinath-B39208
Hi Julien- With respect to ceilometers implementation and code base, I have a query about pecon framework [*] Is Ceilometer completely integrated with pecon framework. [*] As I see, Ceilometer implementation is different from Nova, Neutron type of implementations. Is this due the new WSGI frame

Re: [openstack-dev] [Openstack-dev] [Ceilometer] Adding Alarms gives error

2013-09-20 Thread Mehdi Abaakouk
Hi, On Fri, Sep 20, 2013 at 10:44:14AM +, Somanchi Trinath-B39208 wrote: > I still have the following issue: > > 2013-09-20 15:12:58.116 21869 ERROR wsme.api [-] Server-side error: "'Alarm' > object has no attribute 'None_rule'". Detail: > Traceback (most recent call last): > > File "/us

[openstack-dev] [neutron] dnsmasq process wasn't created after added a network

2013-09-20 Thread Yoshihiro Kaneko
Hello, I tried latest devstack (master branch). And I created a network, but dnsmasq process for the network wasn't created. localrc I used is as follows: -- HOST_NAME=$(hostname) SERVICE_HOST=192.168.1.10 disable_service n-net enable_service q-svc q-agt q-dhcp q-l3 q-meta neutron Q_HOS

Re: [openstack-dev] Custom Kernel Parameters passed to VM

2013-09-20 Thread Russell Bryant
On 09/19/2013 03:40 PM, Alvise Dorigo wrote: > Hello, > I'd like to know if this is supposed to work: > > https://wiki.openstack.org/wiki/LibvirtCustomKernelArgs > > I've tried it, passing a custom root partition ("root=/dev/vda2"), but > cat-ing the file /proc/cmdline in the instantiated virtual

Re: [openstack-dev] configapplier licensing

2013-09-20 Thread Jeremy Stanley
On 2013-09-20 13:02:48 +0800 (+0800), Thomas Goirand wrote: > While trying to package diskimage-builder for Debian, I saw that in some > files, it's written "this file is release under the same license as > configapplier". [...] The only instance of this I see in the master branch is in the diskim

Re: [openstack-dev] Fwd: [Openstack-devel] PGP key signing party during the HK summit

2013-09-20 Thread Thierry Carrez
Thomas Goirand wrote: > Has anyone thought about having a PGP key signing party during the > summit? Guys from the Linux kernel thought it was useless, but after the > hack of kernel.org, they started to understand it was useful, and now > they do have a "web of trust". As a package maintainer, I w

Re: [openstack-dev] Fwd: [Openstack-devel] PGP key signing party during the HK summit

2013-09-20 Thread Jeremy Stanley
On 2013-09-20 14:33:47 +0800 (+0800), Thomas Goirand wrote: > Has anyone thought about having a PGP key signing party during the > summit? [...] I'm preparing some documents to help socialize an OpenPGP web of trust amongst our Release Cycle Management team members, with a hope of getting a strong

Re: [openstack-dev] [Nova][vmware] VMwareAPI sub-team reviews update 2013-09-19

2013-09-20 Thread Gary Kotton
Hi, The following two patches are really important (they are really simple and have been around since beginning of August - they are rebased every couple of days):- - https://review.openstack.org/#/c/40298/ - Tempest snapshot fails - https://review.openstack.org/#/c/43994/ - Disk copy fails There a

Re: [openstack-dev] Fwd: [Openstack-devel] PGP key signing party during the HK summit

2013-09-20 Thread Mike Spreitzer
What's the threat model here? Thanks, Mike___ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Nova][vmware] VMwareAPI sub-team reviews update 2013-09-19

2013-09-20 Thread Shawn Hartsock
Thanks. I'll change the report script if these didn't show up properly. # Shawn Hartsock - Original Message - > From: "Gary Kotton" > To: "Shawn Hartsock" , [email protected] > Sent: Friday, September 20, 2013 10:07:59 AM > Subject: Re: [openstack-dev][Nova][vmware] VMwa

Re: [openstack-dev] PGP key signing party during the HK summit

2013-09-20 Thread Jeremy Stanley
On 2013-09-20 10:46:47 -0400 (-0400), Mike Spreitzer wrote: > What's the threat model here? I'm not sure I understand the question... one goal is to provide a stronger assurance chain from the point of release (designated by the OpenPGP-signed tags we already use in our Git repositories) to the ac

Re: [openstack-dev] [Nova][vmware] VMwareAPI sub-team reviews update 2013-09-19

2013-09-20 Thread Shawn Hartsock
Hi Gary, Only one of those is not already listed: https://review.openstack.org/#/c/47503/ - disabling linked clone and cacheing of images I'll spend some cycles to see why it wasn't picked up by default. I've bumped up it's vmwareapi-team priority as it seems pretty important. # Shawn Hartso

[openstack-dev] Nominations for OpenStack PTLs (Project Technical Leads) are now open

2013-09-20 Thread Anita Kuno
Nominations for OpenStack PTLs (Project Technical Leads) are now openand will remain open until 23:59 UTC September 26, 2013 To announce your candidacy please start a new [email protected] mailing list thread for yourself with the project name as a tag, example [Glance] PTL Can

Re: [openstack-dev] [Horizon] Federated Horizon design

2013-09-20 Thread Toshiyuki Hayashi
Hi, Regarding UX/UI question, you can also ask on Open Stack UX G+ community. https://plus.google.com/communities/100954512393463248122 Also, It might be better to provide context information such as: - Purpose of the UI design - User Goal - Related BP or something The information would help to ad

Re: [openstack-dev] [Nova] Candidacy for Compute (Nova) PTL

2013-09-20 Thread Shake Chen
+1 On Sat, Sep 21, 2013 at 1:15 AM, Ravi Chunduru wrote: > +1 > > > On Fri, Sep 20, 2013 at 10:12 AM, Russell Bryant wrote: > >> Greetings, >> >> I would like to run for the OpenStack Compute (Nova) PTL position. >> >> I am the current Nova PTL. I have been working on OpenStack since late >> 2

[openstack-dev] Is Project ID always a number?

2013-09-20 Thread Kurt Griffiths
Does anyone have a feel for what Project ID (AKA Tenant ID) looks like in practice? Is it always a number, or do some deployments use UUIDs or something else? @kgriffs ___ OpenStack-dev mailing list [email protected] http://lists.opens

[openstack-dev] [nova] [pci passthrough] Is "extra_info" broken?

2013-09-20 Thread David Kang
 I tried to put some information in the "extra_info" field, but it causes nova-compute crash. I hacked pci_whitelist.py file to pass it by adding extra_info field in _WHITELIST_SCHEMA. After that nova-compute does not crash, but extra_info is not stored in the DB. I want to use it to store the

Re: [openstack-dev] [Nova] Candidacy for Compute (Nova) PTL

2013-09-20 Thread Ravi Chunduru
+1 On Fri, Sep 20, 2013 at 10:12 AM, Russell Bryant wrote: > Greetings, > > I would like to run for the OpenStack Compute (Nova) PTL position. > > I am the current Nova PTL. I have been working on OpenStack since late > 2011 and have been primarily been focused on Nova since then. I would > l

Re: [openstack-dev] [nova] [pci passthrough] Is "extra_info" broken?

2013-09-20 Thread Russell Bryant
On 09/20/2013 01:18 PM, David Kang wrote: > > > I tried to put some information in the "extra_info" field, but it causes > nova-compute crash. > I hacked pci_whitelist.py file to pass it by adding extra_info field in > _WHITELIST_SCHEMA. > After that nova-compute does not crash, but extra_info

Re: [openstack-dev] [Nova] Candidacy for Compute (Nova) PTL

2013-09-20 Thread Boris Pavlovic
+1 On Fri, Sep 20, 2013 at 9:21 PM, Shake Chen wrote: > +1 > > > On Sat, Sep 21, 2013 at 1:15 AM, Ravi Chunduru wrote: > >> +1 >> >> >> On Fri, Sep 20, 2013 at 10:12 AM, Russell Bryant wrote: >> >>> Greetings, >>> >>> I would like to run for the OpenStack Compute (Nova) PTL position. >>> >>> I

Re: [openstack-dev] Fwd: [Openstack-devel] PGP key signing party during the HK summit

2013-09-20 Thread Clint Byrum
Excerpts from Mike Spreitzer's message of 2013-09-20 07:46:47 -0700: > What's the threat model here? > Right now most verification loops in OpenStack rely on SSL and the PKI that it brings along. This is vulnerable to centralized compromise on several levels, and does not help if the server itse

Re: [openstack-dev] Fwd: [Openstack-devel] PGP key signing party during the HK summit

2013-09-20 Thread Clint Byrum
Excerpts from Thomas Goirand's message of 2013-09-19 23:33:47 -0700: > > Hi, > > Has anyone thought about having a PGP key signing party during the > summit? Guys from the Linux kernel thought it was useless, but after the > hack of kernel.org, they started to understand it was useful, and now >

Re: [openstack-dev] Is Project ID always a number?

2013-09-20 Thread Steve Martinelli
Unless I'm mistaken, the project ID should be a UUID. Thanks, _ Steve Martinelli | A4-317 @ IBM Toronto Software Lab Software Developer - OpenStack Phone: (905) 413-2851 E-Mail: [email protected] From: Kurt Griffiths To: OpenStack Dev , Da

[openstack-dev] [Nova] Candidacy for Compute (Nova) PTL

2013-09-20 Thread Russell Bryant
Greetings, I would like to run for the OpenStack Compute (Nova) PTL position. I am the current Nova PTL. I have been working on OpenStack since late 2011 and have been primarily been focused on Nova since then. I would love to continue in this position to help drive the Nova project forward. Q

Re: [openstack-dev] [Nova] Candidacy for Compute (Nova) PTL

2013-09-20 Thread Anita Kuno
Please note that the +1's attached to the candidate announcement are not considered votes. Voting begins starting September 27th. I can appreciate that folks want to demonstrate their support for their candidate of choice. Since we have 19 positions and I am expecting multiple candidate ann

[openstack-dev] [marconi] Agenda for Monday's meeting @ 1900 UTC

2013-09-20 Thread Kurt Griffiths
The Marconi project team holds a weekly meeting in #openstack-meeting-alt on Mondays, 1600 UTC. The next meeting is this coming Monday, Sept. 23. Everyone is welcome, but please take a minute to review the wiki before attending for the first time: http://wiki.openstack.org/marconi Proposed Age

[openstack-dev] stalled bug fixes for vmware driver

2013-09-20 Thread Dan Wendlandt
I think the real problem here is that in Nova there are bug fixes that are tiny and very important to a particular subset of the user population and yet have been around for well over a month without getting a single core review. Take for example https://review.openstack.org/#/c/40298/ , which fix

[openstack-dev] [Marconi] PTL Candidacy

2013-09-20 Thread Kurt Griffiths
I would like to announce my candidacy for the Marconi PTL. At the Grizzly summit I organized the Marconi project in an unconference session at the Grizzly summit, with some gracious help from Mark Atwood, who then connected me with Monty Taylor who got us set up on Gerrit and Launchpad. I was also

Re: [openstack-dev] Is Project ID always a number?

2013-09-20 Thread Dolph Mathews
On Fri, Sep 20, 2013 at 12:43 PM, Steve Martinelli wrote: > Unless I'm mistaken, the project ID should be a UUID. > In our current implementation, it happens to be a UUID4 expressed in hex: $ python -c "import uuid; print uuid.uuid4().hex" I believe it was an auto-incrementing integer in diabl

[openstack-dev] [keystone] PTL Candidacy

2013-09-20 Thread Dolph Mathews
Hello! I'd like to nominate myself once more as PTL for Keystone. Since becoming PTL for Keystone last release, I've gained a new perspective on the community which has changed my understanding of the PTL's role rather dramatically from what I thought I was getting myself into (by which I mean, I

Re: [openstack-dev] Is Project ID always a number?

2013-09-20 Thread Kurt Griffiths
Thanks guys for the history on this. Very useful! I just wanted to make sure I didn't make any invalid assumptions when dealing with IDs in Marconi. From: Dolph Mathews mailto:[email protected]>> Reply-To: OpenStack Dev mailto:[email protected]>> Date: Friday, September 20,

Re: [openstack-dev] Fwd: [Openstack-devel] PGP key signing party during the HK summit

2013-09-20 Thread Jeremy Stanley
On 2013-09-20 10:47:10 -0700 (-0700), Clint Byrum wrote: [...] > Also if we are auto-signing anything, the infra team can sign the > key for the auto-signer, so we can also secure any mirrored copies of > automatically built artifcats against server side tampering. Yes, and to that end I've done a

Re: [openstack-dev] stalled bug fixes for vmware driver

2013-09-20 Thread Russell Bryant
On 09/20/2013 02:02 PM, Dan Wendlandt wrote: > I think the real problem here is that in Nova there are bug fixes that > are tiny and very important to a particular subset of the user > population and yet have been around for well over a month without > getting a single core review. > > Take for ex

Re: [openstack-dev] [Heat] question about stack updates, instance groups and wait conditions

2013-09-20 Thread Christopher Armstrong
Hello Simon! I've put responses below. On Tue, Sep 17, 2013 at 7:57 AM, Simon Pasquier wrote: > Hello, > > I'm testing stack updates with instance group and wait conditions and I'd > like to get feedback from the Heat community. > > My template declares an instance group resource with size = N an

Re: [openstack-dev] [heat] [scheduler] Bringing things together for Icehouse

2013-09-20 Thread Christopher Armstrong
Hi Mike, I have a *slightly* better idea of the kind of stuff you're talking about, but I think it would really help if you could include some concrete real-world use cases and describe why a holistic scheduler inside of Heat is necessary for solving them. On Fri, Sep 20, 2013 at 2:13 AM, Mike S

Re: [openstack-dev] [Heat] Does Heat support checkpointing for guest application

2013-09-20 Thread Steven Dake
On 09/13/2013 02:18 PM, Qing He wrote: All, I'm wondering if Heat provide service for checkpointing the guest application for HA/redundancy similar to what corosync/pacemaker/openais provided for bare medal applications. Thanks, Qing Qing, Heat is an orchestration framework, whereas c

Re: [openstack-dev] [heat] cross-stack references

2013-09-20 Thread Steven Dake
On 09/18/2013 12:53 PM, Mike Spreitzer wrote: My question is about stacks that are not nested. Suppose, for example, that I create a stack that implements a shared service. Later I create a separate stack that uses that shared service. When creating that client stack, I would like to have a

Re: [openstack-dev] [Heat] Questions about plans for heat wadls moving forward

2013-09-20 Thread Steven Dake
On 09/13/2013 01:21 PM, Anne Gentle wrote: On Fri, Sep 13, 2013 at 1:53 PM, Mike Asthalter mailto:[email protected]>> wrote: Hi Anne, I want to make sure I've understood the ramifications of your statement about content sharing. So for now, until the infrastruc

Re: [openstack-dev] stalled bug fixes for vmware driver

2013-09-20 Thread Russell Bryant
On 09/20/2013 04:11 PM, Dan Wendlandt wrote: > Hi Russell, > > Thanks for the detailed thoughts. Comments below, > > Dan > > > On Fri, Sep 20, 2013 at 11:52 AM, Russell Bryant > wrote: > > On 09/20/2013 02:02 PM, Dan Wendlandt wrote: > > I think the real p

Re: [openstack-dev] stalled bug fixes for vmware driver

2013-09-20 Thread Dan Wendlandt
Hi Russell, Thanks for the detailed thoughts. Comments below, Dan On Fri, Sep 20, 2013 at 11:52 AM, Russell Bryant wrote: > On 09/20/2013 02:02 PM, Dan Wendlandt wrote: > > I think the real problem here is that in Nova there are bug fixes that > > are tiny and very important to a particular

Re: [openstack-dev] [Heat] Does Heat support checkpointing for guest application

2013-09-20 Thread Qing He
Steven, Thanks! Will look into it. Qing From: Steven Dake [mailto:[email protected]] Sent: Friday, September 20, 2013 12:48 PM To: OpenStack Development Mailing List Cc: Qing He Subject: Re: [openstack-dev] [Heat] Does Heat support checkpointing for guest application On 09/13/2013 02:18 PM, Qing

Re: [openstack-dev] [Heat] How the autoscale API should control scaling in Heat

2013-09-20 Thread Steven Dake
On 09/19/2013 04:35 AM, Mike Spreitzer wrote: I'd like to try to summarize this discussion, if nothing else than to see whether I have correctly understood it. There is a lot of consensus, but I haven't heard from Adrian Otto since he wrote some objections. I'll focus on trying to describe th

Re: [openstack-dev] [Heat] question about stack updates, instance groups and wait conditions

2013-09-20 Thread Clint Byrum
Excerpts from Simon Pasquier's message of 2013-09-17 05:57:58 -0700: > Hello, > > I'm testing stack updates with instance group and wait conditions and > I'd like to get feedback from the Heat community. > > My template declares an instance group resource with size = N and a wait > condition re

Re: [openstack-dev] stalled bug fixes for vmware driver

2013-09-20 Thread Joe Gordon
On Fri, Sep 20, 2013 at 11:52 AM, Russell Bryant wrote: > On 09/20/2013 02:02 PM, Dan Wendlandt wrote: > > I think the real problem here is that in Nova there are bug fixes that > > are tiny and very important to a particular subset of the user > > population and yet have been around for well ove

Re: [openstack-dev] stalled bug fixes for vmware driver

2013-09-20 Thread Monty Taylor
On 09/20/2013 01:24 PM, Dan Wendlandt wrote: > > > > On Fri, Sep 20, 2013 at 1:09 PM, Joe Gordon > wrote: > > On Fri, Sep 20, 2013 at 11:52 AM, Russell Bryant > wrote: > > On 09/20/2013 02:02 PM, Dan Wendlandt wrote:

[openstack-dev] [Neutron] PTL Candidacy

2013-09-20 Thread Mark McClain
Hi- I writing to announce my candidacy for the OpenStack Networking (Neutron) PTL. I am the current Neutron PTL. Our team continued to grow during the Havana cycle and both existing and new contributors worked to deliver double the number of blueprints than the previous release. Our vibrant

Re: [openstack-dev] stalled bug fixes for vmware driver

2013-09-20 Thread Dan Wendlandt
On Fri, Sep 20, 2013 at 1:09 PM, Joe Gordon wrote: > On Fri, Sep 20, 2013 at 11:52 AM, Russell Bryant wrote: > >> On 09/20/2013 02:02 PM, Dan Wendlandt wrote: >> > I think the real problem here is that in Nova there are bug fixes that >> > are tiny and very important to a particular subset of the

Re: [openstack-dev] stalled bug fixes for vmware driver

2013-09-20 Thread Tim Smith
On Fri, Sep 20, 2013 at 11:52 AM, Russell Bryant wrote: > I already put a session on the design summit schedule to discuss the > future of drivers. I'm open to alternative approaches for driver > maintenance, including moving some of them (such as the vmware driver) > into another tree where th

[openstack-dev] [Glance][Swift] Glance using swiftclient without multithreading

2013-09-20 Thread Nikhil Komawar
Hi all, It seems that glance uses swiftclient and misses out a multithreading option. [https://github.com/openstack/glance/blob/master/glance/store/swift.py#L574] https://github.com/openstack/glance/blob/master/glance/store/swift.py#L574 [https://github.com/openstack/glance/blob/master/glance/s

Re: [openstack-dev] stalled bug fixes for vmware driver

2013-09-20 Thread Dan Wendlandt
On Fri, Sep 20, 2013 at 1:37 PM, Russell Bryant wrote: > On 09/20/2013 04:11 PM, Dan Wendlandt wrote: > > Hi Russell, > > > > Thanks for the detailed thoughts. Comments below, > > > > Dan > > > > > > On Fri, Sep 20, 2013 at 11:52 AM, Russell Bryant > > wrote: > > > >

Re: [openstack-dev] stalled bug fixes for vmware driver

2013-09-20 Thread Dan Smith
> What criteria would be used to determine which drivers stay in-tree > vs. maintained as forks? E.g. libvirt driver in, everyone else out? > Open-platform drivers (libvirt, xen) in, closed-platform drivers > (vmware, hyperv) out? Drivers for platforms with large (possibly > non-OpenStack) producti

Re: [openstack-dev] stalled bug fixes for vmware driver

2013-09-20 Thread Dan Wendlandt
On Fri, Sep 20, 2013 at 2:05 PM, Michael Still wrote: > On Sat, Sep 21, 2013 at 6:24 AM, Dan Wendlandt wrote: > > On Fri, Sep 20, 2013 at 1:09 PM, Joe Gordon > wrote: > >> On Fri, Sep 20, 2013 at 11:52 AM, Russell Bryant > >> wrote: > >>> On 09/20/2013 02:02 PM, Dan Wendlandt wrote: > > > I co

[openstack-dev] [nova][libvirt] Should file injection work for boot from volume images?

2013-09-20 Thread Michael Still
Before https://review.openstack.org/#/c/46867/ if file injection of a mandatory file fails, nova just silently ignores the failure, which is clearly wrong. However, that review now can't land because its revealed another failure in the file injection code via tempest, which is... Should file injec

Re: [openstack-dev] stalled bug fixes for vmware driver

2013-09-20 Thread Michael Still
On Sat, Sep 21, 2013 at 6:24 AM, Dan Wendlandt wrote: > On Fri, Sep 20, 2013 at 1:09 PM, Joe Gordon wrote: >> On Fri, Sep 20, 2013 at 11:52 AM, Russell Bryant >> wrote: >>> On 09/20/2013 02:02 PM, Dan Wendlandt wrote: > I couldn't agree more. In fact, the VMware team has been working hard to >

Re: [openstack-dev] stalled bug fixes for vmware driver

2013-09-20 Thread Jeremy Stanley
On 2013-09-20 14:12:45 -0700 (-0700), Dan Wendlandt wrote: > On Fri, Sep 20, 2013 at 2:05 PM, Michael Still wrote: > > How are you doing this? Joshua Hesketh has been working on > > integrating our internal DB CI tests into upstream zuul, so I > > wonder there are synergies that can be harnessed h

Re: [openstack-dev] [Neutron] PTL Candidacy

2013-09-20 Thread Shake Chen
I think many people like me want to know the plan, when can remove Nova network? On Sat, Sep 21, 2013 at 4:44 AM, Mark McClain wrote: > > Hi- > > I writing to announce my candidacy for the OpenStack Networking (Neutron) > PTL. > > I am the current Neutron PTL. Our team continued to grow during

[openstack-dev] [Infra] Infrastructure PTL candidacy

2013-09-20 Thread James E. Blair
Hi, I would like to announce my candidacy for the Infrastructure PTL. I have been developing and operating the infrastructure for the OpenStack project for more than two years and have been instrumental in establishing our current project gating system and development methodology. I am extremely

Re: [openstack-dev] stalled bug fixes for vmware driver

2013-09-20 Thread Joe Gordon
On Sep 20, 2013 1:27 PM, "Dan Wendlandt" wrote: > > > > > On Fri, Sep 20, 2013 at 1:09 PM, Joe Gordon wrote: >> >> On Fri, Sep 20, 2013 at 11:52 AM, Russell Bryant wrote: >>> >>> On 09/20/2013 02:02 PM, Dan Wendlandt wrote: >>> > I think the real problem here is that in Nova there are bug fixes

Re: [openstack-dev] stalled bug fixes for vmware driver

2013-09-20 Thread David Ripton
On 09/20/2013 04:11 PM, Dan Wendlandt wrote: Its great that you have dashboards like this, very cool. The interesting thing here is that the patches I am talking about are not waiting on reviews in general, but rather core review. They have plenty of reviews from non-core folks who provide fee

Re: [openstack-dev] stalled bug fixes for vmware driver

2013-09-20 Thread Dan Wendlandt
On Fri, Sep 20, 2013 at 1:58 PM, Joe Gordon wrote: > > On Sep 20, 2013 1:27 PM, "Dan Wendlandt" wrote: > > > > > > > > > > On Fri, Sep 20, 2013 at 1:09 PM, Joe Gordon > wrote: > >> > >> On Fri, Sep 20, 2013 at 11:52 AM, Russell Bryant > wrote: > >>> > >>> On 09/20/2013 02:02 PM, Dan Wendlandt

Re: [openstack-dev] [nova] [pci passthrough] Is "extra_info" broken?

2013-09-20 Thread David Kang
- Original Message - > From: "Russell Bryant" > To: [email protected] > Sent: Friday, September 20, 2013 1:28:13 PM > Subject: Re: [openstack-dev] [nova] [pci passthrough] Is "extra_info" broken? > https://bugs.launchpad.net/nova/+bug/1223559 > > This should be already fi

Re: [openstack-dev] stalled bug fixes for vmware driver

2013-09-20 Thread Michael Still
On Sat, Sep 21, 2013 at 7:12 AM, Dan Wendlandt wrote: > On Fri, Sep 20, 2013 at 2:05 PM, Michael Still wrote: >> How are you doing this? Joshua Hesketh has been working on integrating >> our internal DB CI tests into upstream zuul, so I wonder there are >> synergies that can be harnessed here. >

Re: [openstack-dev] Client and Policy

2013-09-20 Thread Ben Nemec
On 2013-09-20 03:16, Flavio Percoco wrote: On 19/09/13 17:10 -0400, Adam Young wrote: On 09/19/2013 04:30 PM, Mark McLoughlin wrote: To take the specific example of the policy API, if someone actively wanted to help the process of moving it into a standalone library should volunteer to help F

Re: [openstack-dev] Client and Policy

2013-09-20 Thread Monty Taylor
On 09/19/2013 01:30 PM, Mark McLoughlin wrote: > On Thu, 2013-09-19 at 15:22 -0500, Dolph Mathews wrote: >> >> On Thu, Sep 19, 2013 at 2:59 PM, Adam Young wrote: >> I can submit a summit proposal. I was thinking of making it >> more general than just the Policy piece. Here is m

[openstack-dev] new git plugin for finding the jenkins logs for your patchset

2013-09-20 Thread Doug Hellmann
Our jenkins server stores the logs for all of the test jobs related to a commit on http://logs.openstack.org, organized by the commit hash. To review the logs after a job runs, most developers start with the message jenkins leaves on gerrit, and click through to the log files. Not all jenkins jobs

Re: [openstack-dev] Client and Policy

2013-09-20 Thread Monty Taylor
On 09/20/2013 02:55 PM, Ben Nemec wrote: > On 2013-09-20 03:16, Flavio Percoco wrote: >> On 19/09/13 17:10 -0400, Adam Young wrote: >>> On 09/19/2013 04:30 PM, Mark McLoughlin wrote: To take the specific example of the policy API, if someone actively wanted to help the process of moving

Re: [openstack-dev] Client and Policy

2013-09-20 Thread Morgan Fainberg
On Fri, Sep 20, 2013 at 3:20 PM, Monty Taylor wrote: > > What if we rethought the organization just a little bit. Instead of > having oslo-incubator from which we copy code, and then oslo.* that we > consume as libraries, what if: > > - we split all oslo modules into their own repos from the star

Re: [openstack-dev] [nova][libvirt] Should file injection work for boot from volume images?

2013-09-20 Thread Monty Taylor
On 09/20/2013 02:47 PM, Michael Still wrote: > Before https://review.openstack.org/#/c/46867/ if file injection of a > mandatory file fails, nova just silently ignores the failure, which is > clearly wrong. However, that review now can't land because its > revealed another failure in the file inj

[openstack-dev] [trove] PTL Candidacy

2013-09-20 Thread Michael Basnight
Howdy, Id like to self nominate for the Trove PTL. Ive been the acting Trove PTL during the Havana incubation timeframe. During this 6 month period I've learned a TON about what it takes to be a PTL, and I know I will learn a lot more in the next 6mo if im elected. A bit of history; before I

Re: [openstack-dev] stalled bug fixes for vmware driver

2013-09-20 Thread Dan Wendlandt
btw, thanks to the core devs who went and took a look at several of the vmware reviews today. It was like christmas for the team today :) On Fri, Sep 20, 2013 at 2:25 PM, Michael Still wrote: > On Sat, Sep 21, 2013 at 7:12 AM, Dan Wendlandt wrote: > > On Fri, Sep 20, 2013 at 2:05 PM, Michael

Re: [openstack-dev] Cookiecutter repo for ease in making new projects

2013-09-20 Thread Monty Taylor
On 09/13/2013 02:49 PM, Jay Buffington wrote: > On Thu, Sep 12, 2013 at 10:08 PM, Monty Taylor > wrote: > > And boom, you'll have a directory all set up with your new project > > > Awesome. I tried it and ran into a couple of small issues. I don't see a >

Re: [openstack-dev] stalled bug fixes for vmware driver

2013-09-20 Thread Russell Bryant
On 09/20/2013 04:47 PM, Tim Smith wrote: > > > On Fri, Sep 20, 2013 at 11:52 AM, Russell Bryant > wrote: > > > I already put a session on the design summit schedule to discuss the > future of drivers. I'm open to alternative approaches for driver > main

Re: [openstack-dev] stalled bug fixes for vmware driver

2013-09-20 Thread Russell Bryant
On 09/20/2013 07:00 PM, Dan Wendlandt wrote: > btw, thanks to the core devs who went and took a look at several of the > vmware reviews today. It was like christmas for the team today :) And for the record, I did all of my reviews before this thread even started, just as a part of my normal work

Re: [openstack-dev] [Neutron] PTL Candidacy

2013-09-20 Thread Dan Wendlandt
+1 Mark has done a phenomenal job as Neutron PTL On Fri, Sep 20, 2013 at 1:44 PM, Mark McClain wrote: > > Hi- > > I writing to announce my candidacy for the OpenStack Networking (Neutron) > PTL. > > I am the current Neutron PTL. Our team continued to grow during the > Havana cycle and both exi

[openstack-dev] [TripleO] Candidacy for Deployment(TripleO) PTL

2013-09-20 Thread Robert Collins
Hi! I would like to run for the OpenStack Deployment (TripleO) PTL position. I am the current (initial) PTL, and have helped shepard the TripleO project from an interesting proposition back in San Diego 2012 through to the current set of lean tooling + dedicated uses of other OpenStack components

[openstack-dev] [Nove] Launch an instance with IDE disk type instead of virtio disk type

2013-09-20 Thread Pattabi Ayyasami
Hi, We have a KVM qcow2 image to be launched on a KVM host. From Dashboard, I don't find a way to specify the disk type for a new instance as IDE. The instance was launched with a virtio disk type. virsh dumpxml shows the following. I want it to

[openstack-dev] [nova] Launch an instance with e1000 as the first network interface and virtio net as the second network interface

2013-09-20 Thread Pattabi Ayyasami
HI, I have Nova with version 2.14.1.17 and glance with version 0.10.0.10. I found that the default network interface port is virtio after I launch a new instance from Horizon. Is there any way to create two network interface ports, the first one as e1000 and the second one as virtio ? I want to

Re: [openstack-dev] [Neutron] PTL Candidacy

2013-09-20 Thread Justin Hammond
I agree. +1. Mark has been nothing but helpful to me and I have enjoyed all the chances I have had to work with him. Not sure if I can vote though. From: Dan Wendlandt mailto:[email protected]>> Reply-To: OpenStack Development Mailing List mailto:[email protected]>> Date: Fri, 20 S

Re: [openstack-dev] [nova][libvirt] Should file injection work for boot from volume images?

2013-09-20 Thread Pádraig Brady
On 09/20/2013 10:47 PM, Michael Still wrote: > Before https://review.openstack.org/#/c/46867/ if file injection of a > mandatory file fails, nova just silently ignores the failure, which is > clearly wrong. For reference, the original code you're adjusting is https://review.openstack.org/#/c/1890

Re: [openstack-dev] [nova] Launch an instance with e1000 as the first network interface and virtio net as the second network interface

2013-09-20 Thread Rahul Sharma
Hi Pattabi, I am not sure how to do this. Usually, image-parameters are specified at the time of upload of image to glance. For example, if you want to use e1000 driver instead of virtio which is there by default, you can specify the property hw_vif_model=e1000 in "glance image-create" command. F

[openstack-dev] [Horizon] PTL Candidacy

2013-09-20 Thread Lyle, David (Cloud Services)
I would like to announce my candidacy for the Horizon PTL. I have been developing, extending and contributing to Horizon through the Grizzly and Havana releases serving as a core team member in the Havana cycle. At the Havana OpenStack Summit, I led a design session on Keystone v3 and multiple