Hi
I tried the RDO installation based on instructions at
http://openstack.redhat.com/Quickstart
With the default config if we spawn off a VM failed because the
neutron-openvswitch-agent.service terminated.
The reason is the error below which looks like
https://bugs.launchpad.net/neutron/+bug/1322139
2014-06-07 02:35:55.311 15597 ERROR neutron.plugins.openvswitch.agent.ovs_neutron_agent
[req-aae1a4c5-7b45-42b3-886c-1657b25032e2 None] Agent terminated
2014-06-07 02:35:55.311 15597 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent
Traceback (most recent call last):
2014-06-07 02:35:55.311 15597 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent
File
"/usr/lib/python2.7/site-packages/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py",
line 231, in _check_ovs_version
2014-06-07 02:35:55.311 15597 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent
ovs_lib.check_ovs_vxlan_version(self.root_helper)
2014-06-07 02:35:55.311 15597 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent
File "/usr/lib/python2.7/site-packages/neutron/agent/linux/ovs_lib.py", line
551, in check_ovs_vxlan_version
2014-06-07 02:35:55.311 15597 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent
'kernel', 'VXLAN')
2014-06-07 02:35:55.311 15597 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent
File "/usr/lib/python2.7/site-packages/neutron/agent/linux/ovs_lib.py", line
529, in _compare_installed_and_required_version
2014-06-07 02:35:55.311 15597 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent
raise SystemError(msg)
2014-06-07 02:35:55.311 15597 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent
SystemError: Unable to determine kernel version for Open vSwitch with VXLAN support. To
use VXLAN tunnels with OVS, please ensure that the version is 1.10 or newer!
I thought the install would go through with default options. Would it be possible to fix
the default answers file so that the default installation passes on some simple tests like
VM launcher
Ajay