Skip to content

Commit

Permalink
switching current_timestamp to be the last arg in nova_api as well
Browse files Browse the repository at this point in the history
  • Loading branch information
lekhajee committed Oct 24, 2014
1 parent 409e648 commit bd9939d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mimic/rest/nova_api.py
Expand Up @@ -65,7 +65,7 @@ def resource_for_region(self, region, uri_prefix, session_store):
.app.resource())


def _list_servers(request, tenant_id, s_cache, current_timestamp, details=False):
def _list_servers(request, tenant_id, s_cache, details=False, current_timestamp=None):
"""
Return a list of servers, possibly filtered by name, possibly with details
"""
Expand Down

0 comments on commit bd9939d

Please sign in to comment.