document the new provider configuration skip_dns_check_before_creating_vm

This commit is contained in:
Samuel Beaulieu 2022-02-11 13:10:08 -06:00
parent 66eb598e4e
commit dd375b20c3
No known key found for this signature in database
GPG key ID: 12030F74136D0F34
5 changed files with 14 additions and 9 deletions

View file

@ -24,6 +24,7 @@ describe Vmpooler::API::V2 do
'site_name' => 'test pooler',
'vm_lifetime_auth' => 2,
},
providers: { vsphere: {} },
pools: [
{'name' => 'pool1', 'size' => 5},
{'name' => 'pool2', 'size' => 10},