Beispiel #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)
Beispiel #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)
Beispiel #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)
Beispiel #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)
 def __init__(self):
     self.security_group_api = (
         openstack_driver.get_openstack_security_group_driver(
             skip_policy_check=True))
Beispiel #6
0
 def __init__(self):
     self.security_group_api = (
         openstack_driver.get_openstack_security_group_driver(
             skip_policy_check=True))
 def __init__(self):
     self.security_group_api = (
         openstack_driver.get_openstack_security_group_driver())
Beispiel #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)
Beispiel #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)
Beispiel #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)
Beispiel #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())
Beispiel #12
0
 def __init__(self):
     self.security_group_api = (
         openstack_driver.get_openstack_security_group_driver())
Beispiel #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)
Beispiel #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())