Activity log for bug #1449058

Date Who What changed Old value New value Message
2015-04-27 14:25:27 zhu zhu bug added bug
2015-04-27 15:20:35 zhu zhu bug added subscriber Ma Wen Cheng
2015-04-27 15:26:48 zhu zhu description Looks the commit changes deprecated some configuration under neutron.conf: https://review.openstack.org/#/c/172810/ But in neutron code, it is still adoption as below. Instead of using [nova] section 'admin_auth_url' or 'admin_username' etc. CONF.nova_admin_auth_url CONF.nova_admin_username CONF.nova_admin_password CONF.nova_admin_tenant_id CONF.nova_admin_tenant_name https://github.com/openstack/neutron/blob/master/neutron/common/config.py#L116 Still need in: https://github.com/openstack/neutron/blob/master/neutron/notifiers/nova.py#L85 Deprecating the options for nova_admin* options will make neutron fail to notify nova for event and could lead VM spawn failure when vif_plugging_is_fatal=true in nova.conf Looks the commit changes deprecated some configuration under neutron.conf: https://review.openstack.org/#/c/172810/ But in neutron code, it is still adoption as below. Instead of using [nova] section 'admin_auth_url' or 'admin_username' etc. CONF.nova_admin_auth_url CONF.nova_admin_username CONF.nova_admin_password CONF.nova_admin_tenant_id CONF.nova_admin_tenant_name https://github.com/openstack/neutron/blob/master/neutron/notifiers/nova.py#L85 And for /etc/neutron/neutron.conf of neutron project, also it still use nova_admin* options. https://github.com/openstack/neutron/blob/master/etc/neutron.conf#L347 Deprecating the options for nova_admin* options by cookbook will make neutron fail to notify nova for event and could lead VM spawn failure when vif_plugging_is_fatal=true in nova.conf
2015-04-27 19:22:15 Mark Vanderwiel tags network
2015-04-28 01:59:00 Ma Wen Cheng openstack-chef: assignee Ma Wen Cheng (mars914)
2015-04-28 02:12:37 OpenStack Infra openstack-chef: status New In Progress
2015-04-30 15:45:14 Mark Vanderwiel openstack-chef: importance Undecided High
2015-04-30 15:45:17 Mark Vanderwiel openstack-chef: milestone liberity-rc1
2015-04-30 15:45:25 Mark Vanderwiel openstack-chef: milestone liberity-rc1 kilo-rc1
2015-05-11 19:50:02 Mark Vanderwiel summary neutron fail to send event to nova [network] neutron fail to send event to nova
2015-05-27 02:52:31 OpenStack Infra openstack-chef: assignee Ma Wen Cheng (mars914) Wei Hu (huwei-xtu)
2015-05-27 22:14:57 OpenStack Infra openstack-chef: status In Progress Fix Released