Re: [Openstack] [Swift] Question about cloudfiles API

2012-05-30 Thread Juan J. Martinez
On 29/05/12 18:07, Shawn Heisey wrote: > [...] >> Just as a note, the SSL capabilities for the Swift proxy server are >> truly for basic testing only. You might want to start with non-SSL and >> then lock it down after you get things working otherwise. > > It took a few tries to figure out everyth

Re: [Openstack] Nova-compute doesn't start on reboot, only manually

2012-05-30 Thread Alessandro Tagliapietra
Thank you Russel, i'll wait for the fix Best Regards 2012/5/29 Russell Bryant > On 05/28/2012 01:21 PM, Clint Byrum wrote: > > Looks to me that you need to make sure the other side of that RPC > > connection is up before nova-compute. I am not familiar with the > specifics > > of what Nova need

Re: [Openstack] [metering] delta vs. cumulative meters

2012-05-30 Thread Julien Danjou
On Tue, May 29 2012, Doug Hellmann wrote: […] > Thoughts? As you pointed out, it's not safe to compute delta when your counter is gauge, and vice versa. Rather than documenting, we may just add the counter type (à la RRD: gauge, counter, derive…) to the meter, so it's easier to make things evol

Re: [Openstack] [Nova] Instances which use flavors with disk space fail to spawn

2012-05-30 Thread Leander Bessa Beernaert
I'm using the filter scheduler. On Wed, May 30, 2012 at 5:44 AM, Vaze, Mandar wrote: > > I'm a bit disappointed that the request even went through to the compute > node to build the instance, as the scheduler *should* already know the > memory exceeds the available memory on the box. > > FilterSc

Re: [Openstack] [Nova] Instances which use flavors with disk space fail to spawn

2012-05-30 Thread Leander Bessa Beernaert
Bug submitted: https://bugs.launchpad.net/nova/+bug/1006322 On Wed, May 30, 2012 at 10:31 AM, Leander Bessa Beernaert < leande...@gmail.com> wrote: > I'm using the filter scheduler. > > > On Wed, May 30, 2012 at 5:44 AM, Vaze, Mandar wrote: > >> > I'm a bit disappointed that the request even went

Re: [Openstack] [Nova] Live migration libvirt authentication error.

2012-05-30 Thread Sébastien Han
Hi, You forgot to add the option: auth_tcp = "none" after the 'listen_tls = 0' to the /etc/libvirt/libvirtd.conf file Cheers! On Tue, May 8, 2012 at 8:37 PM, Vishvananda Ishaya wrote: > I haven't tried sasl so hopefully someone else has an idea. I have > sucessfully used qemu+ssh with ssh k

[Openstack] After nova-network setup, I loose Internet access

2012-05-30 Thread Emilien Macchi
Hi Stackers, I'm working on a multi-node architecture with Ubuntu 12.04 / Openstack Essex from Ubuntu packages : 1 controller (with Rabbit-MQ, MySQL, Nova-API, Nova-Schedule), 1 network (nova-network), 1 compute (nova-compute with KVM). When I setup a fresh nova-network node, I do (and nothing

Re: [Openstack] [metering] Changes to the ceilometer Jenkins job

2012-05-30 Thread Doug Hellmann
On Tue, May 29, 2012 at 5:45 PM, Andrew Hutchings wrote: > Hi Julien, > > On 29/05/12 19:12, Andrew Hutchings wrote: > >> If anything is missing on our side to use the standard set of checks, > >> we'll do what is necessary to be able to use them. :) > > > We can then see if there are any jobs not

Re: [Openstack] [metering] Changes to the ceilometer Jenkins job

2012-05-30 Thread Andrew Hutchings
Hi Doug, On 30/05/12 13:14, Doug Hellmann wrote: > I started working on setting one up yesterday, and plan to continue > working on it later today. I would appreciate any feedback you could > give me on: > > https://github.com/dhellmann/ceilometer/commit/d2855c656c5442e46a4a891ff91d6be0abff9706

Re: [Openstack] After nova-network setup, I loose Internet access

2012-05-30 Thread Sébastien Han
Hi, Which tests did you perform in order to recover your internet connectivity? It might seem stupid but did you check your /etc/resolv.conf, try to desinstall/reinstall nova-network, flush the iptables? Tell us more about the recovery tests you've already done, after this we will be able go furt

[Openstack] Nova API Specification

