VMware: vmware_datastore_maintenancemode: check params (#56515)

Check the `datastore` parameter and raise an error if nothing has been
found.
This commit is contained in:
Gonéri Le Bouder
2019-05-16 10:22:18 -04:00
committed by Abhijeet Kasurde
parent 4b39748d21
commit a4f08617d4
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- vmware_datastore_maintenancemode - Raise an error if the datastore does not exist.