Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit b5bf704

Browse files
author
Dan Kirkwood
committed
remove sample
1 parent 7e8d8ed commit b5bf704

File tree

1 file changed

+0
-19
lines changed
  • openstack/compute/v2/extensions/quotasets

1 file changed

+0
-19
lines changed

openstack/compute/v2/extensions/quotasets/results.go

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,6 @@ import (
77
)
88

99
// QuotaSet is a set of operational limits that allow for control of compute usage.
10-
const sample = `
11-
{
12-
"quota_set" : {
13-
"fixed_ips" : -1,
14-
"security_groups" : 10,
15-
"id" : "56b6c3eb639e48c691052919e5a60dc3",
16-
"injected_files" : 5,
17-
"injected_file_path_bytes" : 255,
18-
"cores" : 108,
19-
"security_group_rules" : 20,
20-
"keypairs" : 10,
21-
"instances" : 25,
22-
"ram" : 204800,
23-
"metadata_items" : 128,
24-
"injected_file_content_bytes" : 10240
25-
}
26-
}
27-
`
28-
2910
type QuotaSet struct {
3011
//ID is tenant associated with this quota_set
3112
ID string `mapstructure:"id"`

0 commit comments

Comments
 (0)