Re: [Openstack] Call for help on Grizzly documentation

2013-03-16 Thread Pranav
Hi, Even I'm interested. Ill be working on this for sure. Regards, Pranav On Fri, Mar 15, 2013 at 7:42 PM, Michael Basnight wrote: > Of course... I spaced. I'd love to review the doc for this. > > Sent from my digital shackles > > On Mar 15, 2013, at 5:47 AM, "Anne Gentle" wrote: > > Yes, go

Re: [Openstack] glance --- HTTPInternalServerError (HTTP 500)

2013-03-16 Thread 杨峰
No, I did not follow devstack install, I am installing folsom from three new virtual machines. I had checked those conf/ini files, I add follow lines in every files. but I always get the same error, any other I can check? sql_connection = mysql://glance:password@localhost/glance admin_tenant_name

Re: [Openstack] ssh from VM to VM

2013-03-16 Thread Chathura M. Sarathchandra Magurawalage
Thanks for your reply. I have inserted PasswordAuthentication yes to the ssh config file. All VMs have the same metadata including the ssh public key of the controller. So I cant see why only cirros vms can do this. Still does not work. On 16 March 2013 06:24, Aaron Rosen wrote: > I suspect

Re: [Openstack] using vlan tagged ports in cluster

2013-03-16 Thread Pranav
It is common to loose your network in 3 NIC setup that is why the third NIC card, its ok if you cant ping your public IP directly. But this work around wont hurt either. This work around has been implemented in two nic VLAN method in the same git repo. Regards, Pranav On Fri, Mar 15, 2013 at 10:0

Re: [Openstack] ssh from VM to VM

2013-03-16 Thread Pranav
I think you need not exchange key pairs for Cirros image. Regards, Pranav On Sat, Mar 16, 2013 at 4:32 PM, Chathura M. Sarathchandra Magurawalage < 77.chath...@gmail.com> wrote: > Thanks for your reply. > > I have inserted PasswordAuthentication yes to the ssh config file. All > VMs have the sam

Re: [Openstack] Unable to successfully create instances with horizon

2013-03-16 Thread Pranav
Hi, I have a similar setup and I spawn Nova Instances inside OpenStack deployed on VirtuaBox VM instances. Make sure that your VM's are configured to Qemu and not KVM as KVM will not work inside VM's. Also check this out it has complete steps to setup OpenStack on VM's. https://github.com/dguitarb

Re: [Openstack] [Quantum] Access problem to Metadata server

2013-03-16 Thread Pranav
there is a problem with Quantum Network you need to use L2 and L3 agents. Or Nova-Networks. Regards, Pranav On Fri, Mar 15, 2013 at 1:55 PM, Sylvain Bauza wrote: > > > Le 15/03/2013 08:20, Sammy Fung a écrit : > > I am following this nice guide to configure Quantum. > > > https://github.com/ms

[Openstack] TC Candidacy

2013-03-16 Thread Chuck Thier
Hello all, I would like to run for a seat on the TC. I am one of the original developers of Rackspace Cloud Files which became Openstack Swift, and was deeply involved with the creation of Openstack. I also lead the team at Rackspace to create Cloud Block Storage which built off the foundation

Re: [Openstack] ssh from VM to VM

2013-03-16 Thread Chathura M. Sarathchandra Magurawalage
I solved the issue by copying the rsa public key of the first VM to the second VM. Thought I did not have to do this. Thanks. On 16 March 2013 12:34, Pranav wrote: > I think you need not exchange key pairs for Cirros image. > Regards, > Pranav > > > On Sat, Mar 16, 2013 at 4:32 PM, Chathura M.