← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1378732] Re: migrate_to_ml2 script doesn't work for Juno release

 

This is an automated cleanup. This bug report has been closed because it
is older than 18 months and there is no open code change to fix this.
After this time it is unlikely that the circumstances which lead to
the observed issue can be reproduced.

If you can reproduce the bug, please:
* reopen the bug report (set to status "New")
* AND add the detailed steps to reproduce the issue (if applicable)
* AND leave a comment "CONFIRMED FOR: <RELEASE_NAME>"
  Only still supported release names are valid (INCUBATOR-JUNO, LIBERTY, MITAKA, NEWTON).
  Valid example: CONFIRMED FOR: INCUBATOR-JUNO


** Changed in: neutron
   Importance: Medium => Undecided

** Changed in: neutron
       Status: Confirmed => Expired

** Changed in: neutron
     Assignee: Mark McClain (markmcclain) => (unassigned)

-- 
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 neutron:
  Expired

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


References