Hi all, 

I have issues with the HP Cloud driver and network tasks.
The driver sets 2 compute endpoints and derives from
OpenStack_1_1_NodeDriver. For compute related tasks this works, but not
for network related tasks, since a network endpoint has to be called.


For example, ex_list_networks is called from openstack.py which
queries self.connection.request(self._networks_url_prefix). This seems
to call the compute endpoint, which is different from the network
endpoint in hp's case, so it fails (the network endpoint is
https://region-b.geo-1.network.hpcloudsvc.com
-https://docs.hpcloud.com/api/v13/networking/) 

So the question is: can
openstack drivers combine network and compute endpoints, if these are
different? 

Thanks and regards 
 

Reply via email to