Change Plugin Scenario name
This commit helps keep the naming in this plugin consistent with other plugins Change-Id: If5aebc96c17db65830a4286e286afbac428ff604
This commit is contained in:
parent
7642550e5c
commit
4b9f85567c
@ -15,7 +15,7 @@ from rally.plugins.openstack.scenarios.neutron import utils as neutron_utils
|
|||||||
from rally.task import types
|
from rally.task import types
|
||||||
from rally.task import validation
|
from rally.task import validation
|
||||||
|
|
||||||
class NeutronPlugin(neutron_utils.NeutronScenario,
|
class BrowbeatPlugin(neutron_utils.NeutronScenario,
|
||||||
scenario.Scenario):
|
scenario.Scenario):
|
||||||
|
|
||||||
@types.convert(image={"type": "glance_image"},
|
@types.convert(image={"type": "glance_image"},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
{% set sla_max_seconds = sla_max_seconds or 60 %}
|
{% set sla_max_seconds = sla_max_seconds or 60 %}
|
||||||
{% set num_networks = num_networks or 1 %}
|
{% set num_networks = num_networks or 1 %}
|
||||||
---
|
---
|
||||||
NeutronPlugin.create_router_and_net:
|
BrowbeatPlugin.create_router_and_net:
|
||||||
-
|
-
|
||||||
args:
|
args:
|
||||||
network_create_args: {}
|
network_create_args: {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user