mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 10:46:58 +08:00
fix(region): aws security group name generate
This commit is contained in:
@@ -54,7 +54,7 @@ func init() {
|
||||
}
|
||||
|
||||
func (self *SAwsRegionDriver) IsAllowSecurityGroupNameRepeat() bool {
|
||||
return true
|
||||
return false
|
||||
}
|
||||
|
||||
func (self *SAwsRegionDriver) GenerateSecurityGroupName(name string) string {
|
||||
|
||||
Reference in New Issue
Block a user