Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
794587a0ab7d70d995c41456626834d89498ffe1
/
.
/
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"`
}