mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 02:37:24 +08:00
fix(region): disable cloudpods auto create project (#23937)
This commit is contained in:
@@ -37,10 +37,6 @@ func (self *SCloudpodsProviderFactory) GetName() string {
|
||||
return cloudpods.CLOUD_PROVIDER_CLOUDPODS
|
||||
}
|
||||
|
||||
func (self *SCloudpodsProviderFactory) IsNeedForceAutoCreateProject() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
func (self *SCloudpodsProviderFactory) ValidateCreateCloudaccountData(ctx context.Context, input cloudprovider.SCloudaccountCredential) (cloudprovider.SCloudaccount, error) {
|
||||
ret := cloudprovider.SCloudaccount{}
|
||||
if len(input.AuthUrl) == 0 {
|
||||
|
||||
Reference in New Issue
Block a user