Re: [Openstack] [openstack] how to configure quantum so that two private network can ping each other?

2013-06-14 Thread Yuling_C
Thanks Ashok. I've already executed the following two commands: nova secgroup-add-rule default icmp -1 -1 0.0.0.0/0 nova secgroup-add-rule default tcp 22 22 0.0.0.0/0 However, it still didn't help. I can see that vm1 can ping vm2's gateway, and vice versa. Just vm1 could not ping vm2. Could i

Re: [Openstack] [openstack] how to configure quantum so that two private network can ping each other?

2013-06-14 Thread Ashok Kumaran
Hi Yuling, You may need to check the security group rules , ensure that the security group allows ICMP and ssh(22) in case you are looking for ssh access, Regards, Ashok On Sat, Jun 15, 2013 at 7:10 AM, wrote: > Hi All, > > From openstack documentation, it seems that if we need to crea

[Openstack] [openstack] how to configure quantum so that two private network can ping each other?

2013-06-14 Thread Yuling_C
Hi All, >From openstack documentation, it seems that if we need to create routers in >order to have two private network ping each other. However, I followed the >instruction on the website >http://docs.openstack.org/trunk/openstack-network/admin/content/l3_workflow.html, > but still could not

Re: [Openstack] Load Balancers for Swift with nginx and pound

2013-06-14 Thread Pete Zaitcev
On Fri, 14 Jun 2013 18:43:21 +0800 王娜 wrote: > like this,before I stop the proxy service ,there are five containers. I would double-check that both proxies had same ring files. -- Pete ___ Mailing list: https://launchpad.net/~openstack Post to :

Re: [Openstack] curl with swift

2013-06-14 Thread Pete Zaitcev
On Mon, 10 Jun 2013 11:28:01 -0700 Remo Mattei wrote: > I am using this command now but I get not auth to get this object. > curl -X GET \ > -H "X-Auth-Token: 813c6eef9f474e7f860ef42dcaeeb53b" \ > http://192.168.235.113:8080/v1/AUTH_9ffeae726f33436b9e0796d31f85f730/remo.pen > > Remo.pem The c

[Openstack] OpenStack Community Weekly Newsletter (June 7 – 14)

2013-06-14 Thread Stefano Maffulli
Welcome Heidi, Margie, Jeremy, and Tom to the OpenStack Foundation team! Since the Foundation launched last September, we’ve continued to build out a diverse team. This

Re: [Openstack] OpenStack API versions and release content

2013-06-14 Thread Anne Gentle
On Fri, Jun 14, 2013 at 2:10 PM, Everett Toews wrote: > On Jun 13, 2013, at 3:11 PM, Dolph Mathews wrote: > > > > > So, for example: > > > > - diablo supports Identity API v2.0 and was extensible to support a > non-OpenStack Identity API (v1.1) > > - essex supports Identity API v2.0 > > - folsom s

Re: [Openstack] OpenStack API versions and release content

2013-06-14 Thread Everett Toews
On Jun 13, 2013, at 3:11 PM, Dolph Mathews wrote: > > So, for example: > > - diablo supports Identity API v2.0 and was extensible to support a > non-OpenStack Identity API (v1.1) > - essex supports Identity API v2.0 > - folsom supports Identity API v2.0 > - grizzly supports Identity API v2.0 an

Re: [Openstack] [Horizon] UX Discussions - proposal for better organization, rising activity and awareness

2013-06-14 Thread Toshiyuki Hayashi
Hi Jarda, Thank you for sharing the G+ community, I just joined and will check the discussions! I hope we can move to GH shortly, the new G+ UI is not so good for discussions. On Wed, Jun 12, 2013 at 10:49 PM, Jaromir Coufal wrote: > Hi Toshi, > > it's great to meet you and thanks for support.

[Openstack] Sniffing Quantum GRE networks

2013-06-14 Thread Dennis Højgaard
In OpenStack with Quantum you can create virtual networks via Open vSwitch and the GRE protocol. My question is: If i create two GRE based network in Quantum will I somehow be able to sniff network 1 from network 2? Or how is the security at that point? I am actually going to exam in a project on

Re: [Openstack] Trove implementation in Openstack with Red Hat 6

2013-06-14 Thread Tim Bell
Michael, It is desirable that a project, such as Trove, in incubation would be able to install and run on Redhat derived systems as well as Ubuntu/Debian. With the combination of packstack/RDO, RedHat based deployment is becoming a lot easier and I would hope that this is considered to attract

Re: [Openstack] Cinder problems with usage and caching ?

