Mohammed Naser | c6e431b | 2024-03-15 01:21:44 -0400 | [diff] [blame] | 1 | package openstack_helm |
2 | |||||
3 | type SenlinConf struct { | ||||
4 | API SenlinAPIConf `yaml:"senlin_api"` | ||||
5 | Database *DatabaseConf `yaml:"database,omitempty"` | ||||
6 | } | ||||
7 | |||||
8 | type SenlinAPIConf struct { | ||||
9 | Workers int32 `yaml:"workers"` | ||||
10 | } |