Fix a misprint in SR-IOV binding driver

Recently commit 512281 was merged with a misprint.
This commit fixes it.

Implements: blueprint kuryr-kubernetes-sriov-support
Change-Id: I7c4f8dceea639a862c9d69f317a9c0002bc86db7
Signed-off-by: Danil Golov <d.golov@samsung.com>
This commit is contained in:
Danil Golov 2019-01-28 11:24:07 +03:00
parent db6dcda9ec
commit 6cc8e4cfc1
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)