-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.14.0-beta3
-
Component/s: Compute
-
Labels:
-
Environment:
OpenStack Grizzly
In compute/drivers/openstack.py in ex_list_networks, the request /os-networksv2 is used, which doesn't exist and causes a 404 error.
Changing that from /os-networksv2 to /os-networks makes the function work!