Fix typo in sriov.numvfs 9.2 migration

Closes-Bug: #1657709

Change-Id: I3297b62df1e887425e9940cc12807a4758423bfd
(cherry picked from commit b315dda52e)
This commit is contained in:
Julia Aranovich 2017-01-19 14:37:23 +03:00
parent 78c176ce70
commit aee06be9b6
2 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,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

@ -123,7 +123,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,