From: huyang Date: Wed, 27 Jan 2016 03:54:06 +0000 (+0800) Subject: Fix update_consistencygroup log info X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=578b8c4c20a48bb4fa7fd67ae8515cbd899c3f1c;p=openstack-build%2Fcinder-build.git Fix update_consistencygroup log info In update_consistencygroup function, the log info is inappropriate, so fix it. Change-Id: I0de0c3ebdcf9da2d6e975027ebba519869e84c3b Closes-Bug: #1538391 --- diff --git a/cinder/volume/manager.py b/cinder/volume/manager.py index ec487bc3a..ddeb809b1 100644 --- a/cinder/volume/manager.py +++ b/cinder/volume/manager.py @@ -2921,7 +2921,7 @@ class VolumeManager(manager.SchedulerDependentManager): self._notify_about_consistencygroup_usage( context, group, "update.end") - LOG.info(_LI("Delete consistency group " + LOG.info(_LI("Update consistency group " "completed successfully."), resource={'type': 'consistency_group', 'id': group.id})