Error Conflict: Multiple possible networks found, use a Network ID to be more specific. (HTTP 409)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Rally |
New
|
Undecided
|
Unassigned |
Bug Description
OS: Ubuntu-16.04
Rally version: 0.10.1~dev31
When running the task `rally task start boot-server-
yaml` with the following yaml file:
```
NovaServers.
-
args:
flavor:
name: "compute-A"
image:
name: "Ubuntu-16.04"
runner:
type: "constant"
times: 1
context:
network: {}
users:
tenants: 1
quotas:
neutron:
subnet: -1
sla:
max: 0
```
The following error occurs:
` ITER: 1 END: Error Conflict: Multiple possible networks found, use a Network ID to be more specific. (HTTP 409)`
From previous bug reports concerning the same error message but with different plugins I tried to provide the "nics:" key to the servers arguments key such as:
```
args:
flavor:
name: "compute-A"
image:
name: "Ubuntu-16.04"
nics: "6ee0b526-
```
with the following error:
`ITER: 1 END: Error TypeError: run() got an unexpected keyword argument 'nics'`
I then tried to add it to the "context:" key such as described here (https:/
```
context:
network: {}
users:
tenants: 1
quotas:
neutron:
subnet: -1
nics: "6ee0b526-
```
with the error:
`There is no Context plugin with name: 'nics'`
I also tried to add key:value pairs to various other locations such as:
```
```
with error:
`Multiple possible networks found, use a Network ID to be more specific. (HTTP 409)`
or with:
```
net-id: "6ee0b526-
```
with error:
`Multiple possible networks found, use a Network ID to be more specific. (HTTP 409)`
or with:
```
context:$
```
with error:
```
Reason(s):
'6ee0b526-
```
Many alternatives have been tried but it is proving impossible to assign a network in this plugin which would then boot an instance and attach the interface.
You can specify the net-id like:
NovaServers. boot_server_ and_attach_ interface:
auto_assign_ nic: true 06a3-4796- 8713-4375b02ae0 fb
concurrency: 1
users_ per_tenant: 1
network: -1
failure_ rate:
-
args:
flavor:
name: "compute-A"
image:
name: "Ubuntu-16.04"
nics:
- net-id: bebcebae-
runner:
type: "constant"
times: 1
context:
network: {}
users:
tenants: 1
quotas:
neutron:
subnet: -1
sla:
max: 0