← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1212438] Re: Message typo in nova.db.sqlalchemy.utils.py

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => havana-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1212438

Title:
  Message typo in nova.db.sqlalchemy.utils.py

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
      for name, column in shadow_columns.iteritems():
          if name not in columns:
              raise exception.NovaException(
                  _("Extra column %(table)%.%(column)s in shadow table")
                          % {'column': name, 'table': shadow_table.name})
      return True

  
  The exception error message has a typo: 

  column %(table)%.%(column)s in

  should be

  column %(table)s.%(column)s in

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1212438/+subscriptions