Skip to content
Snippets Groups Projects
Commit c27b046d authored by garciadeblas's avatar garciadeblas Committed by Alfonso Tierno
Browse files

httpserver: http_post_datacenters: minor typo in the comment about function goal


Change-Id: I12dadfa8e91796e2a59a6aa1b1e0244079f2f555
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent de691231
Branches snapcraft
No related tags found
No related merge requests found
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment