Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
305b787770f86998fb11456650c4de7a7b656b5f
/
.
/
internal
/
openstack_helm
/
senlin.go
blob: 5cb3e40fb957c28ce364a3e634c758dcf6835703 [
file
] [
log
] [
blame
]
package openstack_helm
type SenlinConf struct {
API SenlinAPIConf `yaml:"senlin_api"`
Database *DatabaseConf `yaml:"database,omitempty"`
}
type SenlinAPIConf struct {
Workers int32 `yaml:"workers"`
}