Commit d5f2a0e 1 parent f22298f commit d5f2a0e Copy full SHA for d5f2a0e
File tree 2 files changed +62
-18
lines changed
src/fireedge/etc/sunstone
2 files changed +62
-18
lines changed Original file line number Diff line number Diff line change @@ -91,47 +91,69 @@ info-tabs:
91
91
enabled : true
92
92
information_panel :
93
93
enabled : true
94
-
95
94
permissions_panel :
96
95
enabled : true
97
-
98
96
ownership_panel :
99
97
enabled : true
100
-
101
98
vcenter_information_panel :
102
99
enabled : true
103
100
parent : USER_TEMPLATE
104
101
prefix : VCENTER_
105
-
106
102
lxc_information_panel :
107
103
enabled : true
108
-
109
104
general_attributes_panel :
110
105
enabled : true
111
106
parent : USER_TEMPLATE
112
-
113
107
monitor_panel :
114
108
enabled : true
115
109
parent : MONITORING
116
110
117
111
capacity :
118
112
enabled : true
113
+ actions :
114
+ resize_capacity : true
115
+
119
116
storage :
120
117
enabled : true
118
+ parent : DISK
119
+ actions :
120
+ attach_disk : true
121
+ detach_disk : true
122
+ snapshot_disk_create : true
123
+ snapshot_disk_revert : true
124
+ snapshot_disk_delete : true
125
+ resize_disk : true
126
+
121
127
network :
122
128
enabled : true
129
+ parent : NIC
130
+ actions :
131
+ attach_nic : true
132
+ detach_nic : true
133
+
123
134
snapshot :
124
135
enabled : true
125
- parent : SNAPSHO....
136
+ parent : SNAPSHOT
137
+ actions :
138
+ snapshot_create : true
139
+ snapshot_revert : true
140
+ snapshot_delete : true
141
+
126
142
placement :
127
143
enabled : true
144
+
128
145
sched_actions :
129
146
enabled : true
130
147
parent : SCHED_ACTIONS
148
+ actions :
149
+ sched_action_create : true
150
+ sched_action_delete : true
151
+ charter_create : true
152
+
131
153
configuration :
132
154
enabled : true
133
- log :
134
- enabled : true
155
+ actions :
156
+ update_configuration : true
135
157
136
158
# Dialogs
137
159
Original file line number Diff line number Diff line change @@ -91,47 +91,69 @@ info-tabs:
91
91
enabled : true
92
92
information_panel :
93
93
enabled : true
94
-
95
94
permissions_panel :
96
95
enabled : true
97
-
98
96
ownership_panel :
99
97
enabled : true
100
-
101
98
vcenter_information_panel :
102
99
enabled : true
103
100
parent : USER_TEMPLATE
104
101
prefix : VCENTER_
105
-
106
102
lxc_information_panel :
107
103
enabled : true
108
-
109
104
general_attributes_panel :
110
105
enabled : true
111
106
parent : USER_TEMPLATE
112
-
113
107
monitor_panel :
114
108
enabled : true
115
109
parent : MONITORING
116
110
117
111
capacity :
118
112
enabled : true
113
+ actions :
114
+ resize_capacity : true
115
+
119
116
storage :
120
117
enabled : true
118
+ parent : DISK
119
+ actions :
120
+ attach_disk : true
121
+ detach_disk : true
122
+ snapshot_disk_create : true
123
+ snapshot_disk_revert : true
124
+ snapshot_disk_delete : true
125
+ resize_disk : true
126
+
121
127
network :
122
128
enabled : true
129
+ parent : NIC
130
+ actions :
131
+ attach_nic : true
132
+ detach_nic : true
133
+
123
134
snapshot :
124
135
enabled : true
125
- parent : SNAPSHO....
136
+ parent : SNAPSHOT
137
+ actions :
138
+ snapshot_create : true
139
+ snapshot_revert : true
140
+ snapshot_delete : true
141
+
126
142
placement :
127
143
enabled : true
144
+
128
145
sched_actions :
129
146
enabled : true
130
147
parent : SCHED_ACTIONS
148
+ actions :
149
+ sched_action_create : true
150
+ sched_action_delete : true
151
+ charter_create : true
152
+
131
153
configuration :
132
154
enabled : true
133
- log :
134
- enabled : true
155
+ actions :
156
+ update_configuration : true
135
157
136
158
# Dialogs
137
159
You can’t perform that action at this time.
0 commit comments