NetApp: Fix SVM scoped user startup exception

Due to an issue discovered in certain versions of ONTAP the driver may
not start for a SVM scoped user. When this error occurs an exception is
raised, by the driver, that includes the text "User not permitted to
query Data ONTAP volumes". The bug fix resolves this issue for a SVM
scoped user that has the correct role assigned (i.e. vsadmin).

Change-Id: Ic000ba6694eca72ae78437f7d773277fd67b0395
Closes-Bug: #1705738
(cherry picked from commit 158ccc7836)
This commit is contained in:
Chuck Fouts 2017-07-26 10:43:04 -04:00
parent dd0e46963c
commit bf4e53c7e6
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ SSC_API_MAP = {
'netapp_dedup',
'netapp_compression',
],
('volume', 'show', 'volume-get-iter'): [
('volume', '*show', 'volume-get-iter'): [
'netapp_flexvol_encryption',
],
}