]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix backup manager formatting error.
authorAvishay Traeger <avishay@il.ibm.com>
Tue, 9 Apr 2013 06:27:46 +0000 (09:27 +0300)
committerJohn Griffith <john.griffith@solidfire.com>
Wed, 10 Apr 2013 22:57:22 +0000 (16:57 -0600)
commitfed7c923156b6f808d3d8b3db6c520810f49b135
tree2d2a1962a4e6634c06980ab83f5613c86da82147
parente59213540b0eb6d06d65ba57580bd3fcaf574f26
Fix backup manager formatting error.

ID was being printed as %d instead of %s, causing tests to fail. This
error was previously undetected.
In addition, NetApp tests are failing due to a bug in the suds
package, which is no longer actively maintained. This patch adds skips
to the problematic tests, which should be removed once the issue is
resolved.

Change-Id: I5645909f59aa2ea3dc536ed4707ea75754307050
Fixes: bug 1166600
(cherry picked from commit 23bd028ce39bebf0f5d2403df328ad55e6eb007e)
cinder/backup/manager.py
cinder/tests/test_netapp.py