Namespace netcreate-boot plugin
Move to a BrowbeatPlugin. Change-Id: I6d1d5899f161c9913b9b72040970a6865135b5bb
This commit is contained in:
parent
0f774d3b30
commit
7b95a2221c
@ -17,9 +17,9 @@ 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,
|
||||||
nova_utils.NovaScenario,
|
nova_utils.NovaScenario,
|
||||||
scenario.Scenario):
|
scenario.Scenario):
|
||||||
|
|
||||||
@types.set(image=types.ImageResourceType,
|
@types.set(image=types.ImageResourceType,
|
||||||
flavor=types.FlavorResourceType)
|
flavor=types.FlavorResourceType)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
{% set sla_max_failure = sla_max_failure or 0 %}
|
{% set sla_max_failure = sla_max_failure or 0 %}
|
||||||
{% set sla_max_seconds = sla_max_seconds or 60 %}
|
{% set sla_max_seconds = sla_max_seconds or 60 %}
|
||||||
---
|
---
|
||||||
NeutronPlugin.create_network_nova_boot:
|
BrowbeatPlugin.create_network_nova_boot:
|
||||||
-
|
-
|
||||||
args:
|
args:
|
||||||
flavor:
|
flavor:
|
||||||
|
Loading…
Reference in New Issue
Block a user