Hi all, I'm following the Icehouse+Ubuntu14.04 docs and ran into an issue. I'm building the whole thing on virtualbox, btw. I've made it through to networking section and create my demo-net and ext-net. I can ping my ext-net router IP from my external physical network so it all looks good. I loaded the cirros image and try to launch it as a tiny with:
nova boot --flavor m1.tiny --image cirros031 train01 --nic net-id=c76f0659-7af2-4779-a4c9-2a5754c99f96 After a while it goes into error state and the compute log shows: "VirtualInterfaceCreateException: Virtual Interface creation failed" full output: http://pastebin.com/J2xqYAUd I noticed a lot of the Icehouse build defaults to ml2 and corrected it so all neutron processes are loading ovs configs (ie /etc/default/neutron-server sets NEUTRON_PLUGIN_CONFIG="/etc/neutron/plugins/ml2/ml2_conf.ini"). Any help appreciated. I'm not sure what i've missed. cheers, august
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack