Merge "Add radio "Security Groups" to Security section"

This commit is contained in:
Jenkins 2016-11-21 10:12:02 +00:00 committed by Gerrit Code Review
commit 4585066de9
3 changed files with 17 additions and 1 deletions

View File

@ -1126,6 +1126,19 @@
description: "Enables adaptation of granular tasks for task deployment."
weight: 12
type: "checkbox"
security_groups:
value: "iptables_hybrid"
values:
- data: "openvswitch"
label: "Open vSwitch Firewall Driver"
description: "Choose this type of firewall driver if you use OVS Bridges for networking needs."
- data: "iptables_hybrid"
label: "Iptables-based Firewall Driver"
description: "Choose this type of firewall driver if you use Linux Bridges for networking needs."
label: "Security Groups"
group: "security"
weight: 20
type: "radio"
public_network_assignment:
metadata:

View File

@ -54,6 +54,8 @@ class InstallationInfo(object):
'task_deploy', None),
WhiteListRule(('common', 'propagate_task_deploy', 'value'),
'propagate_task_deploy', None),
WhiteListRule(('common', 'security_groups', 'value'),
'security_groups', None),
WhiteListRule(('corosync', 'verified', 'value'),
'corosync_verified', None),

View File

@ -213,7 +213,8 @@ _task_output_white_list_template = {
},
"debug": "",
"deployment_id": "",
"openstack_version_prev": ""
"openstack_version_prev": "",
"security_groups": ""
},
"pre_deployment": {
"*": {}