Merge "Fix a misprint in SR-IOV binding driver"

This commit is contained in:
Zuul 2019-02-04 09:05:47 +00:00 committed by Gerrit Code Review
commit be5acf035a
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class VIFSriovDriver(object):
vf_name, vf_index, pf = self._get_available_vf_info(pf_names)
if not vf_name:
error_msg = "No free interfaces for pfysnet {} available".format(
error_msg = "No free interfaces for physnet {} available".format(
physnet)
LOG.error(error_msg)
raise exceptions.CNIError(error_msg)