yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #28411
[Bug 1421042] [NEW] AttributeError during migration legacy router to DVR router.
Public bug reported:
After commit https://review.openstack.org/124879 is merged, when
migrating a legacy router to distributed router, AttributeError:
'LegacyRouter' object has no attribute 'dist_fip_count' is reported
because ri object in l3 agent is LegacyRouter instead of DvrRouter.
LegacyRouter doesn't has attribute dist_fip_count.
** Affects: neutron
Importance: Undecided
Assignee: Xu Han Peng (xuhanp)
Status: In Progress
** Tags: l3-dvr-backlog
** Tags added: l3-dvr-backlog
** Changed in: neutron
Assignee: (unassigned) => Xu Han Peng (xuhanp)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1421042
Title:
AttributeError during migration legacy router to DVR router.
Status in OpenStack Neutron (virtual network service):
In Progress
Bug description:
After commit https://review.openstack.org/124879 is merged, when
migrating a legacy router to distributed router, AttributeError:
'LegacyRouter' object has no attribute 'dist_fip_count' is reported
because ri object in l3 agent is LegacyRouter instead of DvrRouter.
LegacyRouter doesn't has attribute dist_fip_count.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1421042/+subscriptions
Follow ups
References