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 everything, but

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

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

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 mandar.v...@nttdata.comwrote: 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

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 mandar.v...@nttdata.comwrote: I'm a bit disappointed that the

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 vishvana...@gmail.comwrote: I haven't tried sasl so hopefully someone else has an idea. I have sucessfully used

[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 and...@linuxjedi.co.ukwrote: 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

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 I'm

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

[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 and...@linuxjedi.co.ukwrote: 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:

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

2012-05-30 Thread Doug Hellmann
On Wed, May 30, 2012 at 4:18 AM, Julien Danjou julien.dan...@enovance.comwrote: 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

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 like a

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 http://www.timeanddate.com/worldclock/fixedtime.html?hour=16min=0sec=0. Everyone is welcome. http://wiki.openstack.org/Meetings/MeteringAgenda Topic: API message format * Discuss API message format *

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

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:

[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

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 Beernaert

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 ki...@managedit.ie 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

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

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

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 (CirrOS,

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: issue

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 thie...@openstack.org 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

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.

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

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

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”,

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 igor.lask...@gmail.com wrote: Well, instead of it I did use the real uuid of service tenant)) End, actually that clarify about  %(tenant_id)s is

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

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 like

Re: [Openstack] Greatest deployment?

2012-05-30 Thread Soren Hansen
2012/5/30 Matt Joyce matt.jo...@cloudscaling.com: 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

Re: [Openstack] Greatest deployment?

2012-05-30 Thread Matt Joyce
On Wed, May 30, 2012 at 12:39 PM, Soren Hansen so...@linux2go.dk wrote: 2012/5/30 Matt Joyce matt.jo...@cloudscaling.com: 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

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

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: snip 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)

Re: [Openstack] Greatest deployment?

2012-05-30 Thread Soren Hansen
2012/5/30 Matt Joyce matt.jo...@cloudscaling.com: On Wed, May 30, 2012 at 12:39 PM, Soren Hansen so...@linux2go.dk wrote: 2012/5/30 Matt Joyce matt.jo...@cloudscaling.com: Secondly, while LXC does provide a lot of native access, it still does paging management internally just as kvm does.  So

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

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 -

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

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

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 v...@kokkocloud.comwrote: It is probably because your fixed range for instances conflicts

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 listen on

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 usershttps://lists.launchpad.net/openstack/msg12503.html * ** ** *

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

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

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 when

[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

[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

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

Re: [Openstack-community] OpenStack User Group in Stockholm?

2012-05-30 Thread Stefano Maffulli
hi Kristoffer, remember to add your group to the wiki: http://wiki.openstack.org/OpenStackUserGroups#Australia and if you have any event scheduled, you can send me the date and other details so I can add them to http://openstack.org/community/events Cheers, stef On Wed 30 May 2012 02:41:02

Re: [Openstack-community] OpenStack User Group in Stockholm?

2012-05-30 Thread Stefano Maffulli
On 05/29/2012 12:29 PM, Nicolae Paladi wrote: In case you have not, are there any reasons to not start one? Go for it. We have started a document to help you boot the activities. Tagging along an existing set of people is a good idea too (be it erlang or anything else).