Experiments.

This commit is contained in:
Timur Nurlygayanov 2013-04-01 15:19:51 +04:00
parent ed3ae6cc87
commit 2cafd9bb0a
1 changed files with 3 additions and 3 deletions

View File

@ -132,9 +132,9 @@ class UpdateServiceRow(tables.Row):
datacenter_id = re.search('windc/(\S+)', link).group(0)[6:-1]
service = api.services_get(request, datacenter_id, service_id)
if service:
service['operation'] = api. \
get_status_message_for_service(request, service_id)
#if service:
# service['operation'] = api. \
# get_status_message_for_service(request, service_id)
LOG.critical(service)