Commit 1e0fd8c
NVIDIA: SAUCE: virtinst: Fix CCA launchSecurity property name mappings
The second argument to add_arg() should be the Python property name,
not the CLI argument name. This was causing errors when trying to use
CCA-specific properties.
Before this fix:
--launchSecurity type=cca,measurementLog=on
ERROR: obj=<DomainLaunchSecurity> does not have member=measurement-log
Signed-off-by: Ian May <ianm@nvidia.com>1 parent 99f918d commit 1e0fd8c
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5330 | 5330 | | |
5331 | 5331 | | |
5332 | 5332 | | |
5333 | | - | |
5334 | | - | |
5335 | | - | |
| 5333 | + | |
| 5334 | + | |
| 5335 | + | |
5336 | 5336 | | |
5337 | 5337 | | |
5338 | 5338 | | |
| |||
0 commit comments