diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-01-21 22:58:28 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-01-21 22:58:28 +0000 |
| commit | 9ebcd1d91c7efe9db1192226389cd8396f1bee8e (patch) | |
| tree | d010f937f0a1ad565ad7270e5fb3b28011b941cb /nova/api | |
| parent | 5ac99deadc12876a532ba66b0a3a33ddb702feb9 (diff) | |
| parent | 0651e60e4edade54e4d04d2e3b93c48f4e390a5c (diff) | |
| download | nova-9ebcd1d91c7efe9db1192226389cd8396f1bee8e.tar.gz nova-9ebcd1d91c7efe9db1192226389cd8396f1bee8e.tar.xz nova-9ebcd1d91c7efe9db1192226389cd8396f1bee8e.zip | |
Merge "correcting for proper use of the word 'an'."
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/ec2/ec2utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/ec2/ec2utils.py b/nova/api/ec2/ec2utils.py index cfe0d7879..1ce880de4 100644 --- a/nova/api/ec2/ec2utils.py +++ b/nova/api/ec2/ec2utils.py @@ -178,7 +178,7 @@ def ec2_vol_id_to_uuid(ec2_id): def is_ec2_timestamp_expired(request, expires=None): - """Checks the timestamp or expiry time included in a EC2 request + """Checks the timestamp or expiry time included in an EC2 request and returns true if the request is expired """ query_time = None |
