This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// $XKeyboardConfig$ | |
// based on | |
// ukrainian standard keyboard | |
// AEN <[email protected]> & Leon Kanter <[email protected]> | |
// Last Changes 2007/10/03 by Andriy Rysin <[email protected]> | |
// | |
// $XFree86: xc/programs/xkbcomp/symbols/ua,v 1.4 2003/05/15 11:29:47 pascal Exp $ | |
// Unicode - 3d level added with some Unicode symbols (typographic quotes, m-dash, n-dash etc), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import logging | |
from lxml import etree | |
from app.model import LimitSet, DriverInterface | |
from app.model import AppException, InstanceNotFoundException | |
LOG = logging.getLogger(__name__) | |
libvirt = None | |
def libvirt_error_handler(context, err): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from django.apps import AppConfig | |
from django.db.models import signals | |
class MarketplaceZenDeskConfig(AppConfig): | |
def ready(self): | |
from waldur_mastermind.marketplace import models as marketplace_models | |
from . import handlers | |
signals.post_save.connect( | |
handlers.update_zendesk_item, |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"result": { | |
"objects": {}, | |
"methods": {}, | |
"commands": { | |
"aci_add": { | |
"name": "aci_add", | |
"doc": "Create new ACI.", | |
"NO_CLI": true, | |
"takes_args": [ |