2013-06-14 Thread Ollie Leahy
I'm going to reply further to this at https://bugs.launchpad.net/cinder/+bug/1174193 so that any data relevant to this bug is available in one place. Ollie On 14/06/13 09:15, Heiko Krämer wrote: Hey Ollie, thx for your reply. I would but i don't have more informations as in my post before. My

Re: [Openstack] Reddwarf implementation in Openstack with Red Hat 6

2013-06-14 Thread Michael Basnight
Hi Andrea, We currently have some compatibility issues wrt installing in rpm distros. I'm working on getting heat set up for our initial installation, and that will help alleviate some pain with the differing distros and how they install packages. I encourage you to set the system up in a Debia

[Openstack] Reddwarf implementation in Openstack with Red Hat 6

2013-06-14 Thread contact
Hi all, I'm trying to figure out how to install Reddwarf on a existing server running Openstack (installed trought RDO - http://openstack.redhat.com/) in a Red Hat 6 server. The actual script for Reddwarf seems to be Ubuntu-only and, obviously, nothing goes in the right way. Actually the sc

Re: [Openstack] Load Balancers for Swift with nginx and pound

2013-06-14 Thread John Dickinson
Also, just as general info, don't use nginx in front of Swift. nginx buffers request bodies, and that can become very problematic when uploading content into the Swift cluster (especially since the body could be up to 5GB--not too many of those requests and you'll overload your nginx box). Seco

[Openstack] Possible bug with Cinder/keystone PKI token

2013-06-14 Thread Samuel Winchenbach
Hi All, There appears to be a problem with PKI authentication with Cinder in Grizzly. I am running Ubuntu 12.04 LTS with Grizzle installed from the cloud archive, up-to-date as of June 13th 2013. Below you can find several logs that show the errors I am encountering. If I change token_format t

Re: [Openstack] Can I run qemu-kvm in an OpenStack Instance

2013-06-14 Thread Daniel Ellison
On Jun 13, 2013, at 5:54 PM, Daniel Ellison wrote: > That did it! I'm now creating a CentOS KVM image in an Ubuntu OpenStack VM. > I'll wait until it finishes before celebrating, but there are no errors so > far. Well I didn't get to celebrate, as the veewee build process stops after it's fini

Re: [Openstack] Can I run qemu-kvm in an OpenStack Instance

2013-06-14 Thread Daniel Ellison
On Jun 14, 2013, at 12:24 AM, laclasse wrote: > > Yes, the Ubuntu cloud image is made to run as a guest atop an hypervisor and > it makes sense to optimize it by removing the unlikely needed modules that > usually require hardware to run (nested virt is not yet common). Scott Moser > may confi

Re: [Openstack] Load Balancers for Swift with nginx and pound

2013-06-14 Thread Christian Schwede
Hi, Because of the nginx problem ,so I change to use pound ,but ... but can not execute post or upload regarding pound: you have to enable the PUT method to upload objects. Simply add "xHTTP 2" in the section below: User"root" Group "root" ListenHTTP Address 172.18.56.

[Openstack] Load Balancers for Swift with nginx and pound

2013-06-14 Thread 王娜
Hello,Stackers First question: I built a swift cluser,two proxy server , one nginx server ---load balance for two swift proxy server,and two storage server 1.when I stop swift proxy service on one proxy server The command " swift -V 2 -A http://172.18.56.195:5000/v2.0 -U service:glance -K pas

[Openstack] how to give security group in REST json request to create server

2013-06-14 Thread Anshul Gangwar
I am trying to create instance from REST client. I want to give security group in json request so that the instance gets created in some specified security group. I didn't find any document regarding this. I have tried giving security_group paramater as http://10.102.153.51:8774/v2/f24b19b2b81c

Re: [Openstack] Cinder problems with usage and caching ?

2013-06-14 Thread Heiko Krämer
Hey Ollie, thx for your reply. I would but i don't have more informations as in my post before. My DB looks clean: mysql> select SUM(size) from volumes where deleted=0\G *** 1. row *** SUM(size): 88 1 row in set (0.00 sec) mysql> select SUM(volume_

Re: [Openstack] [Openstack-operators] Horizon troubleshooting

2013-06-14 Thread Juan José Pavlik Salles
Did you check keystone logs? If you use the same credentiales through the console, does it work? 2013/6/13 Igor Laskovy > Hello all! > > Have installation of Grizzly and during log in to Horizon get "Something > went wrong!" page after sent credentials. > > Apache log helpless. In other logs (s