[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:
Andrey Kurilin 2018-05-18 00:25:35 +03:00
parent 49e3b37e28
commit 3e83fa1dc7
1 changed files with 3 additions and 3 deletions

View File

@ -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."""