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 wrote: > 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 Horizon > dashboa

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 Fri

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

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 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 wrote: > On Fri, Jun 28, 2013 at 2:00 AM, Ali, Saqib wrote: > > Is there anything we can do to w

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

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

2013-06-28 Thread Stefano Maffulli
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 descri

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

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 c

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 ask.openstack.org

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: 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 set qg-559e

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

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 ver

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

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 i

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 [mailto:openstack-b

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 wrote: > 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 lo

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 infor