Mirror change in api volumes

Bug #1479598 reported by Lisa Li
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Cinder
Fix Released
Undecided
Lisa Li

Bug Description

        source_replica = volume.get('source_replica')
        if source_replica is not None:
            try:
                src_vol = self.volume_api.get_volume(context,
                                                     source_replica)
                if src_vol['replication_status'] == 'disabled':
                    explanation = _('source volume id:%s is not'
                                    ' replicated') % source_volid

Should be
                    explanation = _('source volume id:%s is not'
                                    ' replicated') % source_replica

Lisa Li (lisali)
Changed in cinder:
assignee: nobody → Lisa Li (lisali)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to cinder (master)

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

Changed in cinder:
status: New → In Progress
Revision history for this message
Gorka Eguileor (gorka) wrote :

I think bug description should describe the bug, not the fix (although the fix can be included as well). This looks like a patch more than a bug report.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/207280
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=f72cf0a9850337d57040608777fab5ad5319fa34
Submitter: Jenkins
Branch: master

commit f72cf0a9850337d57040608777fab5ad5319fa34
Author: lisali <email address hidden>
Date: Thu Jul 30 11:18:25 2015 +0800

    Fix error message in cinder/api/v2/volumes.py

    Minor fix.

    Change-Id: I1269e271581cc523368b3e59fe4b8ced4febf9de
    Closes-Bug: #1479598

Changed in cinder:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in cinder:
milestone: none → liberty-3
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in cinder:
milestone: liberty-3 → 7.0.0
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.