コード例 #1
0
ファイル: service.py プロジェクト: crowdy/designate
def wait():
    try:
        _launcher.wait()
    except KeyboardInterrupt:
        LOG.debug('Caught KeyboardInterrupt, shutting down now')
    rpc.cleanup()
コード例 #2
0
ファイル: fixtures.py プロジェクト: kiall/designate-py3
 def deinit(self):
     if rpc.initialized():
         rpc.cleanup()
コード例 #3
0
ファイル: fixtures.py プロジェクト: carriercomm/designate
 def deinit(self):
     if rpc.initialized():
         rpc.cleanup()
コード例 #4
0
ファイル: service.py プロジェクト: raychorn/designate
def wait():
    try:
        _launcher.wait()
    except KeyboardInterrupt:
        _launcher.stop()
    rpc.cleanup()
コード例 #5
0
ファイル: service.py プロジェクト: NeCTAR-RC/designate
def wait():
    try:
        _launcher.wait()
    except KeyboardInterrupt:
        _launcher.stop()
    rpc.cleanup()
コード例 #6
0
ファイル: service.py プロジェクト: openstack/designate
def wait():
    try:
        _launcher.wait()
    except KeyboardInterrupt:
        LOG.debug('Caught KeyboardInterrupt, shutting down now')
    rpc.cleanup()