[Openstack] Horizon Error - Requested URL / was not found on this server.

2013-06-03 Thread K, Shanthakumar
I have successfully configured openstack Grizzly setup. While launching the dashboard I'm getting the following error in webpage, + Not Found The requested URL / was not found on this server. Apache Server at 10.1.52.161 Port 80 ++

[Openstack] configure devstack to get cinder volume events/meters from ceilometer

2013-06-03 Thread Anshul Gangwar
I want to receive cinder volume meters from ceilometer.  What changes shall i make in localrc file of devstack to acheive this? I have already tried as describe in previous query https://lists.launchpad.net/openstack/msg24112.html Thanks, Anshul ___

Re: [Openstack] [Swift] Storage Server Redirection

2013-06-03 Thread Hua ZZ Zhang
Paul, The blueprint of object-variation is able to allow an object to have variant versions which are derived from the original master object. The access to the master object can be smartly adapted or redirected to matched version for different clients (web browser, mobile app, video player). On

Re: [Openstack] [Quantum] second tenant's several VMs' floating ip can't be accessed.

2013-06-03 Thread Aaron Rosen
You are probably running quantum commands as an admin user that's why you got the error: Multiple security_group matches found for name 'default', use an ID to be more specific. If you run quantum security-group-list and then: quantum security-group-rule-create --protocol icmp --direction ingres

Re: [Openstack] [Quantum] second tenant's several VMs' floating ip can't be accessed.

2013-06-03 Thread Li, Leon
Aaron, Thanks for helping. Actually I already have had this rule: (quantum) security-group-rule-list +--++---+--+--+--+ | id | security_group | direction | protocol |

Re: [Openstack] [Swift] Storage Server Redirection

2013-06-03 Thread Hua ZZ Zhang
Paul, I might misunderstand your blueprint here. it make sense to me if redirection happens internally b/w proxy server and object server. I have thought this redirection happens b/w client and proxy server, and a new object URL will be sent to client. Best Regards,

Re: [Openstack] [Quantum] second tenant VM's floating ip can't be accessed.

2013-06-03 Thread Aaron Rosen
Hi Li, If you can ping out to the internet from your second vm but not back in it's most likely related to security groups. I'd try running: quantum security-group-rule-create --protocol icmp --direction ingress default and see if that allows ping from the internet to be received. Aaron On Mo

Re: [Openstack] Does cell support qpid

2013-06-03 Thread Tom Fifield
I could also be very wrong here, but my impression was while most of nova does work in that way, I believe cells is a special case and only really supports rabbitmq right now... Regards, Tom On 03/06/13 22:01, Endre Karlson wrote: What I'm writing here might be uncorrect but here goes. I

[Openstack] R: Mac parallels vm issues

2013-06-03 Thread Remo Mattei
I found the fix so I can test this on my laptop Ciao Messaggio originale Da: Remo Mattei Data: 06/02/2013 23:16 (GMT-06:00) A: openstack@lists.launchpad.net Oggetto: [Openstack] Mac parallels vm issues Hi everyone I have the opportunities to test devstack on my Mac 16 g

Re: [Openstack] [OSSA 2013-013] Keystone client local information disclosure (CVE-2013-2013)

2013-06-03 Thread Robert Collins
What if we were to always do a release after a security advisory? On 4 Jun 2013 06:25, "Jeremy Stanley" wrote: > On 2013-06-03 10:51:19 -0700 (-0700), Lloyd Dewolf wrote: > [...] > > Interestingly, the OSSA 2013-014 notice did include > > "python-keystoneclient fix (will be included in upcoming 0

Re: [Openstack] [OSSA 2013-013] Keystone client local information disclosure (CVE-2013-2013)

2013-06-03 Thread Jeremy Stanley
On 2013-06-03 10:51:19 -0700 (-0700), Lloyd Dewolf wrote: [...] > Interestingly, the OSSA 2013-014 notice did include > "python-keystoneclient fix (will be included in upcoming 0.2.4 > release)". I'm going to chalk that up to Thierry knowing the version number at that point, since the OSSA 2013-01

[Openstack] [Swift] Intermittent error 403 "Access was denied to this resource"

2013-06-03 Thread Andrii Loshkovskyi
Hello, I would appreciate if you help me to troubleshoot the following issue: I am having error 403 intermittenly when listing containers in swift. Sometimes the error appears a few times per hour, sometimes once per day. Basically, it's possible to reproduce the error with a simple curl command:

