Searched defs:client (Results 1 - 3 of 3) sorted by relevance

/solaris-userland/components/openstack/neutron/files/agent/solaris/
H A Dinterface.py30 from neutronclient.v2_0 import client namespace
100 self._neutron_client = client.Client(
/solaris-userland/components/openstack/neutron/files/services/vpn/device_drivers/
H A Dsolaris_ipsec.py111 import rad.client namespace
245 rad.client.ADRGlobPattern({'service': ipsec_svc,
251 rad.client.ADRGlobPattern({'service': ipsec_svc,
257 rad.client.ADRGlobPattern({'service': ike_svc,
263 rad.client.ADRGlobPattern({'service': ike_svc,
1079 rad.client.ADRGlobPattern({'service': self.ipsec_svc,
1088 rad.client.ADRGlobPattern({'service': self.ike_svc,
1102 rad.client.ADRGlobPattern({'service': self.ike_svc,
1118 rad.client.ADRGlobPattern({'service': self.ipsec_svc,
1134 rad.client
[all...]
/solaris-userland/components/openstack/nova/files/solariszones/
H A Ddriver.py35 import rad.client namespace
40 from cinderclient.v1 import client as v1_client
188 except rad.client.ObjectError:
200 except rad.client.ObjectError:
219 except rad.client.ObjectError:
226 """Format the payload from a zonemgr(3RAD) rad.client.ObjectError
230 If the exception was something other than rad.client.ObjectError,
233 if not isinstance(ex, rad.client.ObjectError):
277 client = cinderclient(context)
298 if isinstance(client, v1_clien
[all...]

Completed in 221 milliseconds