コード例 #1
0
ファイル: endpoint.py プロジェクト: lvdongbing/bilean
 def __init__(self):
     self.resource_converter = converter.setup_resources()
     self.cnxt = context.get_admin_context()
     super(EventsNotificationEndpoint, self).__init__()
コード例 #2
0
ファイル: endpoint.py プロジェクト: openstack/bilean
 def __init__(self):
     self.resource_converter = converter.setup_resources()
     self.cnxt = context.get_service_context(set_project_id=True)
     super(EventsNotificationEndpoint, self).__init__()
コード例 #3
0
ファイル: endpoint.py プロジェクト: lvdongbing/bilean
 def __init__(self):
     self.resource_converter = converter.setup_resources()
     self.cnxt = context.get_admin_context()
     super(EventsNotificationEndpoint, self).__init__()