Implémentation d'un gestionnaire d'événements sommaire.

This commit is contained in:
Pierre-Elliott Bécue 2015-03-10 16:41:15 +01:00
parent 6c97d6998f
commit 201377528c
12 changed files with 411 additions and 239 deletions

View file

@ -42,7 +42,7 @@ else:
ldap_conn = None
@record_service
def dhcp(body=None):
def dhcp(ob_id, body=None):
"""Regenerates dhcp service taking body into account.
"""