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

Bug #1212438 reported by Mathew Odden
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Undecided
Mathew Odden

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

Tags: db
Matt Riedemann (mriedem)
tags: added: db
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (master)

Fix proposed to branch: master
Review: https://review.openstack.org/42013

Changed in nova:
assignee: nobody → Mathew Odden (locke105)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/42013
Committed: http://github.com/openstack/nova/commit/83f14d7c676d125de850eaa04c241525d99ad3f2
Submitter: Jenkins
Branch: master

commit 83f14d7c676d125de850eaa04c241525d99ad3f2
Author: Matt Odden <email address hidden>
Date: Wed Aug 14 08:18:50 2013 +0000

    Fix typo in exception message

    fixes bug 1212438

    Change-Id: Ib563fc10743600284a385fcbda1967c85182f542

Changed in nova:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in nova:
milestone: none → havana-3
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: havana-3 → 2013.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.