From: garciadeblas Date: Wed, 22 Mar 2017 17:57:47 +0000 (+0100) Subject: httpserver: http_post_datacenters: minor typo in the comment about function goal X-Git-Tag: v2.0.0~29 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=commitdiff_plain;h=c27b046d15b4950f7b1d0bc725e850c18dbf9d46 httpserver: http_post_datacenters: minor typo in the comment about function goal Change-Id: I12dadfa8e91796e2a59a6aa1b1e0244079f2f555 Signed-off-by: garciadeblas --- diff --git a/httpserver.py b/httpserver.py index f412aa17..4841a98b 100644 --- a/httpserver.py +++ b/httpserver.py @@ -508,7 +508,7 @@ def http_get_datacenter_id(tenant_id, datacenter_id): @bottle.route(url_base + '/datacenters', method='POST') def http_post_datacenters(): - '''insert a tenant into the catalogue. ''' + '''insert a datacenter into the catalogue. ''' #parse input data logger.debug('FROM %s %s %s', bottle.request.remote_addr, bottle.request.method, bottle.request.url) http_content,_ = format_in( datacenter_schema )