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. nova.rpc): TRACE: File "/opt/stack/nova/nova/rpc/__init__.py", line 70, in call (nova.rpc): TRACE: return _get_impl().call(context, topic, msg, timeout) (nova.rpc): TRACE: File "/opt/stack/nova/nova/rpc/impl_kombu.py", line 611, in call (nova.rpc): TRACE: return rpc_amqp.call(context, topic, msg, timeout) (nova.rpc): TRACE: File "/opt/stack/nova/nova/rpc/amqp.py", line 334, in call (nova.rpc): TRACE: rv = list(rv) (nova.rpc): TRACE: File "/opt/stack/nova/nova/rpc/amqp.py", line 302, in __iter__ (nova.rpc): TRACE: raise result (nova.rpc): TRACE: RemoteError: Remote error: KeyError '80ee39d4-170c-4822-90b4-2ab947d80823' (nova.rpc): TRACE: [u'Traceback (most recent call last):\n', u' File "/opt/stack/nova/nova/rpc/amqp.py", line 249, in _process_data\n rval = node_func(context=ctxt, **node_args)\n', u' 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 = net_tenant_dict[network[\'uuid\']]\n', u"KeyError: '80ee39d4-170c-4822-90b4-2ab947d80823'\n"]. Is this a known error? If so what is the work around? I know there was an error observed on the Bug Squashing day related to Tenant Id not being set. I am not sure if the KeyError listed above was observed as well. Please let me know. Thanks Shweta
-- Mailing list: https://launchpad.net/~netstack Post to : netstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~netstack More help : https://help.launchpad.net/ListHelp