Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
1382c87cef8680f3a8008068e6d5f2460991054f
/
.
/
internal
/
openstack_helm
/
nova.go
blob: 5f5618b9455177c316144138de9eb2b9bfdc1d1a [
file
] [
log
] [
blame
]
Mohammed Naser
c6e431b
2024-03-15 01:21:44 -0400
[
diff
] [
blame
]
1
package openstack_helm
2
3
type NovaConf struct {
4
Database *DatabaseConf `yaml:"database,omitempty"`
5
}