Skip to content

Commit

Permalink
fix docstring as per code review and also as per what the heck this h…
Browse files Browse the repository at this point in the history
…as nothing to do with flavors, it's IP addresses
  • Loading branch information
glyph committed Jan 30, 2015
1 parent ac48a4c commit bf7269b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mimic/rest/nova_api.py
Expand Up @@ -200,8 +200,7 @@ def get_limit(self, request, tenant_id):
@app.route('/v2/<string:tenant_id>/servers/<string:server_id>/ips', methods=['GET'])
def get_ips(self, request, tenant_id, server_id):
"""
Returns a get flavor response, for any given flavorid. (currently the
GET ips works only after a GET server after the server is created)
Returns the IP addresses for the specified server.
"""
return (
self._region_collection_for_tenant(tenant_id).request_ips(
Expand Down

0 comments on commit bf7269b

Please sign in to comment.