2012-05-30 Thread Day, Phil
Hi Folks, I was looking for the full definition of the API requests, and I'm a tad confused by what I find here: http://api.openstack.org/ Specifically for Server Create there is both and "Server - Create" and "Server - Extended Create", although as far as I can see the "extended create" isn't

Re: [Openstack] [metering] Changes to the ceilometer Jenkins job

2012-05-30 Thread Doug Hellmann
On Wed, May 30, 2012 at 8:42 AM, Andrew Hutchings wrote: > Hi Doug, > > On 30/05/12 13:14, Doug Hellmann wrote: > > I started working on setting one up yesterday, and plan to continue > > working on it later today. I would appreciate any feedback you could > > give me on: > > > > > https://github.

Re: [Openstack] [metering] delta vs. cumulative meters

2012-05-30 Thread Doug Hellmann
On Wed, May 30, 2012 at 4:18 AM, Julien Danjou wrote: > On Tue, May 29 2012, Doug Hellmann wrote: > > > […] > > > Thoughts? > > As you pointed out, it's not safe to compute delta when your counter is > gauge, and vice versa. Rather than documenting, we may just add the > counter type (à la RRD: ga

Re: [Openstack] Fwd: [Infra] administration of new mailinglists

2012-05-30 Thread Thierry Carrez
Stefano Maffulli wrote: > On Tue 29 May 2012 10:36:05 AM PDT, James E. Blair wrote: >> Someone pointed out that since the security announcements _haven't_ been >> going to the announce list, but the main mailing list instead, that they >> are concerned that people may have missed them. That seems

Re: [Openstack] After nova-network setup, I loose Internet access

2012-05-30 Thread Emilien Macchi
Hi, I've just discovered where exactly it's broken : the default NAT rules. When I flush NAT rules with "*iptables -t nat -F*", I have Internet access. What do you think about that ? The fact is I use Ubuntu packages, with default configuration, so need I to change something, or is it normal ?

[Openstack] [Metering] Meeting agenda for Thursday at 16:00 UTC (May 31th, 2012)

2012-05-30 Thread Julien Danjou
Hi, The metering project team holds a meeting in #openstack-meeting, Thursdays at 1600 UTC . Everyone is welcome. http://wiki.openstack.org/Meetings/MeteringAgenda Topic: API message format * Discuss API message format

Re: [Openstack] Nova-compute doesn't start on reboot, only manually

2012-05-30 Thread Russell Bryant
On 05/30/2012 03:54 AM, Alessandro Tagliapietra wrote: > Thank you Russel, i'll wait for the fix I attached a patch to this bug. Could you try it out? > https://bugs.launchpad.net/nova/+bug/999698 -- Russell Bryant ___ Mailing list: https://lau

[Openstack] [OpenStack][Horizon] Can't list users

2012-05-30 Thread Leander Bessa Beernaert
Hello, I'm unable to list users in the openstack dashboard. I'm using the packages provided with ubuntu 12.04. Here's the log outputted by horizon: http://paste.openstack.org/show/18228/ Regards, Leander ___ Mailing list: https://launchpad.net/~opens

Re: [Openstack] File injection support

2012-05-30 Thread Fredric Morenius
Hello Pádraig, I am also trying to get file injection to work in Essex, but have run into some issues, as stated here: https://answers.launchpad.net/nova/+question/198878 The image I am launching is a simple bare container qcow2 image (CirrOS, this: https://launchpad.net/cirros/trunk/0.3.0/+dow

[Openstack] [Metering] News from 24/05 to 30/05

2012-05-30 Thread Julien Danjou
Hi, Here's a few things done in the last week concerning ceilometer: - Various bugs have been opened to have more visibility on the project progress https://bugs.launchpad.net/ceilometer - Test suite have been fixed wrt db usage https://github.com/stackforge/ceilometer/commit/dbccf0ce6974f

Re: [Openstack] [OpenStack][Horizon] Can't list users

2012-05-30 Thread Kiall Mac Innes
It looks like your keystone service catalog is incorrect. Check that the "identity" service's "adminurl" is using port 35357 rather than port 5000. Port 5000 is used for the "publicurl" and "internalurl", but NOT the "adminurl". Thanks, Kiall On Wed, May 30, 2012 at 3:47 PM, Leander Bessa Beer

Re: [Openstack] [OpenStack][Horizon] Can't list users

2012-05-30 Thread Leander Bessa Beernaert
That did it. Thanks! Leander On Wed, May 30, 2012 at 4:17 PM, Kiall Mac Innes wrote: > It looks like your keystone service catalog is incorrect. > > Check that the "identity" service's "adminurl" is using port 35357 rather > than port 5000. > > Port 5000 is used for the "publicurl" and "intern

[Openstack] [OpenStack][Horizon] Can't list swift containers

2012-05-30 Thread Leander Bessa Beernaert
Hello, I'm unable to list my swift container on the dashboard. In Horizon's error log i find only the following line regarding this issue: > > [Wed May 30 15:33:34 2012] [error] Creating a new keystoneclient > connection to http://10.0.7.1:5000/v2.0. > [Wed May 30 15:33:34 2012] [error] REQ: curl

[Openstack] [Cinder] Weekly team meeting reminder

2012-05-30 Thread John Griffith
Just a reminder, we will have our weekly team meeting in openstack-meeting today at 16:00 UTC. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : htt

Re: [Openstack] File injection support

2012-05-30 Thread Scott Moser
On Wed, 30 May 2012, Fredric Morenius wrote: > Hello Pádraig, > > I am also trying to get file injection to work in Essex, but have run into > some issues, as stated here: > https://answers.launchpad.net/nova/+question/198878 > > The image I am launching is a simple bare container qcow2 image (C

Re: [Openstack] File injection support

2012-05-30 Thread Pádraig Brady
On 05/30/2012 03:47 PM, Fredric Morenius wrote: > Hello Pádraig, > > I am also trying to get file injection to work in Essex, but have run into > some issues, as stated here: > https://answers.launchpad.net/nova/+question/198878 Igor Laskovy also had that "device-mapper: resume ioctl failed:" i

Re: [Openstack] Fwd: [Infra] administration of new mailinglists

2012-05-30 Thread Duncan McGreggor
On Wed, May 30, 2012 at 10:11 AM, Thierry Carrez wrote: > Stefano Maffulli wrote: >> On Tue 29 May 2012 10:36:05 AM PDT, James E. Blair wrote: >>> Someone pointed out that since the security announcements _haven't_ been >>> going to the announce list, but the main mailing list instead, that they >

Re: [Openstack] Fwd: Question about cloudfiles API

2012-05-30 Thread Shawn Heisey
On 5/29/2012 5:51 PM, Luis Gervaso wrote: Good point, I'll prepare a benchmark Until RC3 you can build from source (2 steps) I installed maven ... that required a huge number of dependencies. I was able to get the source for the openstack java sdk compiled using the openjdk on ubuntu. Tak

Re: [Openstack] Greatest deployment?

2012-05-30 Thread Matt Joyce
LXC has a few benefits. As you likely are aware it is faster than a traditional hypervisor. But I'm willing to argue that the price paid for that benefit makes it largely not worthwhile for HPC use cases where openstack would see use. Firstly, and foremost using LXC you immediately lose the abil

[Openstack] IRC identities for core reviewers

2012-05-30 Thread Doug Hellmann
Is there a list of the IRC handles for the core reviewers listed on http://wiki.openstack.org/Nova/ReviewDays? Doug ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openst

Re: [Openstack] Nova API Specification

2012-05-30 Thread Jorge Williams
On May 30, 2012, at 8:33 AM, Day, Phil wrote: Hi Folks, I was looking for the full definition of the API requests, and I’m a tad confused by what I find here: http://api.openstack.org/ Specifically for Server Create there is both and “Server – Create” and “Server – Extended Create”, although

Re: [Openstack] ERROR: Malformed request url (HTTP 400)

2012-05-30 Thread Igor Laskovy
Hi all again! Just need clarification, in which way I can send a messages about mistakes in that docs? On Sun, May 13, 2012 at 6:47 PM, Igor Laskovy wrote: > Well, instead of it I did use the real uuid of service tenant)) > End, actually that clarify about  %(tenant_id)s is exist at docs. > > BTW

Re: [Openstack] Fwd: Question about cloudfiles API

2012-05-30 Thread Shawn Heisey
On 5/29/2012 5:51 PM, Luis Gervaso wrote: Good point, I'll prepare a benchmark Until RC3 you can build from source (2 steps) #git clone #mvn clean install As I mentioned in my last email, I am getting an exception, see that email for full exception details. This is the code in my little a

Re: [Openstack] cfg usage - option registration, global objects

2012-05-30 Thread Jay Pipes
On 05/29/2012 04:04 AM, Mark McLoughlin wrote: Hey, I had the chance to discuss the "global conf" issue with a good number of folks at the design summit and the conclusion I came away with was that opinions range from "meh, it's fairly inelegant but I don't care much either way" to "I actually l

Re: [Openstack] Greatest deployment?

2012-05-30 Thread Soren Hansen
2012/5/30 Matt Joyce : > Secondly, while LXC does provide a lot of native access, it still does > paging management internally just as kvm does.  So direct memory management > ( some HPC users like this ) becomes just as problematic as it is in kvm. > Lots of overhead. I'm not convinced this is ac

[Openstack] Install steps Nova on Multi-node

2012-05-30 Thread Abhishek Gupta
Hi, I am working on installing Open stack Nova on Ubuntu 10.04 from source. I want to play with the scheduler, hence I want to install from source. I found instructions at multipleplaces but I am unsure which ones are correct for my scenario. I am looking to create a multi-node setup. http://wiki

Re: [Openstack] Greatest deployment?

2012-05-30 Thread Matt Joyce
On Wed, May 30, 2012 at 12:39 PM, Soren Hansen wrote: > 2012/5/30 Matt Joyce : > > Secondly, while LXC does provide a lot of native access, it still does > > paging management internally just as kvm does. So direct memory > management > > ( some HPC users like this ) becomes just as problematic

Re: [Openstack] ZeroMQ driver (review needed)

2012-05-30 Thread Eric Windisch
Still needing reviews. I've addressed all the concerns to date… and to make it easier for reviewers, I've split out the generic testing changes and the matchmaker addition (as dependencies). The changes are: https://review.openstack.org/#/c/7633/ # zeromq https://review.openstack.org/#/c/7921

Re: [Openstack] RFC - dynamically loading virt drivers

2012-05-30 Thread Sean Dague
On 05/18/2012 02:14 PM, Jay Pipes wrote: On 05/17/2012 06:38 PM, Vishvananda Ishaya wrote: On May 17, 2012, at 1:52 PM, Sean Dague wrote: So I guess this would be my strategy: a) remove get_connection from the drivers (and just have it construct the 'connection' class directly) b) modify the

Re: [Openstack] Greatest deployment?

2012-05-30 Thread Soren Hansen
2012/5/30 Matt Joyce : > On Wed, May 30, 2012 at 12:39 PM, Soren Hansen wrote: >> 2012/5/30 Matt Joyce : >>> Secondly, while LXC does provide a lot of native access, it still >>> does paging management internally just as kvm does.  So direct >>> memory management ( some HPC users like this ) becom

Re: [Openstack] Nodejs in horizon

2012-05-30 Thread Devin Carlen
Long story short - we will work to make node.js an optional build time component and leave it as an distro packaging issue. node.js was being evaluated as a potential solution to https://blueprints.launchpad.net/horizon/+spec/realtime-communication, but that blueprint isn't targeted for Folsom

Re: [Openstack] IRC identities for core reviewers

2012-05-30 Thread Thierry Carrez
Doug Hellmann wrote: > Is there a list of the IRC handles for the core reviewers listed > on http://wiki.openstack.org/Nova/ReviewDays? You should be able to match most of them from: http://wiki.openstack.org/People -- Thierry Carrez (ttx) Release Manager, OpenStack

[Openstack] Weekly Meeting tomorrow, Thursday, May 31 @ 17:00 UTC

