fix rally plugin due to rally changes

Change-Id: If12a10efcc9c64b37d78f55fc6423a9523281274
This commit is contained in:
Andrey Pavlov 2016-08-17 09:36:18 +03:00
parent 4590ed614f
commit 7245cd294e
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
# under the License.
from rally.common.i18n import _
from rally.common import log as logging
from rally.common import logging
from rally.common import utils as rutils
from rally import consts
from rally import osclients

View File

@ -15,7 +15,7 @@
import time
from rally.common.i18n import _
from rally.common import log as logging
from rally.common import logging
from rally.common import utils as rutils
from rally import consts
from rally.task import context

View File

@ -13,7 +13,7 @@
# under the License.
from rally.common.i18n import _
from rally.common import log as logging
from rally.common import logging
from rally.common import utils as rutils
from rally import consts
from rally import osclients

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from rally.common import log as logging
from rally.common import logging
from rally import osclients
from rally.plugins.openstack import scenario
from rally.task import atomic