Re: [Openstack] HTTP headers are incorrectly treated case sensitive by jClouds causing OpenStack x-storage-url to fail

2013-06-28 Thread Jamie Lennox
On Thu, 2013-06-27 at 17:00 -0700, Ali, Saqib wrote: We are using the jclouds library for connection to OpenStack Swift (grizzly) cloud storage, and are running into the following issue: https://issues.apache.org/jira/browse/JCLOUDS-155 We are using Apache web front for the swift proxy as

Re: [Openstack] HTTP headers are incorrectly treated case sensitive by jClouds causing OpenStack x-storage-url to fail

2013-06-28 Thread Jamie Lennox
On Fri, 2013-06-28 at 16:39 +1000, Jamie Lennox wrote: On Thu, 2013-06-27 at 17:00 -0700, Ali, Saqib wrote: We are using the jclouds library for connection to OpenStack Swift (grizzly) cloud storage, and are running into the following issue: https://issues.apache.org/jira/browse/JCLOUDS-155

Re: [Openstack] CLI command to figure out security-group's association to particular tenant/user

2013-06-28 Thread Aaron Rosen
On Thu, Jun 27, 2013 at 10:51 PM, Rahul Sharma rahulsharma...@gmail.comwrote: Hi Aaron, Thanks for the CLI. I have a query related to that. I have a multinode openstack-deployment. To allow all the ports of VM accessible from outside, I need to add a rule *TCP port-range 1-65535 Allow* using

Re: [Openstack] CLI command to figure out security-group's association to particular tenant/user

2013-06-28 Thread Rahul Sharma
Thanks Aaron for your kind help. It worked. Is there any doc which lists all the possible commands and their usage for quantum? because --help doesn't help in identifying all the parameters, is there any reference which one can use to get the complete command syntax? -Regards Rahul Sharma On

[Openstack] openstack pandora tester

2013-06-28 Thread Peter Cheung
Dear All I am building a pandora testing site, so people don't need to install the pandora server to test the pandora client. It would be easier for people who want to try pandora. But our testing servers is still building, at the same time it can allow 10 people to connect and create 4 VMs

Re: [Openstack] CLI command to figure out security-group's association to particular tenant/user

2013-06-28 Thread Akihiro MOTOKI
The detail parameters are described in the API reference. It is the best document to know the parameters'detail at the moment. http://docs.openstack.org/api/openstack-network/2.0/content/security-groups-ext.html In general options of quantum command can be mapped to API attributes one to one.

Re: [Openstack] HTTP headers are incorrectly treated case sensitive by jClouds causing OpenStack x-storage-url to fail

2013-06-28 Thread Chmouel Boudjnah
On Fri, Jun 28, 2013 at 2:00 AM, Ali, Saqib docbook@gmail.com wrote: Is there anything we can do to work around this, while someone from the jClouds community fixes this issue? I would be believe a jclouds fix would be faster to get in than to try agree on a hack to do on swift. Chmouel.

Re: [Openstack] HTTP headers are incorrectly treated case sensitive by jClouds causing OpenStack x-storage-url to fail

2013-06-28 Thread Ali, Saqib
Chmouel, Not really a hack on the swift, just the apache web frontend[1] 1. http://docs.openstack.org/developer/swift/apache_deployment_guide.html On Fri, Jun 28, 2013 at 6:26 AM, Chmouel Boudjnah chmo...@enovance.comwrote: On Fri, Jun 28, 2013 at 2:00 AM, Ali, Saqib docbook@gmail.com

[Openstack] [Swift] Updating best practices for XFS inode size

2013-06-28 Thread Chuck Thier
Swift stores object metadata in the xattrs of the file on disk and XFS stores xattrs in the inodes. When swift was first developed, there were performance issues with using the default inode size in XFS, and led to us recommending to change the inode size when creating XFS filesystems. In the

[Openstack] OpenStack Community Weekly Newsletter (June 21-28)

2013-06-28 Thread Stefano Maffulli
Hong Kong Summit -- Registration, Call for Speakers Sponsors Now Open! http://www.openstack.org/blog/2013/06/hong-kong-summit-registration-call-for-speakers-sponsors-now-open/ ???,

Re: [Openstack] HTTP headers are incorrectly treated case sensitive by jClouds causing OpenStack x-storage-url to fail

2013-06-28 Thread David Hadas
Ali hi, On my system I get the headers as X-Storage-Url when running under Apache2 front end (not lowercase). Btw, I am always interested to learn how people are using Swift with the Apache front end as this is a fairly recent addition (we are working not to get it into devstack), can you

[Openstack] Problem installing healthnmon

2013-06-28 Thread Claudio Marques
Hi Stacker's! I have already ceilometer installed and fully functional on my 3 node Grizzly architecture, but I need to get more info from the VMs that I have installed. So I am trying to install healthnmon on my controller node, but, with no success so far, because every time that I try to

Re: [Openstack] [openstack-dev] CLI command to figure out security-group's association to particular tenant/user

2013-06-28 Thread Rick Jones
On 06/28/2013 01:55 AM, Rahul Sharma wrote: Thanks Aaron for your kind help. It worked. Is there any doc which lists all the possible commands and their usage for quantum? because --help doesn't help in identifying all the parameters, is there any reference which one can use to get the complete

Re: [Openstack] Problem installing healthnmon

2013-06-28 Thread Jobin Raju George
Hey, Claudio! Just install dch and debuild using sudo apt-get install dch debuild and then retry the setup using ./build_healthnmon.sh -d Even though I had done this, I had some problems which I have posted on

Re: [Openstack] openvswitch information

2013-06-28 Thread Chris Wright
* Bourn, Lionel (lionel.bo...@turner.com) wrote: thank you. You are correct. ip link show qg-559e0c87-26 27: qg-559e0c87-26: BROADCAST,UP,LOWER_UP mtu 1500 qdisc noqueue state UNKNOWN link/ether ee:eb:e0:88:00:50 brd ff:ff:ff:ff:ff:ff The next action that fails is ip link

[Openstack] OpenStack Monitoring with Nagios

2013-06-28 Thread Narayanan, Krishnaprasad
Hi Stackers, I am Krishnaprasad from University of Mainz, Germany and as a part of a project, we have developed APIs that gets monitoring information from Nagios for the virtual machines running in OpenStack cloud. The component aggregates basic VM information from OpenStack, available

Re: [Openstack] OpenStack Monitoring with Nagios

2013-06-28 Thread Matt Joyce
Ceilometer is authoritative data taken directly from message bus queries and keeps a back history, as opposed to nagios which does periodic finite state checks. Ceilometer is intended to be a log of transactions necessary to provide billing information. Or potentially an audit log. Nagios is

Re: [Openstack] OpenStack Monitoring with Nagios

2013-06-28 Thread Sid Sudhi
Hi Narayanan, I can offer some help to review them - Is there a link to documentation of some sorts? thanks sid On Fri, Jun 28, 2013 at 2:53 PM, Narayanan, Krishnaprasad naray...@uni-mainz.de wrote: Hi Stackers, ** ** I am Krishnaprasad from University of Mainz, Germany and as a

Re: [Openstack] Problem installing healthnmon

2013-06-28 Thread claudio marques
Thank you Jobin :) Have a nice weekend Cláudio Marques claudio@onesource.pthttp://www.onesource.pt/Date: Fri, 28 Jun 2013 23:01:38 +0530 From: jobin...@gmail.com To: clau...@onesource.pt CC: openstack@lists.launchpad.net Subject: Re: [Openstack] Problem installing healthnmon Hey, Claudio! Just

Re: [Openstack] HTTP headers are incorrectly treated case sensitive by jClouds causing OpenStack x-storage-url to fail

2013-06-28 Thread Ali, Saqib
Hello David, Thanks for the response. I believe we are using the apache web frontend for the enabling SSL on the end-points. I have asked our OpenStack folks to share the setup and reasoning behind use of the Apache web frontend. They will respond here shortly. I am not sure why our instance of

Re: [Openstack] HTTP headers are incorrectly treated case sensitive by jClouds causing OpenStack x-storage-url to fail

2013-06-28 Thread Ali, Haneef
As far as I know, Apache will make it lower-case. I use keystone with Apache frontend (mo-wsgi) and all the headers are in lowercase. I was wondering how David is getting correct case. BTW my environment is Ubuntu Precise running apache2.2 Thanks Haneef From: Openstack

Re: [Openstack] HTTP headers are incorrectly treated case sensitive by jClouds causing OpenStack x-storage-url to fail

2013-06-28 Thread Ali, Saqib
Hello Haneef, That's what we are seeing as well. So have have guys run into any issues with jClouds? Thanks. On Fri, Jun 28, 2013 at 2:10 PM, Ali, Haneef haneef@hp.com wrote: As far as I know, Apache will make it lower-case. I use keystone with Apache frontend (mo-wsgi) and all the

Re: [Openstack] OpenStack Monitoring with Nagios

2013-06-28 Thread Jay Kumbhani
Hello Krishna I totally agree with Matt. Ceilometer basically taking data from resource utilization perspective and Nagios is resource monitoring tool. Both have different context to use. As you said by integrating Nagios we can definitely create value to Celiometer by providing extra

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_nova_trunk #459

2013-06-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/459/Project:precise_havana_nova_trunkDate of build:Fri, 28 Jun 2013 02:01:17 -0400Build duration:14 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #301

