Fix typo in sriov.numvfs 9.2 migration

Closes-Bug: #1657709

Change-Id: I3297b62df1e887425e9940cc12807a4758423bfd
This commit is contained in:
Julia Aranovich 2017-01-19 14:37:23 +03:00
parent b697091131
commit b315dda52e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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