+ Update doc - fix mistype

Fix error in config file syntax when defining multiple vCenter
This commit is contained in:
Sims24 2016-02-23 11:49:23 +01:00
parent b640d4ae9f
commit 5a4a2c144e
1 changed files with 2 additions and 3 deletions

View File

@ -58,11 +58,10 @@ In case you have many VirtualCenters, the configuration is (note the use of ","
'default' => {'url' => 'https://vcenter/sdk', 'default' => {'url' => 'https://vcenter/sdk',
'username' => 'test@test.fr', 'username' => 'test@test.fr',
'password' => 'xxxx'}, 'password' => 'xxxx'},
},
'other' => {'url' => 'https://other_vcenter/sdk', 'other' => {'url' => 'https://other_vcenter/sdk',
'username' => 'test@test.fr', 'username' => 'test@test.fr',
'password' => 'xxxx'}, 'password' => 'xxxx'},
} },
); );
'other' and 'default' are containers name. 'other' and 'default' are containers name.