Created
August 31, 2011 22:22
-
-
Save ejfinneran/1184898 to your computer and use it in GitHub Desktop.
OpenStack Nova-API Log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
2011-08-30 17:57:38,374 AUDIT nova.api [9NWTUHKAII57D9L1FW0U ej myproject] Authenticated Request For ej:myproject) | |
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 | |
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 | |
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 | |
2011-08-30 17:57:38,385 ERROR nova.api [9NWTUHKAII57D9L1FW0U ej myproject] Unexpected error raised: get_all() got an unexpected keyword argument 'filter' | |
(nova.api): TRACE: Traceback (most recent call last): | |
(nova.api): TRACE: File "/usr/lib/pymodules/python2.6/nova/api/ec2/__init__.py", line 321, in __call__ | |
(nova.api): TRACE: result = api_request.invoke(context) | |
(nova.api): TRACE: File "/usr/lib/pymodules/python2.6/nova/api/ec2/apirequest.py", line 150, in invoke | |
(nova.api): TRACE: result = method(context, **args) | |
(nova.api): TRACE: File "/usr/lib/pymodules/python2.6/nova/api/ec2/cloud.py", line 674, in describe_instances | |
(nova.api): TRACE: return self._format_describe_instances(context, **kwargs) | |
(nova.api): TRACE: File "/usr/lib/pymodules/python2.6/nova/api/ec2/cloud.py", line 681, in _format_describe_instances | |
(nova.api): TRACE: return {'reservationSet': self._format_instances(context, **kwargs)} | |
(nova.api): TRACE: File "/usr/lib/pymodules/python2.6/nova/api/ec2/cloud.py", line 703, in _format_instances | |
(nova.api): TRACE: instances = self.compute_api.get_all(context, **kwargs) | |
(nova.api): TRACE: TypeError: get_all() got an unexpected keyword argument 'filter' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment