Re: [openstack-dev] Medium Availability VMs

2013-09-20 Thread Mike Spreitzer
From: Tim Bell tim.b...@cern.ch ... Is this something that will be added into OpenStack or made available as open source through something like stackforge ? I and some others think that the OpenStack architecture should have a place for holistic infrastructure scheduling. I also think this

Re: [openstack-dev] Client and Policy

2013-09-20 Thread Jamie Lennox
(Resend this as i realize it didn't get to the list) I just want to clarify where some of this discussion came from. I actually think that oslo does a great job at keeping so many project up to date with common code without the restrictions that going to a library straight away. The problem is

Re: [openstack-dev] configapplier licensing

2013-09-20 Thread Roman Podolyaka
Hi Thomas, I believe all OpenStack projects (including diskimage-builder [1] and os-apply-config [2]) are distributed under Apache license. Thanks, Roman [1] https://github.com/openstack/diskimage-builder/blob/master/LICENSE [2] https://github.com/openstack/os-apply-config/blob/master/LICENSE

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:

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:

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

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 simon.pasqu...@bull.net wrote: Le 20/09/2013 11:06, Rodrigo Alejandre Prada a écrit : Hello experts, Is anybody aware if 'VM Ensembles' feature

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

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

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

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

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

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 OpenStack-dev@lists.openstack.org 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 gkot...@vmware.com To: Shawn Hartsock hartso...@vmware.com, openstack-dev@lists.openstack.org Sent: Friday, September 20, 2013 10:07:59 AM Subject: Re:

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

[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 openstack-dev@lists.openstack.org mailing list thread for yourself with the project name as a tag, example [Glance] PTL

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

[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 OpenStack-dev@lists.openstack.org

[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 rbry...@redhat.com 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.

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 shake.c...@gmail.com wrote: +1 On Sat, Sep 21, 2013 at 1:15 AM, Ravi Chunduru ravi...@gmail.com wrote: +1 On Fri, Sep 20, 2013 at 10:12 AM, Russell Bryant rbry...@redhat.comwrote: Greetings, I would like to run for the OpenStack

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 they

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: steve...@ca.ibm.com From: Kurt Griffiths

[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.

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

[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

[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

[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 steve...@ca.ibm.comwrote: 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

[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 dolph.math...@gmail.commailto:dolph.math...@gmail.com Reply-To: OpenStack Dev

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] [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 simon.pasqu...@bull.net 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

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

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

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 mike.asthal...@rackspace.com mailto:mike.asthal...@rackspace.com wrote: Hi Anne, I want to make sure I've understood the ramifications of your statement about content sharing. So

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 rbry...@redhat.com mailto:rbry...@redhat.com wrote: On 09/20/2013 02:02 PM, Dan Wendlandt wrote: I think the

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 rbry...@redhat.com 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

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:sd...@redhat.com] 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,

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

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 resource

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 rbry...@redhat.com 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

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 joe.gord...@gmail..com mailto:joe.gord...@gmail.com wrote: On Fri, Sep 20, 2013 at 11:52 AM, Russell Bryant rbry...@redhat.com mailto:rbry...@redhat.com wrote: On 09/20/2013

[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 joe.gord...@gmail.com wrote: On Fri, Sep 20, 2013 at 11:52 AM, Russell Bryant rbry...@redhat.comwrote: 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

[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

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 rbry...@redhat.com 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 rbry...@redhat.com

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) production

[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

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 d...@nicira.com wrote: On Fri, Sep 20, 2013 at 1:09 PM, Joe Gordon joe.gord...@gmail.com wrote: On Fri, Sep 20, 2013 at 11:52 AM, Russell Bryant rbry...@redhat.com wrote: On 09/20/2013 02:02 PM, Dan Wendlandt wrote: I couldn't agree more. In

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

2013-09-20 Thread Joe Gordon
On Sep 20, 2013 1:27 PM, Dan Wendlandt d...@nicira.com wrote: On Fri, Sep 20, 2013 at 1:09 PM, Joe Gordon joe.gord...@gmail.com wrote: On Fri, Sep 20, 2013 at 11:52 AM, Russell Bryant rbry...@redhat.com wrote: On 09/20/2013 02:02 PM, Dan Wendlandt wrote: I think the real problem here is

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

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 joe.gord...@gmail.com wrote: On Sep 20, 2013 1:27 PM, Dan Wendlandt d...@nicira.com wrote: On Fri, Sep 20, 2013 at 1:09 PM, Joe Gordon joe.gord...@gmail.com wrote: On Fri, Sep 20, 2013 at 11:52 AM, Russell Bryant rbry...@redhat.com

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

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 ayo...@redhat.com wrote: I can submit a summit proposal. I was thinking of making it more general than just the Policy piece.

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 it into a

Re: [openstack-dev] Client and Policy

2013-09-20 Thread Morgan Fainberg
On Fri, Sep 20, 2013 at 3:20 PM, Monty Taylor mord...@inaugust.com 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

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

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 mi...@stillhq.com wrote: On Sat, Sep 21, 2013 at 7:12 AM, Dan Wendlandt d...@nicira.com wrote: On Fri, Sep

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

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 mark.mccl...@dreamhost.comwrote: 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

[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 kvm_vm_name shows the following. disk type='file' device='disk'

[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

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 d...@nicira.commailto:d...@nicira.com Reply-To: OpenStack Development Mailing List

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/18900