]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Mark methods used in class only with prefix "_"
authorSeif Lotfy <s.lotfy@telekom.de>
Sun, 14 Jul 2013 23:05:44 +0000 (23:05 +0000)
committerSeif Lotfy <s.lotfy@telekom.de>
Tue, 16 Jul 2013 10:55:37 +0000 (10:55 +0000)
commit2fd5e00ce51146f376f4d0aae712c650ebc6f6ed
tree6acaa861e0680f6e410e7bc63ac2fa41e18fb4e7
parent5be685218b5dc08b9cd9e024482bbb2ed2eccf7d
Mark methods used in class only with prefix "_"

In the swift driver the three methods prepare_nbackup, backup_chunk
and finalize_backup are used internally in the class only and are
not meant to be used from outside. Thus marked with prefix "_"

Change-Id: Idf3a75f2e799c16b1442a349e0724d3e5af2795a
cinder/backup/drivers/swift.py