ssh_public_keys on Azure virtual machine is a list (#4350)

The ssh_public_keys must be a list otherwise will give the error:
"argument ssh_public_keys is of type <type 'dict'> and we were unable to convert to list"
reviewable/pr18780/r1
Patrick Marques 8 years ago committed by Matt Davis
parent ef84dbbddd
commit f3c0c09fb6

@ -241,7 +241,7 @@ EXAMPLES = '''
storage_account: testaccount001 storage_account: testaccount001
admin_username: adminUser admin_username: adminUser
ssh_public_keys: ssh_public_keys:
path: /home/adminUser/.ssh/authorized_keys - path: /home/adminUser/.ssh/authorized_keys
key_data: < insert yor ssh public key here... > key_data: < insert yor ssh public key here... >
network_interfaces: testvm001 network_interfaces: testvm001
image: image:

Loading…
Cancel
Save