2012-05-30 Thread David Kranz
The weekly QA Team meeting takes place at 17:00 UTC on IRC (#openstack-meeting on Freenode). We invite anyone interested in testing, quality assurance and performance engineering to attend the weekly meeting. The agenda for this week is as follows: * Review of last week's action items - Rav

Re: [Openstack] Nodejs in horizon

2012-05-30 Thread Adam Young
On 05/30/2012 04:37 PM, Devin Carlen wrote: Long story short - we will work to make node.js an optional build time component and leave it as an distro packaging issue. node.js was being evaluated as a potential solution to https://blueprints.launchpad.net/horizon/+spec/realtime-communication,

Re: [Openstack] [Openstack-operators] ERROR: Malformed request url (HTTP 400)

2012-05-30 Thread Lorin Hochstein
Hi Igor: The best place to report problems with the docs is to file a bug in the openstack-manuals project on launchpad: https://bugs.launchpad.net/openstack-manuals (You'll need to create a Launchpad account to report a bug if you don't have one yet). Take care, Lorin -- Lorin Hochstein Le

Re: [Openstack] After nova-network setup, I loose Internet access

2012-05-30 Thread Emilien Macchi
But I haven't created any network yet, and my nova.conf on nova-network node is the default file. Do you think the problem comes from nova.conf ? On Wed, May 30, 2012 at 11:12 PM, Vishvananda Ishaya wrote: > It is probably because your fixed range for instances conflicts with the > range used

Re: [Openstack] Fwd: Question about cloudfiles API

2012-05-30 Thread Luis Gervaso
Hi Shawn, I discovered in your code: 1) properties.put("identity.endp > > oint.publicURL", >"http:/testb.REDACTED.com:8080/v2.0"); here you are using only one slash "http:/". So it's not valid URL. 2) actually "testb.REDACTED.com:8080/v2.0" is your identity endpoint? Keystone usually

Re: [Openstack] Unable to list users in the openstack dashboard

2012-05-30 Thread Leander Bessa Beernaert
The admin url of keystone should use port 35357 and the public 5000. That should solve it ;) On Wed, May 30, 2012 at 11:04 PM, Raghuram Bondalapati < raghuram.bondalap...@gmail.com> wrote: > *[OpenStack][Dashboard] Can't list > users > * > **

[Openstack] dhcp is not leasing an ip address in vlan mode

2012-05-30 Thread Vijay
Hello, I am trying install Essex in VLAN mode on multiple compute nodes.   I am able to lauch instances on controller (which also runs nova-compute) and ping/ssh those instances. I am able to launch instances on compute only node. However, I cannot ping the VM launched  on compute only node. When

Re: [Openstack] IRC identities for core reviewers

2012-05-30 Thread Doug Hellmann
On Wed, May 30, 2012 at 4:48 PM, Thierry Carrez wrote: > Doug Hellmann wrote: > > Is there a list of the IRC handles for the core reviewers listed > > on http://wiki.openstack.org/Nova/ReviewDays? > > You should be able to match most of them from: > http://wiki.openstack.org/People That's exactl

Re: [Openstack] After nova-network setup, I loose Internet access

2012-05-30 Thread Chris Wright
* Emilien Macchi (emilien.mac...@stackops.com) wrote: > But I haven't created any network yet, and my nova.conf on nova-network > node is the default file. > > Do you think the problem comes from nova.conf ? Indirectly, yes. The default fixed_range is 10.0.0.0/8 (which will cause a NAT rule to b

Re: [Openstack] Nodejs in horizon

2012-05-30 Thread Jan Drake
For what it's worth, I've noticed a generally myopic trend towards python only. Node.js can play many very good roles as an implementation strategy for various openstack capabilities, especially at the edge. I was excited to see it being included. There's a balance to be struck in optimizing

[Openstack] Cannot access nova instances from dashboard

2012-05-30 Thread Raghuram Bondalapati
Hello, when logged in as 'adminUser' [part of admin role] into dash board i cannot access 'Instances & Volumes' tab. When i click on it i get the below error. However i can create instances as the same user from CLI usina 'nova boot' command. All my services and users are created in the same tenan

Re: [Openstack] Nodejs in horizon

2012-05-30 Thread Gabriel Hurley
Websockets is an API for bi-directional client-server communication over TCP, not an implementation. Thereby it's not "an alternative" per se; alternatives to websockets would be long connections with chunked transfer like comet, etc. (which also have issues). There are various implementations o

Re: [Openstack] Nova API Specification

2012-05-30 Thread Anne Gentle
Hi Phil - An attempt at responses below, hopefully others can chime in where my knowledge is limited. To answer an overarching (or is it underlying?) question, the end goal is that the API descriptive specs are at docs.openstack.org/api (even though some are named developer guides), and the impleme

Re: [Openstack] release fixed_ip

2012-05-30 Thread Vishvananda Ishaya
If you are using flatdhcp or vlan mode where nova is managing the leases, do not set the value of fixed_ip_disassociate_timeout lower than the dhcp_lease_time or you might end up giving an ip to an instance and have dnsmasq fail to hand it out. The best way to reuse ips quickly is to set the c

