Fix Openstack.dummy plugin implementation
It should have default context "users@openstack" as every OpenStack Plugin has, otherwise you can't use OpenStack context This blocks next patch Change-Id: I4e50d30c964e794906ccc0d3543f74b8492477a4
This commit is contained in:
parent
00c3ff1552
commit
f390b10ca0
@ -14,9 +14,9 @@
|
||||
# under the License.
|
||||
|
||||
from rally.plugins.common.scenarios.dummy import dummy
|
||||
from rally.task import scenario
|
||||
from rally.plugins.openstack import scenario
|
||||
|
||||
|
||||
@scenario.configure(name="Dummy.openstack", platform="openstack")
|
||||
class DummyOpenStack(dummy.Dummy):
|
||||
@scenario.configure(name="Dummy.openstack")
|
||||
class DummyOpenStack(dummy.Dummy, scenario.OpenStackScenario):
|
||||
"""Clone of Dummy.dummy for OpenStack"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user