Re: [Openstack] cloud-init on SL6 unable to access metadata server

2013-06-03 Thread Justin Chiu
On 2013-06-03 10:28 AM, George Mihaiescu wrote: Try manually removing the route to 169.254.0.0 from inside the instance: route del -net 169.254.0.0/16 dev eth0 And then test again with "curl -m 10 -s http://169.254.169.254/latest/meta-data/public-keys/0/openssh-key"; curl could not connect to

Re: [Openstack] [OSSA 2013-013] Keystone client local information disclosure (CVE-2013-2013)

2013-06-03 Thread Lloyd Dewolf
Thanks Jeremy, I agree with you. I prefer a follow up after the fact. Interestingly, the OSSA 2013-014 notice did include "python-keystoneclient fix (will be included in upcoming 0.2.4 release)". Thank you, Lloyd On Mon, Jun 3, 2013 at 10:37 AM, Jeremy Stanley wrote: > On 2013-06-03 10:01:03

Re: [Openstack] [OSSA 2013-013] Keystone client local information disclosure (CVE-2013-2013)

2013-06-03 Thread Jeremy Stanley
On 2013-06-03 10:01:03 -0700 (-0700), Lloyd Dewolf wrote: > I appreciate that it often isn't appropriate, but in this case it > might have been beneficial to include python-keystoneclient > version 0.2.4 where this is first resolved. What's the better way to do that, do you think? Delay the announ

[Openstack] cloud-init on SL6 unable to access metadata server

2013-06-03 Thread Justin Chiu
Hi all, I am having some issues with cloud-init being unable to contact the metadata server. cloud-init built into a base Scientific Linux 6.4 image with Oz. Any ideas on what might be the cause? Starting cloud-init: ci-info: lo: 1 127.0.0.1 255.0.0.0 . ci-info: eth0 : 1 10.0.100.

Re: [Openstack] [OSSA 2013-013] Keystone client local information disclosure (CVE-2013-2013)

2013-06-03 Thread Lloyd Dewolf
I appreciate that it often isn't appropriate, but in this case it might have been beneficial to include python-keystoneclient version 0.2.4 where this is first resolved. Thank you, Lloyd On Thu, May 23, 2013 at 1:52 PM, Jeremy Stanley wrote: > OpenStack Security Advisory: 2013-013 > CVE: CVE-20

Re: [Openstack] python-keystoneclient 0.2.4 available on pypi

2013-06-03 Thread Dolph Mathews
Just a small update... the --version flag was broken in 0.2.4 [1], so 0.2.5 has now been released to pypi [2] specifically to fix this issue. [1]: https://launchpad.net/python-keystoneclient/+milestone/0.2.5 [2]: https://pypi.python.org/pypi/python-keystoneclient/ -Dolph On Wed, May 29, 2013 at

Re: [Openstack] l3-agent iptables-restore: line 23 failed

2013-06-03 Thread Remo Mattei
did you do iptables-save? if you want to save the rules and check them out do iptables-save >nameofthefile. That should do it. Remo On Jun 1, 2013, at 07:45 , Martin Mailand wrote: > Hi List, > > if I add my routers gateway to an external network, I get an error in > the l3-agent.log, abou

Re: [Openstack] l3-agent iptables-restore: line 23 failed

2013-06-03 Thread Brian Haley
On 06/01/2013 10:45 AM, Martin Mailand wrote: > Hi List, > > if I add my routers gateway to an external network, I get an error in > the l3-agent.log, about a failure in iptables-restore. > As far as I know iptables-restore gets the information on stdin, how > could I see the iptable rules which d

Re: [Openstack] Migrating from nova-network to quantum

2013-06-03 Thread Maciej Gałkiewicz
Hi Thx for such detailed response. I have approach at least three problems with the migration. 1. Controller node (nova-api) is probably not able to speak with nova-network and quantum simultaneously. Old instances loss their IPs (at least in dashboard) which forces me to migrate all instances at

Re: [Openstack] [Swift] Storage Server Redirection

2013-06-03 Thread Luse, Paul E
Hi Peter- On the first point, note that all 3 of the features in question were submitted by John as separate blueprints - I don't need to understand *all* of the possible usages of the re-direct capability to implement it, it's a generic 'utility' capability that either of these other two bluep

Re: [Openstack] [Swift] Storage Server Redirection

