Hi,

I installed openstack grizzly with nova-network, and A few days ago I
upgraded grizzly from 2013.1.4 to  2013.1.5.
After that, I have met a certain error,"*'LocalManager' object has no
attribute 'l3driver'", * whenever disassociating floating ip from
instance(click the button 'disassociate floating ip' on the dashboard)
Has anybody experienced that error ?

==================================================================
(in /var/log/nova/nova-api.log)

2014-04-28 18:10:07.970 ERROR nova.api.openstack
[req-c191c285-d3be-432c-984a-d0318bb30862 bb2effc39ba64b918a0e8472b16fabbf
89fe35c0a8a2492cab2aa367f29fcd0a] *Caught error: 'LocalManager' object has
no attribute 'l3driver'*
2014-04-28 18:10:07.970 30532 TRACE nova.api.openstack Traceback (most
recent call last):
2014-04-28 18:10:07.970 30532 TRACE nova.api.openstack   File
"/usr/lib/python2.7/dist-packages/nova/api/openstack/__init__.py", line 81,
in __call__
...
2014-04-28 18:10:07.970 30532 TRACE nova.api.openstack     retval =
f(*args, **kwargs)
2014-04-28 18:10:07.970 30532 TRACE nova.api.openstack   File
"/usr/lib/python2.7/dist-packages/nova/network/floating_ips.py", line 461,
in do_disassociate
2014-04-28 18:10:07.970 30532 TRACE nova.api.openstack
self.l3driver.remove_floating_ip(address, fixed['address'],
2014-04-28 18:10:07.970 30532 TRACE nova.api.openstack *AttributeError:
'LocalManager' object has no attribute 'l3driver'*
2014-04-28 18:10:07.970 30532 TRACE nova.api.openstack

===================================================================

Thanks,
yulli
_______________________________________________
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

Reply via email to