[openstack-dev] openstack-dev][nova][neturon] NoopFirewallDriver lead nova boot/show/list failure.

2013-10-19 Thread Chang Bo Guo
Hi ALL, There is bug https://bugs.launchpad.net/python-neutronclient/+bug/1232965. When set firewall_driver = neutron.agent.firewall.NoopFirewallDriver in /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini , Nova operations (list/show/boot) will fail. due to Nuetron client raises NotFound

[openstack-dev] [nova] Jekins failed for all nova submit due to library boto change method signature

2013-10-10 Thread Chang Bo Guo
Hi ALL, Recently, Jekins build failed for all nova submit. This is due to boto changed method signature. get_http_connection(host,is_secure) --- get_http_connection(host, port, is_secure) see

[openstack-dev] [nova] bug:When compute service is down, Peforming aciton on instance will leave task_state in intermediate state

2013-09-26 Thread Chang Bo Guo
Hi ALL, When compute service is down, Performing action on instance will leave instance's task_state in intermediate state like 'powering-off'/'powering-on' until the compute service is available again. Details please see https://bugs.launchpad.net/nova/+bug/1228804, I also post a patch for