Guest User

Untitled

a guest
Jan 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. AWSAccessKeyId=8c0b75a4-0535-4154-8276-2fbd92bf93b3%3Amyproject&Action=DescribeInstances&Filter.1.Name=instance-id&Filter.1.Value.1=i-0000001e&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2011-08-30T22%3A57%3A37Z&Version=2011-05-15 from (pid=835) _calc_signature_2 /usr/lib/pymodules/python2.6/nova/auth/signer.py:144
  2. 2011-08-30 17:57:38,351 DEBUG nova.signer [-] len(b64)=44 from (pid=835) _calc_signature_2 /usr/lib/pymodules/python2.6/nova/auth/signer.py:147
  3. 2011-08-30 17:57:38,351 DEBUG nova.signer [-] base64 encoded digest: Y9pubpf1BK7y2873E1hKwcstNU3thFBmTSp8noZd+PQ= from (pid=835) _calc_signature_2 /usr/lib/pymodules/python2.6/nova/auth/signer.py:148
  4. 2011-08-30 17:57:38,351 DEBUG nova.auth.manager [-] user.secret: f87a53c2-2961-462b-a62b-ecf00516c4b7 from (pid=835) authenticate /usr/lib/pymodules/python2.6/nova/auth/manager.py:314
  5. 2011-08-30 17:57:38,352 DEBUG nova.auth.manager [-] expected_signature: Y9pubpf1BK7y2873E1hKwcstNU3thFBmTSp8noZd+PQ= from (pid=835) authenticate /usr/lib/pymodules/python2.6/nova/auth/manager.py:315
  6. 2011-08-30 17:57:38,352 DEBUG nova.auth.manager [-] signature: Y9pubpf1BK7y2873E1hKwcstNU3thFBmTSp8noZd+PQ= from (pid=835) authenticate /usr/lib/pymodules/python2.6/nova/auth/manager.py:316
  7. 2011-08-30 17:57:38,374 AUDIT nova.api [9NWTUHKAII57D9L1FW0U ej myproject] Authenticated Request For ej:myproject)
  8. 2011-08-30 17:57:38,375 DEBUG nova.api [-] action: DescribeInstances from (pid=835) __call__ /usr/lib/pymodules/python2.6/nova/api/ec2/__init__.py:216
  9. 2011-08-30 17:57:38,376 DEBUG nova.api [-] arg: Filter.1.Name val: instance-id from (pid=835) __call__ /usr/lib/pymodules/python2.6/nova/api/ec2/__init__.py:218
  10. 2011-08-30 17:57:38,376 DEBUG nova.api [-] arg: Filter.1.Value.1 val: i-0000001e from (pid=835) __call__ /usr/lib/pymodules/python2.6/nova/api/ec2/__init__.py:218
  11. 2011-08-30 17:57:38,385 ERROR nova.api [9NWTUHKAII57D9L1FW0U ej myproject] Unexpected error raised: get_all() got an unexpected keyword argument 'filter'
  12. (nova.api): TRACE: Traceback (most recent call last):
  13. (nova.api): TRACE: File "/usr/lib/pymodules/python2.6/nova/api/ec2/__init__.py", line 321, in __call__
  14. (nova.api): TRACE: result = api_request.invoke(context)
  15. (nova.api): TRACE: File "/usr/lib/pymodules/python2.6/nova/api/ec2/apirequest.py", line 150, in invoke
  16. (nova.api): TRACE: result = method(context, **args)
  17. (nova.api): TRACE: File "/usr/lib/pymodules/python2.6/nova/api/ec2/cloud.py", line 674, in describe_instances
  18. (nova.api): TRACE: return self._format_describe_instances(context, **kwargs)
  19. (nova.api): TRACE: File "/usr/lib/pymodules/python2.6/nova/api/ec2/cloud.py", line 681, in _format_describe_instances
  20. (nova.api): TRACE: return {'reservationSet': self._format_instances(context, **kwargs)}
  21. (nova.api): TRACE: File "/usr/lib/pymodules/python2.6/nova/api/ec2/cloud.py", line 703, in _format_instances
  22. (nova.api): TRACE: instances = self.compute_api.get_all(context, **kwargs)
  23. (nova.api): TRACE: TypeError: get_all() got an unexpected keyword argument 'filter'
Add Comment
Please, Sign In to add comment