adapt default settings to removal of http export of configuration

This commit is contained in:
Frédéric Péters 2014-10-31 12:48:36 +01:00
parent 1b9e88cc3b
commit 1ff01c9984
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ SERVICE_TEMPLATES = None
AGENT_HOST_PATTERNS = None
AGENT_WCS_APP_DIR = '/var/lib/wcs'
AGENT_WCS_COMMAND = '/usr/sbin/wcsctl check-hobos --site-url ${wcs_url}'
AGENT_WCS_COMMAND = '/usr/sbin/wcsctl check-hobos'
try:
from kombu.common import Broadcast