Re-disable additionalservices

This commit is contained in:
John Hua 2015-09-15 11:05:37 +08:00
parent 2f82e8312b
commit b45266e0b4
1 changed files with 23 additions and 0 deletions

View File

@ -525,6 +525,9 @@
description: "If selected, Sahara component will be installed"
weight: 10
type: "checkbox"
restrictions:
- condition: "true"
action: disable
murano:
value: false
label: "Install Murano"
@ -545,6 +548,9 @@
description: "If selected, Ceilometer component will be installed"
weight: 40
type: "checkbox"
restrictions:
- condition: "true"
action: disable
mongo:
value: false
label: "Use external Mongo DB"
@ -1345,12 +1351,18 @@
description: "If selected, Sahara component will be installed"
weight: 10
type: "checkbox"
restrictions:
- condition: "true"
action: disable
murano:
value: false
label: "Install Murano"
description: "If selected, Murano component will be installed"
weight: 20
type: "checkbox"
restrictions:
- condition: "true"
action: disable
heat:
value: true
label: ""
@ -1598,16 +1610,27 @@
description: "dialog.create_cluster_wizard.additional.install_sahara_description"
bind: "settings:additional_components.sahara.value"
weight: 10
restrictions:
- condition: "true"
action: disable
- condition: "true"
message: "The XenServer OpenStack release has been chosen. No additional services are supported in this combination."
murano:
type: "checkbox"
label: "dialog.create_cluster_wizard.additional.install_murano"
description: "dialog.create_cluster_wizard.additional.install_murano_description"
bind: "settings:additional_components.murano.value"
weight: 20
restrictions:
- condition: "true"
action: disable
ceilometer:
type: "checkbox"
label: "dialog.create_cluster_wizard.additional.install_ceilometer"
description: "dialog.create_cluster_wizard.additional.install_ceilometer_description"
bind: "settings:additional_components.ceilometer.value"
weight: 30
restrictions:
- condition: "true"
action: disable
Ready: {}