Merge "Fix typo in sriov.numvfs 9.2 migration"

This commit is contained in:
Jenkins 2017-01-19 15:04:18 +00:00 committed by Gerrit Code Review
commit 0cabf795b5
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ DEFAULT_RELEASE_NIC_NFV_ATTRIBUTES = {
'sriov': { 'sriov': {
'numvfs': {'min': 1, 'type': 'number', 'value': None, 'nullable': True, 'numvfs': {'min': 1, 'type': 'number', 'value': None, 'nullable': True,
'weight': 20, 'label': 'Custom Number of Virtual Functions', 'weight': 20, 'label': 'Custom Number of Virtual Functions',
'restrictions': ['"nic_attributes:sriov.enabled.value == "' 'restrictions': ['nic_attributes:sriov.enabled.value == "'
'false"'] 'false"']
}, },
'enabled': {'type': 'checkbox', 'value': False, 'enabled': {'type': 'checkbox', 'value': False,

View File

@ -98,7 +98,7 @@ DEFAULT_NIC_ATTRIBUTES = {
'sriov': { 'sriov': {
'numvfs': {'min': 1, 'type': 'number', 'value': None, 'nullable': True, 'numvfs': {'min': 1, 'type': 'number', 'value': None, 'nullable': True,
'weight': 20, 'label': 'Custom Number of Virtual Functions', 'weight': 20, 'label': 'Custom Number of Virtual Functions',
'restrictions': ['"nic_attributes:sriov.enabled.value == "' 'restrictions': ['nic_attributes:sriov.enabled.value == "'
'false"'] 'false"']
}, },
'enabled': {'type': 'checkbox', 'value': False, 'enabled': {'type': 'checkbox', 'value': False,