blob: 5cb3e40fb957c28ce364a3e634c758dcf6835703 [file] [log] [blame] [edit]
package openstack_helm
type SenlinConf struct {
API SenlinAPIConf `yaml:"senlin_api"`
Database *DatabaseConf `yaml:"database,omitempty"`
}
type SenlinAPIConf struct {
Workers int32 `yaml:"workers"`
}