Re: [Openstack] dhcp is not leasing an ip address in vlan mode

2012-05-30 Thread Narayan Desai
This sounds like it might be working properly. In VLAN mode, all instances are connected to one of the project vlans. The .1 address (gateway, dhcp, etc) exists on an interface on the nova-network node (or one of them, in the case that you are running multiple. This interface is bridged to a tagged

Re: [Openstack] dnsmasq

2012-05-30 Thread Vishvananda Ishaya
This is correct. Vish On May 24, 2012, at 9:45 PM, William Herry wrote: > Hi > > sorry for too much silly questions > > I am interested in the dnsmasq of nova when use FlatDHCP network mode > > I am guess it works like this: > nova write MAC -> IP info to /var/lib/nova/networks/nova-br1.conf

[Openstack] Websocket support long term

2012-05-30 Thread Adam Young
The recent discussion about node.js made me rethink the state of Websocket support for Apache and Openstack. A quick recap: 1) neither mod_wsgi nor mod_proxy support Web sockets. 2) There is a Websocket Module for Apache, but using it requires an additional apache module. 3) There is websoc

[Openstack] (no subject)

2012-05-30 Thread William Herry
When I run live-migration, it fail because of: MigrationError_Remote: Migration error: Unable to migrate e0fd9c27-cc7b-4420-bd8a-6dd9d5316929 to compute2: Lack of disk(host:-188978561024 <= instance:37580963840) In fact I have 170G free disk on compute2, then I check nova database and find this in

Re: [Openstack] Greatest deployment?

2012-05-30 Thread Huang Zhiteng
On Thu, May 31, 2012 at 3:54 AM, Matt Joyce wrote: > On Wed, May 30, 2012 at 12:39 PM, Soren Hansen wrote: >> >> 2012/5/30 Matt Joyce : >> > Secondly, while LXC does provide a lot of native access, it still does >> > paging management internally just as kvm does.  So direct memory >> > management

Re: [Openstack] Cannot access nova instances from dashboard

2012-05-30 Thread Vaze, Mandar
Can you try setting DEBUG=True (For troubleshooting only) in openstack_dashboard/settings.py ? (and then restart Horizon/Dashboard) Then you may get more information when you run into the following error. -Mandar P.S: I assume that you have ":" between $my_ip and 5000 in OPENSTACK_KEYSTONE_URL

[Openstack] Keystone user name validation (Review needed)

2012-05-30 Thread Gurjar, Unmesh
Hi, I have addressed all the review comments for https://review.openstack.org/#/c/6140/. Can someone please do the needful. Thanks & Regards, Unmesh Gurjar | Lead Engineer | Vertex Software Private Ltd. | w. +91.20.6604.1500 x 379 | m. +91.982.324.7631 | unmesh.gur...@nttdata.com

[Openstack] FW: Cannot access nova instances from dashboard

2012-05-30 Thread Vaze, Mandar
Sharing with the community, so that it would be useful for others as reference. From: Raghuram Bondalapati [mailto:raghuram.bondalap...@gmail.com] Sent: Thursday, May 31, 2012 11:16 AM To: Vaze, Mandar Subject: Re: [Openstack] Cannot access nova instances from dashboard I have enabled Debug and n

Re: [Openstack] Volume creation stuck at status "Creating"

2012-05-30 Thread Milind
There is nothing in the logs :( On Thu, May 31, 2012 at 11:37 AM, William Herry < william.herry.ch...@gmail.com> wrote: > you should check logs to see what's going on > > On Thu, May 31, 2012 at 1:50 PM, Milind wrote: > >> Hi, >> >> I am not able to resolve this error quite frustrated :(, it ge

Re: [Openstack] Random libvirt hangs

2012-05-30 Thread Christian Wittwer
Hi Daniel, > I'd file a bug against libvirt in Oneiric, requesting that they > backport the 4 changesets mentioned in Do you know if that bug is now fixed in Oneiric? Cheers, Christian ___ Mailing list: https://launchpad.net/~openstack Post to : o

Re: [Openstack] Volume creation stuck at status "Creating"

2012-05-30 Thread Milind
I did that and issued following command. nova volume-create --display_name=novavol4 --display_description=volumenova4 1 I have attached relevant part of log. Regards, Milind On Thu, May 31, 2012 at 11:48 AM, William Herry < william.herry.ch...@gmail.com> wrote: > add debug=true to /etc/nova/no