yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #23513
[Bug 1378732] [NEW] migrate_to_ml2 script doesn't work for Juno release
Public bug reported:
The error looks like:
Traceback (most recent call last):
File "migrate_to_ml2.py", line 485, in <module>
main()
File "migrate_to_ml2.py", line 481, in main
args.vxlan_udp_port)
File "migrate_to_ml2.py", line 135, in __call__
self.define_ml2_tables(metadata)
AttributeError: 'MigrateOpenvswitchToMl2_Juno' object has no attribute 'define_ml2_tables'
This is caused by define_ml2_tables is a method of BaseMigrateToMl2_IcehouseMixin but not MigrateOpenvswitchToMl2_Juno. We should make MigrateOpenvswitchToMl2_Juno based on BaseMigrateToMl2_IcehouseMixin to solve this problem.
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1378732
Title:
migrate_to_ml2 script doesn't work for Juno release
Status in OpenStack Neutron (virtual network service):
New
Bug description:
The error looks like:
Traceback (most recent call last):
File "migrate_to_ml2.py", line 485, in <module>
main()
File "migrate_to_ml2.py", line 481, in main
args.vxlan_udp_port)
File "migrate_to_ml2.py", line 135, in __call__
self.define_ml2_tables(metadata)
AttributeError: 'MigrateOpenvswitchToMl2_Juno' object has no attribute 'define_ml2_tables'
This is caused by define_ml2_tables is a method of BaseMigrateToMl2_IcehouseMixin but not MigrateOpenvswitchToMl2_Juno. We should make MigrateOpenvswitchToMl2_Juno based on BaseMigrateToMl2_IcehouseMixin to solve this problem.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1378732/+subscriptions
Follow ups
References