Re: [Openstack] Problem with neutron

2013-12-20 Thread Amir Sadoughi
migrate with OpenStack + neutron + XenServer setup? > I can't live migration, got error: http://paste.openstack.org/show/55683/ > Maybe this is because my neutron setup is not working completely, but maybe > this is bug in live migration ... > > Thanks. > > On 2013

Re: [Openstack] [Neutron] Additional default security group rules

2013-12-18 Thread Amir Sadoughi
Hi Craig, Regarding #2, IMHO, I think that would be solving your security group issues at the wrong layer. As an admin you could create the default security group for the tenant with the rules you would like via API. In other words, I would automate the creation of the default security group ru

Re: [Openstack] Problem with neutron

2013-12-16 Thread Amir Sadoughi
My apologies, it looks like I scanned your original error message too quickly. “Found no network for bridge br-int” means you need to run `xe network-create …`. AFAICT, xe network-create does not let you specify the bridge name. So, from the result of xe network-create, you need to invoke `ovs-v

Re: [Openstack] Problem with neutron

2013-12-15 Thread Amir Sadoughi
Hi Mārtiņš, It’s definitely possible to have OpenStack Nova and Neutron work on XenServer using Open vSwitch. I have it running with ML2 plugin right now. Can you share your nova.conf and neutron.conf? Preferably at paste.openstack.org instead of in an e-mail. Also,