Add disk management methods to hyper-v driver actions

This commit is contained in:
Brian Cain 2020-04-07 15:26:40 -07:00
parent fe7705e694
commit e8b900936a
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0

View File

@ -149,6 +149,8 @@ module VagrantPlugins
b3.use NetSetMac
end
b3.use CleanupDisks
b3.use Disk
b3.use StartInstance
b3.use WaitForIPAddress
b3.use WaitForCommunicator, [:running]