436
438
func (env *azureEnviron) newRole(vhd *gwacl.OSVirtualHardDisk, userData string, roleHostname string) *gwacl.Role {
437
439
// TODO: Derive the role size from the constraints.
438
440
// ExtraSmall|Small|Medium|Large|ExtraLarge
440
442
// Create a Linux Configuration with the username and the password
441
443
// empty and disable SSH with password authentication.