mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-24 16:03:43 +08:00
Merge pull request #9134 from ioito/hotfix/qx-azure-win-account
fix(region): azure win os defualt user
This commit is contained in:
@@ -232,7 +232,8 @@ func (self *SAzureGuestDriver) GetInstanceCapability() cloudprovider.SInstanceCa
|
||||
Changeable: false,
|
||||
},
|
||||
Windows: cloudprovider.SOsDefaultAccount{
|
||||
DefaultAccount: api.VM_DEFAULT_WINDOWS_LOGIN_USER,
|
||||
// Administrator 为Azure保留用户,不能使用
|
||||
DefaultAccount: api.VM_AZURE_DEFAULT_LOGIN_USER,
|
||||
Changeable: false,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user