fix: add creation password
This commit is contained in:
1
types.go
1
types.go
@@ -12,6 +12,7 @@ type LXCProperties struct {
|
||||
Hostname string `json:"hostname"`
|
||||
Description string `json:"description,omitempty"`
|
||||
OSTemplate string `json:"ostemplate,omitempty"`
|
||||
Password string `json:"password,omitempty"`
|
||||
Cores int `json:"cores"`
|
||||
Memory int `json:"memory"`
|
||||
OnBoot int `json:"onboot"`
|
||||
|
||||
Reference in New Issue
Block a user