Skip to content

Commit

Permalink
Fix Issue #534 (#576)
Browse files Browse the repository at this point in the history
* Fix Issue #390, Allow 'size' in snapshot options

* Updated usage doc

* Fix issue #534 - invalid config entry creates session leak
wdurairaj committed Apr 25, 2019
1 parent 827c8d1 commit 9cdc457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpedockerplugin/hpe/hpe_3par_common.py
Original file line number Diff line number Diff line change
@@ -206,8 +206,8 @@ def check_for_setup_error(self):
{"common_ver": self.VERSION,
"rest_ver": hpe3parclient.get_version_string()})

self.client_login()
try:
self.client_login()
cpg_names = self.src_bkend_config.hpe3par_cpg
for cpg_name in cpg_names:
self.validate_cpg(cpg_name)

0 comments on commit 9cdc457

Please sign in to comment.