Syntax error in hp3par driver

Bug #1186566 reported by Dirk Mueller
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Cinder
Fix Released
High
Dirk Mueller
Grizzly
Fix Released
High
Dirk Mueller

Bug Description

https://review.openstack.org/#/c/19526/ introduced a typo in the except statement:

--- a/cinder/volume/drivers/san/hp/hp_3par_common.py
+++ b/cinder/volume/drivers/san/hp/hp_3par_common.py
...
+ try:
+ extra['name'] = snapshot['display_name']
+ except AttribteError:
+ pass

I assume this should have been AttributeError.

Changed in cinder:
assignee: nobody → Dirk Mueller (dmllr)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/31379
Committed: http://github.com/openstack/cinder/commit/af055f6e325ccbf6d44ee39c97dc10a6704efda4
Submitter: Jenkins
Branch: master

commit af055f6e325ccbf6d44ee39c97dc10a6704efda4
Author: Dirk Mueller <email address hidden>
Date: Sat Jun 1 14:52:45 2013 +0200

    Fix AttributeError typo

    Fixes Bug LP #1186566

    Change-Id: I8211d365c4d3532cd6ffc3b3041661ff6b9e637f

Changed in cinder:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/grizzly)

Reviewed: https://review.openstack.org/31384
Committed: http://github.com/openstack/cinder/commit/775ea13672c900c49e731cef049b4cecb04cece7
Submitter: Jenkins
Branch: stable/grizzly

commit 775ea13672c900c49e731cef049b4cecb04cece7
Author: Dirk Mueller <email address hidden>
Date: Sat Jun 1 14:52:45 2013 +0200

    Fix AttributeError typo

    Fixes Bug LP #1186566

    Change-Id: I8211d365c4d3532cd6ffc3b3041661ff6b9e637f

tags: added: in-stable-grizzly
Thierry Carrez (ttx)
Changed in cinder:
milestone: none → havana-2
status: Fix Committed → Fix Released
Alan Pevec (apevec)
Changed in cinder:
importance: Undecided → High
tags: removed: in-stable-grizzly
Thierry Carrez (ttx)
Changed in cinder:
milestone: havana-2 → 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.