Re: [Netstack] VM creation error in Devstack

2012-02-21 Thread Anne Gentle
or notifying users of quantum, and for getting >> folks to help review docs changes :) >> >> I'm CC'ing Anne to see if she has input. >> >> dan >> >> >>> >>> >>> Thanks, >>> ~Sumit. >>> >>> > -O

Re: [Netstack] VM creation error in Devstack

2012-02-20 Thread Dan Wendlandt
gt; >> Thanks, > >> ~Sumit. > >> > >> > -Original Message- > >> > From: netstack-bounces+snaiksat=cisco@lists.launchpad.net > >> > [mailto:netstack-bounces+snaiksat=cisco@lists.launchpad.net] On > >> > Behalf Of Dan

Re: [Netstack] VM creation error in Devstack

2012-02-20 Thread Anne Gentle
isco@lists.launchpad.net >> > [mailto:netstack-bounces+snaiksat=cisco@lists.launchpad.net] On >> > Behalf Of Dan Wendlandt >> > Sent: Tuesday, February 07, 2012 8:36 PM >> > To: Shweta Padubidri (shpadubi) >> > Cc: netstack@lists.launchpad.net >> &g

Re: [Netstack] VM creation error in Devstack

2012-02-20 Thread Dan Wendlandt
t] On > > Behalf Of Dan Wendlandt > > Sent: Tuesday, February 07, 2012 8:36 PM > > To: Shweta Padubidri (shpadubi) > > Cc: netstack@lists.launchpad.net > > Subject: Re: [Netstack] VM creation error in Devstack > > > > Hi Shweta, > > > > Than

Re: [Netstack] VM creation error in Devstack

2012-02-08 Thread Sumit Naiksatam (snaiksat)
sat=cisco@lists.launchpad.net] On > Behalf Of Dan Wendlandt > Sent: Tuesday, February 07, 2012 8:36 PM > To: Shweta Padubidri (shpadubi) > Cc: netstack@lists.launchpad.net > Subject: Re: [Netstack] VM creation error in Devstack > > Hi Shweta, > > Thanks for the detailed report, this is

Re: [Netstack] VM creation error in Devstack

2012-02-08 Thread Shweta Padubidri (shpadubi)
07, 2012 11:36 PM To: Shweta Padubidri (shpadubi) Cc: netstack@lists.launchpad.net Subject: Re: [Netstack] VM creation error in Devstack Hi Shweta, Thanks for the detailed report, this is very helpful. With some recent changes in nova, you can no longer specify the project "name"

Re: [Netstack] VM creation error in Devstack

2012-02-07 Thread Dan Wendlandt
7;  File > "/opt/stack/nova/nova/network/quantum/manager.py", line 363, in > allocate_for_instance\n    instance_type_id, host)\n', u'  File > "/opt/stack/nova/nova/network/quantum/manager.py", line 476, in > get_instance_nw_info\n    net_tenant_id = >

Re: [Netstack] VM creation error in Devstack

2012-02-07 Thread Shweta Padubidri (shpadubi)
in get_instance_nw_info\nnet_tenant_id = net_tenant_dict[network[\'uuid\']]\n', u"KeyError: 'b1f828c1-d769-4aab-a77a-c999e3b49ecf'\n"]. (nova.rpc): TRACE: Thanks Shweta -Original Message- From: Dan Wendlandt [mailto:d...@nicira.com] Sent: Tues

Re: [Netstack] VM creation error in Devstack

2012-02-07 Thread Dan Wendlandt
Hi Shweta, Thanks for sending this out, its great to have more people banging on Quantum to flush out issues. I don't think this is the issue Brad fixed. When I was writing unit tests, I actually saw an error very similar to this, but it was using a config that was invalid. Would be good if you

[Netstack] VM creation error in Devstack

2012-02-06 Thread Shweta Padubidri (shpadubi)
Hi, So in the devstack setup that I have(its about 3-4 days old), when I create a vm in the default tenant it comes up without any problems. But when I create a network within the admin tenant and provide that net-id when creating a vm in that network, it gives me the following error. no