Add radio "Security Groups" to Security section

It is required for firewall driver selecting

Implements: blueprint security-groups-support-for-ovs

Change-Id: Id9307c5e72e35de9090804813122ea44045a371b
This commit is contained in:
Anastasiya 2016-10-19 18:09:34 +03:00
parent 39ce86f674
commit 4478efb3c4
3 changed files with 17 additions and 1 deletions

View File

@ -1084,6 +1084,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": {
"*": {}