2013-06-28 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/301/Project:saucy_havana_nova_trunkDate of build:Fri, 28 Jun 2013 02:02:11 -0400Build duration:13 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_quantum_trunk #182

2013-06-28 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/182/Project:saucy_havana_quantum_trunkDate of build:Fri, 28 Jun 2013 03:31:19 -0400Build duration:48 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #244

2013-06-28 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/244/Project:precise_havana_quantum_trunkDate of build:Fri, 28 Jun 2013 03:31:19 -0400Build duration:44 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_quantum_trunk #183

2013-06-28 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/183/Project:saucy_havana_quantum_trunkDate of build:Fri, 28 Jun 2013 07:31:14 -0400Build duration:31 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #245

2013-06-28 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/245/Project:precise_havana_quantum_trunkDate of build:Fri, 28 Jun 2013 07:31:14 -0400Build duration:31 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #246

2013-06-28 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/246/Project:precise_havana_quantum_trunkDate of build:Fri, 28 Jun 2013 08:31:14 -0400Build duration:26 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_quantum_trunk #184

2013-06-28 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/184/Project:saucy_havana_quantum_trunkDate of build:Fri, 28 Jun 2013 08:31:15 -0400Build duration:36 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #302

2013-06-28 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/302/Project:saucy_havana_nova_trunkDate of build:Fri, 28 Jun 2013 09:31:20 -0400Build duration:12 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Failure: precise_havana_python-keystoneclient_trunk #49

2013-06-28 Thread openstack-testing-bot
at 20130628-1005Build

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_python-keystoneclient_trunk #48

2013-06-28 Thread openstack-testing-bot
at 20130628-1007Build needed 00:01:14

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #303

2013-06-28 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/303/Project:saucy_havana_nova_trunkDate of build:Fri, 28 Jun 2013 10:32:15 -0400Build duration:9 min 23 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_quantum_trunk #185

2013-06-28 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/185/Project:saucy_havana_quantum_trunkDate of build:Fri, 28 Jun 2013 13:01:18 -0400Build duration:48 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #247

2013-06-28 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/247/Project:precise_havana_quantum_trunkDate of build:Fri, 28 Jun 2013 13:02:08 -0400Build duration:33 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-keystoneclient_trunk #49

2013-06-28 Thread openstack-testing-bot
at 20130628

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #304

2013-06-28 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/304/Project:saucy_havana_nova_trunkDate of build:Fri, 28 Jun 2013 14:02:15 -0400Build duration:8 min 56 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #305

2013-06-28 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/305/Project:saucy_havana_nova_trunkDate of build:Fri, 28 Jun 2013 15:01:18 -0400Build duration:7 min 31 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #306

2013-06-28 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/306/Project:saucy_havana_nova_trunkDate of build:Fri, 28 Jun 2013 16:01:30 -0400Build duration:6 min 17 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_keystone_trunk #97

2013-06-28 Thread openstack-testing-bot
at 20130628

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #307

2013-06-28 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/307/Project:saucy_havana_nova_trunkDate of build:Fri, 28 Jun 2013 18:02:21 -0400Build duration:14 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_keystone_trunk #98

2013-06-28 Thread openstack-testing-bot
at 20130628

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #308

2013-06-28 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/308/Project:saucy_havana_nova_trunkDate of build:Fri, 28 Jun 2013 18:33:20 -0400Build duration:33 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #309

2013-06-28 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/309/Project:saucy_havana_nova_trunkDate of build:Fri, 28 Jun 2013 19:06:34 -0400Build duration:18 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #248

2013-06-28 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/248/Project:precise_havana_quantum_trunkDate of build:Fri, 28 Jun 2013 20:02:21 -0400Build duration:57 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_quantum_trunk #186

2013-06-28 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/186/Project:saucy_havana_quantum_trunkDate of build:Fri, 28 Jun 2013 20:01:53 -0400Build duration:1 min 42 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #310

2013-06-28 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/310/Project:saucy_havana_nova_trunkDate of build:Fri, 28 Jun 2013 20:03:19 -0400Build duration:9 min 30 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #249

2013-06-28 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/249/Project:precise_havana_quantum_trunkDate of build:Fri, 28 Jun 2013 22:31:15 -0400Build duration:26 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_quantum_trunk #187

2013-06-28 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/187/Project:saucy_havana_quantum_trunkDate of build:Fri, 28 Jun 2013 22:31:15 -0400Build duration:36 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #311

2013-06-28 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/311/Project:saucy_havana_nova_trunkDate of build:Sat, 29 Jun 2013 01:01:22 -0400Build duration:7 min 53 secBuild cause:Started by an SCM changeBuilt