2013-06-03 Thread Peter Portante
On Mon, Jun 3, 2013 at 8:41 AM, Luse, Paul E wrote: > Hi Peter, > > I'd ask that Edward may want to chime in on object variation as I may not > understand that one correctly - again I'm proposing to just implement the > redirect response blueprint and reference object variation as a potential >

Re: [Openstack] [Swift] Storage Server Redirection

2013-06-03 Thread Luse, Paul E
Hi Peter, I'd ask that Edward may want to chime in on object variation as I may not understand that one correctly - again I'm proposing to just implement the redirect response blueprint and reference object variation as a potential user simply because John mentioned it in his original write-up

Re: [Openstack] [Swift] Storage Server Redirection

2013-06-03 Thread Luse, Paul E
Thanks for the response John, see below... Thx Paul -Original Message- From: John Dickinson [mailto:m...@not.mn] Sent: Sunday, June 02, 2013 11:29 PM To: Luse, Paul E Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] [Swift] Storage Server Redirection On May 31, 2013, at 4:53

Re: [Openstack] [Swift] Storage Server Redirection

2013-06-03 Thread Luse, Paul E
So I'm not attached to 5xx as an error code, I was actually debating between the two before sending this message out so have no argument for 5xx - I'll gladly switch the plan to 3xx :) Thanks Paul -Original Message- From: Peter Portante [mailto:peter.a.porta...@gmail.com] Sent: Monday,

Re: [Openstack] Swift performance issues with requests

2013-06-03 Thread Kuo Hugo
Hi Klaus, How's the disk space usage now? Cheers +Hugo Kuo+ h...@swiftstack.com tonyt...@gmail.com +886 935004793 2013/5/31 Klaus Schürmann > Hi, > > when I test my new swift cluster I get a strange behavior with GET and PUT > requests. > Most time it is really fast. But sometimes it takes a

Re: [Openstack] Does cell support qpid

2013-06-03 Thread Endre Karlson
What I'm writing here might be uncorrect but here goes. I think the Qpid support is just to change the config parameter in nova.conf to the class that has Qpid no?. I think the "support" is handled in the different api classes and not at the MQ transport library level. Endre 2013/6/3 Lau Jay

Re: [Openstack] [Swift] Storage Server Redirection

2013-06-03 Thread Peter Portante
Hi Paul, Can you explain more about the two use cases referenced? Object Variation seems like a nice idea, but can you clarify how the mechanism would work to get at the variations? Any examples? From the current descriptions, it seems like the LFS Patch could help here without adding anything to

Re: [Openstack] [Swift] Storage Server Redirection

2013-06-03 Thread Peter Portante
Hi Paul, I would like to echo Hua's and John's concern about 5xx code uses. Using 3xx codes should be fine. Can you give a sufficient argument to consider 5xx? Thanks, -peter On Mon, Jun 3, 2013 at 5:49 AM, Hua ZZ Zhang wrote: >>> 2) The basic idea is that an object server (via middleware or o

[Openstack] Does cell support qpid

2013-06-03 Thread Lau Jay
Hi Chris and Stackers, I'm trying to do some evaluation on cell, does cell also support qpid? If support, how to configure? Thanks, Jay ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://

Re: [Openstack] [Swift] Storage Server Redirection

2013-06-03 Thread Hua ZZ Zhang
>> 2) The basic idea is that an object server (via middleware or otherwise) will be given the ability to respond to a request to indicate ‘not me but I know who should handle this’. I’m thinking this makes more sense as a 5xx response with additional information (partition, nodes) about the route

[Openstack] [Quantum] second tenant VM's floating ip can't be accessed.

2013-06-03 Thread Li, Leon
Hi all, I set up an openstack recently. My first tenant's VMs' floating IP work fine. All of them is pingable from "Internet". However on second tenant, via GUI or CLI I can successfully assign floating IPs to VMs, but they are not pingable. Meanwhile, I can ping Internet from VM's private netw

Re: [Openstack] [Cinder] Re: Multiple machines hosting cinder-volumes with Folsom ?

2013-06-03 Thread Sylvain Bauza
Thanks Jerome for the clarification. I just posted out a blogpost for adding a Second volume to Cinder in Folsom [3]. Maybe it could be merged with the official Folsom Ubuntu Cinder documentation ? There is only H/A aspects that are mentioned by now. Someone from the documentation team ? Could