File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,14 @@ function config_designate_dashboard {
69
69
done
70
70
}
71
71
72
+ function config_fwaas_dashboard {
73
+ for file in ${SITE_PACKAGES} /neutron_fwaas_dashboard/enabled/_* [^__].py; do
74
+ config_dashboard " ${ENABLE_FWAAS:- no} " \
75
+ " ${SITE_PACKAGES} /neutron_fwaas_dashboard/enabled/${file##*/ } " \
76
+ " ${SITE_PACKAGES} /openstack_dashboard/local/enabled/${file##*/ } "
77
+ done
78
+ }
79
+
72
80
function config_heat_dashboard {
73
81
for file in ${SITE_PACKAGES} /heat_dashboard/enabled/_* [^__].py; do
74
82
config_dashboard " ${ENABLE_HEAT:- no} " \
@@ -225,6 +233,7 @@ function settings_changed {
225
233
config_blazar_dashboard
226
234
config_cloudkitty_dashboard
227
235
config_designate_dashboard
236
+ config_fwaas_dashboard
228
237
config_heat_dashboard
229
238
config_ironic_dashboard
230
239
config_magnum_dashboard
Original file line number Diff line number Diff line change 95
95
'type' : 'url' ,
96
96
'location' : ('$tarballs_base/openstack/designate-dashboard/'
97
97
'designate-dashboard-${openstack_branch}.tar.gz' )},
98
+ 'horizon-plugin-fwaas-dashboard' : {
99
+ 'type' : 'url' ,
100
+ 'location' : ('$tarballs_base/openstack/neutron-fwaas-dashboard/'
101
+ 'neutron-fwaas-dashboard-${openstack_branch}.tar.gz' )},
98
102
'horizon-plugin-heat-dashboard' : {
99
103
'type' : 'url' ,
100
104
'location' : ('$tarballs_base/openstack/heat-dashboard/'
213
217
'type' : 'url' ,
214
218
'location' : ('$tarballs_base/openstack/neutron/'
215
219
'neutron-${openstack_branch}.tar.gz' )},
220
+ 'neutron-base-plugin-neutron-fwaas' : {
221
+ 'type' : 'url' ,
222
+ 'location' : ('$tarballs_base/openstack/neutron-fwaas/'
223
+ 'neutron-fwaas-${openstack_branch}.tar.gz' )},
216
224
'neutron-base-plugin-networking-baremetal' : {
217
225
'type' : 'url' ,
218
226
'location' : ('$tarballs_base/openstack/networking-baremetal/'
You can’t perform that action at this time.
0 commit comments