blob: 3ac5d684299c09a4a0626d0038fb6427e707684e [file] [log] [blame]
Mohammed Naserc6e431b2024-03-15 01:21:44 -04001package openstack_helm
2
3type KeystoneConf struct {
4 Database *DatabaseConf `yaml:"database,omitempty"`
5}