Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
refs/heads/stable/2023.1
/
.
/
internal
/
openstack_helm
/
senlin.go
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"`
}