small typo in error msg in bin/glance member_add

Bug #872276 reported by Tom Hancock
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Glance
Fix Released
Low
Tom Hancock
Diablo
Fix Released
Undecided
Unassigned

Bug Description

I just spotted this typo in bin/glance (line 941) function member_add

 print ('Add "%(member_id)" to membership of image %(image_id)s'
               % locals())

should probably read (missing s) ??

 print ('Add "%(member_id)s" to membership of image %(image_id)s'
               % locals())

Revision history for this message
Jay Pipes (jaypipes) wrote :

Nice catch, Tom!

Changed in glance:
status: New → Triaged
importance: Undecided → Low
milestone: none → essex-1
Revision history for this message
Jay Pipes (jaypipes) wrote :

Tom, care to submit this patch? :)

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : A change has been merged to openstack/glance

Reviewed: https://review.openstack.org/852
Committed: http://github.com/openstack/glance/commit/6aacf2388a03a138502d1ed05dce6c3bfb0502cc
Submitter: Jenkins
Branch: master

 status fixcommitted
 done

commit 6aacf2388a03a138502d1ed05dce6c3bfb0502cc
Author: Tomas Hancock <email address hidden>
Date: Wed Oct 12 16:08:10 2011 +0100

    Fixes LP Bug#872276 - small typo in error message

    Add a missing s to a % formatted print statement
    Add my name to Authors file

    Change-Id: Ib086fb9bee6f55a3bd89f3108269050c6eb0f8b9

Changed in glance:
status: Triaged → Fix Committed
Jay Pipes (jaypipes)
Changed in glance:
assignee: nobody → Tom Hancock (tom-hancock)
Thierry Carrez (ttx)
Changed in glance:
status: Fix Committed → Fix Released
Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to glance (stable/diablo)

Reviewed: https://review.openstack.org/1775
Committed: http://github.com/openstack/glance/commit/f2f052dfbf6f05fbce1ad7399340f82310ed603c
Submitter: Jenkins
Branch: stable/diablo

 tag in-stable-diablo
 done

commit f2f052dfbf6f05fbce1ad7399340f82310ed603c
Author: Tomas Hancock <email address hidden>
Date: Wed Oct 12 16:08:10 2011 +0100

    Fixes LP Bug#872276 - small typo in error message

    Add a missing s to a % formatted print statement
    Add my name to Authors file

    (cherry picked from commit 6aacf2388a03a138502d1ed05dce6c3bfb0502cc)

    Change-Id: Ib086fb9bee6f55a3bd89f3108269050c6eb0f8b9

Thierry Carrez (ttx)
Changed in glance:
milestone: essex-1 → 2012.1
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.