Network context does not work when no-admin
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Rally |
New
|
Undecided
|
Unassigned |
Bug Description
Since rally 0.10 it is possible to run a task without admin credentials(
rally --version
0.10.1~dev5
deployment config (no admin specified):
(installation) root@rally-
{
"openstack": {
"auth_url": "https:/
"users": [
{
},
{
}
]
}
}
---
NeutronNetwor
-
args:
runner:
type: "constant"
times: 100
context: {}
sla:
max: 0
rally task start create-
2017-11-13 11:59:25.575 30669 INFO rally.task.runner [-] Task 629a390e-
2017-11-13 11:59:25.576 30669 WARNING rally.plugins.
2017-11-13 11:59:47.528 30669 INFO rally.task.runner [-] Task 629a390e-
Trying to fix the warning:
---
NeutronNetwor
-
args:
runner:
type: "constant"
times: 2
context:
network: {}
sla:
max: 0
rally task start create-
Task config is invalid: `Input task is invalid!
Subtask NeutronNetworks
Subtask configuration:
{"version": 2, "title": "A cropped version of a bigger task.", "description": "Auto-generated task from a single workload", "subtasks": [{"title": "NeutronNetwork
Reason(s):
No admin credential for openstack`
Am I'm doing something wrong or how should I fix this?
Regards,
Paul
Sorry, admin is required in network context. /github. com/openstack/ rally/blob/ master/ rally/plugins/ openstack/ context/ network/ networks. py#L29
https:/