[rally] Port custom plugins to use proper code
Rally team moved OpenStack plugins under separate repository and in-tree code is deprecated now and will be removed soon. This patch changes several imports to use the latest available code. Change-Id: I901ceb685e75d905578135fdf9f1b08ba3ea7223
This commit is contained in:
parent
49e3b37e28
commit
3e83fa1dc7
@ -12,10 +12,10 @@
|
||||
# under the License.
|
||||
|
||||
from rally.common import validation
|
||||
from rally import consts
|
||||
from rally.plugins.openstack import scenario
|
||||
from rally.plugins.openstack.scenarios.neutron import utils
|
||||
from rally.task import atomic
|
||||
from rally_openstack import consts
|
||||
from rally_openstack import scenario
|
||||
from rally_openstack.scenarios.neutron import utils
|
||||
|
||||
|
||||
"""Scenarios for VLAN Aware VMs."""
|
||||
|
Loading…
Reference in New Issue
Block a user