read aws instance type from file

This commit is contained in:
TangBin
2018-11-01 15:41:32 +08:00
parent 350caaeac8
commit bbcaf0084c
2 changed files with 10 additions and 4 deletions
+2
View File
@@ -56,6 +56,8 @@ type ComputeOptions struct {
DefaultMaxSnapshotCount int `default:"9" help:"Per Disk max snapshot count, default 9"`
DefaultMaxManualSnapshotCount int `default:"2" help:"Per Disk max manual snapshot count, default 2"`
// aws instance type file
DefaultAwsInstanceTypeFile string `default:"/etc/yunion/aws_instance_types.json" help:"aws instance type json file"`
cloudcommon.DBOptions
}
File diff suppressed because one or more lines are too long