Re: [Openstack] Network cannot be found

2013-02-11 Thread Greg Chavez
Brilliant. Ran it like this: nova --os-username demo --os-password demo --os-tenant-name demoProject boot --image aefa581f-47b0-4d46-8dbc-1a1f7f02dfa0 --flavor 2 --nic net-id=3de1e780-07d1-42af-89cc-0feaf1ece6e9 server-01 And it spawned! Into an ERROR state, perhaps, but it spawned! I'm

[Openstack] Network cannot be found

2013-02-10 Thread Greg Chavez
This has me utterly befuddled. All I'm trying to do is bring up a Cirros VM on my 3-node controller+network+compute Folsom setup. So nova is configured on the controller to use quantum: network_api_class = nova.network.quantumv2.api.API quantum_admin_username = quantum quantum_admin_password =

Re: [Openstack] Network cannot be found

2013-02-10 Thread Aaron Rosen
Hi Greg, I checked out why this can happen and I think the reason you are getting this is because you are trying to create a vm as an admin user on a network that you are not the owner. https://github.com/openstack/nova/blob/master/nova/network/quantumv2/api.py#L95 Thanks, Aaron On Sun, Feb