Ejemplo n.º 1
0
 def __init__(self, *args, **kwargs):
     super(SecurityGroupActionController, self).__init__(*args, **kwargs)
     self.security_group_api = (
         openstack_driver.get_openstack_security_group_driver(
             skip_policy_check=True))
     self.compute_api = compute.API(
         security_group_api=self.security_group_api, skip_policy_check=True)
Ejemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     super(SecurityGroupActionController, self).__init__(*args, **kwargs)
     self.security_group_api = (
         openstack_driver.get_openstack_security_group_driver(
             skip_policy_check=True))
     self.compute_api = compute.API(
         security_group_api=self.security_group_api, skip_policy_check=True)
Ejemplo n.º 3
0
 def __init__(self, *args, **kwargs):
     super(ConductorManager, self).__init__(service_name="conductor", *args, **kwargs)
     self.security_group_api = openstack_driver.get_openstack_security_group_driver()
     self._network_api = None
     self._compute_api = None
     self.compute_task_mgr = ComputeTaskManager()
     self.cells_rpcapi = cells_rpcapi.CellsAPI()
     self.additional_endpoints.append(self.compute_task_mgr)
Ejemplo n.º 4
0
 def __init__(self, *args, **kwargs):
     super(ConductorManager, self).__init__(service_name='conductor',
                                            *args, **kwargs)
     self.security_group_api = (
         openstack_driver.get_openstack_security_group_driver())
     self._network_api = None
     self._compute_api = None
     self.compute_task_mgr = ComputeTaskManager()
     self.cells_rpcapi = cells_rpcapi.CellsAPI()
     self.additional_endpoints.append(self.compute_task_mgr)
Ejemplo n.º 5
0
 def __init__(self):
     self.security_group_api = (
         openstack_driver.get_openstack_security_group_driver(
             skip_policy_check=True))
Ejemplo n.º 6
0
 def __init__(self):
     self.security_group_api = (
         openstack_driver.get_openstack_security_group_driver(
             skip_policy_check=True))
Ejemplo n.º 7
0
 def __init__(self):
     self.security_group_api = (
         openstack_driver.get_openstack_security_group_driver())
Ejemplo n.º 8
0
 def __init__(self):
     self.security_group_api = (
         openstack_driver.get_openstack_security_group_driver(
             skip_policy_check=True))
     self.compute_api = compute.API(
         security_group_api=self.security_group_api, skip_policy_check=True)
Ejemplo n.º 9
0
 def __init__(self):
     self.security_group_api = (
         openstack_driver.get_openstack_security_group_driver(
             skip_policy_check=True))
     self.compute_api = compute.API(
         security_group_api=self.security_group_api, skip_policy_check=True)
Ejemplo n.º 10
0
 def __init__(self):
     self.security_group_api = (
         openstack_driver.get_openstack_security_group_driver())
     self.compute_api = compute.API(
                                security_group_api=self.security_group_api)
Ejemplo n.º 11
0
 def __init__(self, *args, **kwargs):
     super(SecurityGroupsOutputController, self).__init__(*args, **kwargs)
     self.compute_api = compute.API()
     self.security_group_api = (
         openstack_driver.get_openstack_security_group_driver())
Ejemplo n.º 12
0
 def __init__(self):
     self.security_group_api = (
         openstack_driver.get_openstack_security_group_driver())
Ejemplo n.º 13
0
 def __init__(self):
     self.security_group_api = (
         openstack_driver.get_openstack_security_group_driver())
     self.compute_api = compute.API(
         security_group_api=self.security_group_api)
Ejemplo n.º 14
0
 def __init__(self, *args, **kwargs):
     super(SecurityGroupsOutputController, self).__init__(*args, **kwargs)
     self.compute_api = compute.API()
     self.security_group_api = (
         openstack_driver.get_openstack_security_group_driver())