Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
OpenStack Grizzly
Description
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!