Rename private_key to private_key_file for devstack driver
It makes names consistent for fuel and devstack drivers. Change-Id: I39357abfe836f0422d7597cc89487a81b00c53a9
This commit is contained in:
@@ -35,6 +35,7 @@ class OSFaultsTestCase(test.TestCase):
|
||||
'args': {
|
||||
'address': '10.30.00.5',
|
||||
'username': 'root',
|
||||
'private_key_file': '/my/path/pk.key',
|
||||
}
|
||||
},
|
||||
'power_management': {
|
||||
@@ -52,6 +53,7 @@ class OSFaultsTestCase(test.TestCase):
|
||||
'args': {
|
||||
'address': 'devstack.local',
|
||||
'username': 'developer',
|
||||
'private_key_file': '/my/path/pk.key',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user