comparing StorageConnection.password breaks idempotency (#48933)

pull/44428/head
bverschueren 6 years ago committed by John R Barker
parent 68cafbda2b
commit 5cd31578cc

@ -176,7 +176,6 @@ class StorageConnectionModule(BaseModule):
equal(self.param('nfs_timeout'), entity.nfs_timeo) and
equal(self.param('nfs_retrans'), entity.nfs_retrans) and
equal(self.param('mount_options'), entity.mount_options) and
equal(self.param('password'), entity.password) and
equal(self.param('username'), entity.username) and
equal(self.param('port'), entity.port) and
equal(self.param('target'), entity.target) and

Loading…
Cancel
Save