When using nova version 2.56, tempest failed
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
watcher |
New
|
Undecided
|
Unassigned |
Bug Description
I did this test based on the watcher victoria version,since the Nova version Watcher neede is at least 2.56, I configured CONF.compute.
File "/usr/local/
instance = self.create_server(
File "/usr/local/
tenant_network = self.get_
File "/usr/local/
return fixed_network.
File "/usr/local/
network = get_network_
File "/usr/local/
networks = compute_
File "/usr/local/
resp, body = self.get(
File "/usr/local/
return self.request('GET', url, extra_headers, headers)
File "/usr/local/
resp, resp_body = super(BaseCompu
File "/usr/local/
self.
File "/usr/local/
raise exceptions.
tempest.
Details: {'code': 404, 'message': 'The resource could not be found.'}
This is because the "os-networks" api was deprecated since Nova version 2.36. Does this mean that watcher-
Refer to: https:/