Update nova to use nova.network.linux_utils

Commit 543776483b changed nova.network.utils ->
nova.network.linux_utils in change:
I10382329524bcd217299df15c586615193205bdc

This just updates the nova-lxd reference to it.

Change-Id: Icc3fd1c37f04399b95d822bb13e76759a3125ef3
This commit is contained in:
Alex Kavanagh 2018-04-17 11:06:13 +01:00
parent f571c64283
commit 8b947ea7a5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ from nova import utils
from nova.network import linux_net
from nova.network import model as network_model
from nova.network import os_vif_util
from nova.network import utils as network_utils
from nova.network import linux_utils as network_utils
import os_vif