Skip to content

Commit 768781c

Browse files
authored
Merge pull request #49 from plumgrid/fawad2
add domain display name field
2 parents de024c0 + 00a5d01 commit 768781c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugin/driver/pg_helper.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ func DomainCreate(domainID string) {
153153
"` + domainID + `": {
154154
"enable": "True",
155155
"context": "` + domainID + `",
156+
"vd_display_name": "` + domainID + `",
156157
"domains": {}, "rules": {}}}}`)
157158
RestCall("PUT", url, data)
158159

0 commit comments

Comments
 (0)