[ci] Fix osresources to use proper modules
osresources.py should use the latest code, not deprecated one from rally repo. Change-Id: Ic13553254dddce2a565495475725928f12c64b41
This commit is contained in:
@@ -22,12 +22,12 @@ import os
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
import six
|
||||
|
||||
from rally.cli import cliutils
|
||||
from rally.common.plugin import discover
|
||||
from rally import consts
|
||||
from rally.plugins.openstack import credential
|
||||
import six
|
||||
|
||||
from rally_openstack import consts
|
||||
from rally_openstack import credential
|
||||
|
||||
|
||||
def skip_if_service(service):
|
||||
|
||||
Reference in New Issue
Block a user