[jira] [Commented] (LIBCLOUD-714) Traceback when simplejson < 2.1.0 is installed

2015-09-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/LIBCLOUD-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14740844#comment-14740844
 ] 

ASF GitHub Bot commented on LIBCLOUD-714:
-

GitHub user terminalmage opened a pull request:

https://github.com/apache/libcloud/pull/577

Fix traceback when simplejson < 2.1.0 is installed

See https://issues.apache.org/jira/browse/LIBCLOUD-714.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/terminalmage/libcloud libcloud-714

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/libcloud/pull/577.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #577


commit 186db780916c65b857cfd00d98394c4316d598d4
Author: Erik Johnson 
Date:   2015-09-11T13:53:58Z

Fix traceback when simplejson < 2.1.0 is installed

See https://issues.apache.org/jira/browse/LIBCLOUD-714.




> Traceback when simplejson < 2.1.0 is installed
> --
>
> Key: LIBCLOUD-714
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-714
> Project: Libcloud
>  Issue Type: Bug
> Environment: Linux
>Reporter: Erik Johnson
>
> When simplejson 2.0.9 (the version available in RHEL 6) is installed, the 
> following traceback occurs when attempting to use libcloud:
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/site-packages/salt/loader.py", line 951, in 
> _load_module
> ), fn_, fpath, desc)
>   File "/usr/lib/python2.6/site-packages/salt/cloud/clouds/rackspace.py", 
> line 46, in 
> from libcloud.compute.base import NodeState
>   File "/usr/lib/python2.6/site-packages/libcloud/compute/base.py", line 32, 
> in 
> from libcloud.pricing import get_size_price
>   File "/usr/lib/python2.6/site-packages/libcloud/pricing.py", line 26, in 
> 
> JSONDecodeError = json.JSONDecodeError
> AttributeError: 'module' object has no attribute 'JSONDecodeError'
> Upgrading to simplejson 2.1.0 or greater fixes this issue. Applying the 
> following fix to libcloud should resolve the issue: 
> http://www.fpaste.org/225608/49936143/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LIBCLOUD-714) Traceback when simplejson < 2.1.0 is installed

2015-09-11 Thread Erik Johnson (JIRA)

[ 
https://issues.apache.org/jira/browse/LIBCLOUD-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14740853#comment-14740853
 ] 

Erik Johnson commented on LIBCLOUD-714:
---

I've actually met Eric, he's good people.

PR submitted, I didn't know you accepted pulls via GitHub or I would have done 
this a while ago. Now I know. ^_^

> Traceback when simplejson < 2.1.0 is installed
> --
>
> Key: LIBCLOUD-714
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-714
> Project: Libcloud
>  Issue Type: Bug
> Environment: Linux
>Reporter: Erik Johnson
>
> When simplejson 2.0.9 (the version available in RHEL 6) is installed, the 
> following traceback occurs when attempting to use libcloud:
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/site-packages/salt/loader.py", line 951, in 
> _load_module
> ), fn_, fpath, desc)
>   File "/usr/lib/python2.6/site-packages/salt/cloud/clouds/rackspace.py", 
> line 46, in 
> from libcloud.compute.base import NodeState
>   File "/usr/lib/python2.6/site-packages/libcloud/compute/base.py", line 32, 
> in 
> from libcloud.pricing import get_size_price
>   File "/usr/lib/python2.6/site-packages/libcloud/pricing.py", line 26, in 
> 
> JSONDecodeError = json.JSONDecodeError
> AttributeError: 'module' object has no attribute 'JSONDecodeError'
> Upgrading to simplejson 2.1.0 or greater fixes this issue. Applying the 
> following fix to libcloud should resolve the issue: 
> http://www.fpaste.org/225608/49936143/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LIBCLOUD-714) Traceback when simplejson < 2.1.0 is installed

2015-09-11 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/LIBCLOUD-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14740909#comment-14740909
 ] 

ASF subversion and git services commented on LIBCLOUD-714:
--

Commit 1aaaef95745cebf66a26128f3e74c13fa7361a90 in libcloud's branch 
refs/heads/trunk from [~erikjohnzon]
[ https://git-wip-us.apache.org/repos/asf?p=libcloud.git;h=1aaaef9 ]

Fix traceback when simplejson < 2.1.0 is installed

See https://issues.apache.org/jira/browse/LIBCLOUD-714.

Closes #577

Signed-off-by: Tomaz Muraus 


> Traceback when simplejson < 2.1.0 is installed
> --
>
> Key: LIBCLOUD-714
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-714
> Project: Libcloud
>  Issue Type: Bug
> Environment: Linux
>Reporter: Erik Johnson
>
> When simplejson 2.0.9 (the version available in RHEL 6) is installed, the 
> following traceback occurs when attempting to use libcloud:
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/site-packages/salt/loader.py", line 951, in 
> _load_module
> ), fn_, fpath, desc)
>   File "/usr/lib/python2.6/site-packages/salt/cloud/clouds/rackspace.py", 
> line 46, in 
> from libcloud.compute.base import NodeState
>   File "/usr/lib/python2.6/site-packages/libcloud/compute/base.py", line 32, 
> in 
> from libcloud.pricing import get_size_price
>   File "/usr/lib/python2.6/site-packages/libcloud/pricing.py", line 26, in 
> 
> JSONDecodeError = json.JSONDecodeError
> AttributeError: 'module' object has no attribute 'JSONDecodeError'
> Upgrading to simplejson 2.1.0 or greater fixes this issue. Applying the 
> following fix to libcloud should resolve the issue: 
> http://www.fpaste.org/225608/49936143/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LIBCLOUD-714) Traceback when simplejson < 2.1.0 is installed

2015-09-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/LIBCLOUD-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14740910#comment-14740910
 ] 

ASF GitHub Bot commented on LIBCLOUD-714:
-

Github user asfgit closed the pull request at:

https://github.com/apache/libcloud/pull/577


> Traceback when simplejson < 2.1.0 is installed
> --
>
> Key: LIBCLOUD-714
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-714
> Project: Libcloud
>  Issue Type: Bug
> Environment: Linux
>Reporter: Erik Johnson
>
> When simplejson 2.0.9 (the version available in RHEL 6) is installed, the 
> following traceback occurs when attempting to use libcloud:
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/site-packages/salt/loader.py", line 951, in 
> _load_module
> ), fn_, fpath, desc)
>   File "/usr/lib/python2.6/site-packages/salt/cloud/clouds/rackspace.py", 
> line 46, in 
> from libcloud.compute.base import NodeState
>   File "/usr/lib/python2.6/site-packages/libcloud/compute/base.py", line 32, 
> in 
> from libcloud.pricing import get_size_price
>   File "/usr/lib/python2.6/site-packages/libcloud/pricing.py", line 26, in 
> 
> JSONDecodeError = json.JSONDecodeError
> AttributeError: 'module' object has no attribute 'JSONDecodeError'
> Upgrading to simplejson 2.1.0 or greater fixes this issue. Applying the 
> following fix to libcloud should resolve the issue: 
> http://www.fpaste.org/225608/49936143/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LIBCLOUD-714) Traceback when simplejson < 2.1.0 is installed

2015-09-10 Thread Tomaz Muraus (JIRA)

[ 
https://issues.apache.org/jira/browse/LIBCLOUD-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14739901#comment-14739901
 ] 

Tomaz Muraus commented on LIBCLOUD-714:
---

Nothing.

I thought you are Eric Johnson (a different person) which has commit rights to 
the repository so I thought you will just go ahead and commit the fix yourself 
once you add the comment.

I just noticed though that this obviously won't work since you are a different 
person :)

Please open a Github PR with a fix and I will have a look and merge it asap.

> Traceback when simplejson < 2.1.0 is installed
> --
>
> Key: LIBCLOUD-714
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-714
> Project: Libcloud
>  Issue Type: Bug
> Environment: Linux
>Reporter: Erik Johnson
>
> When simplejson 2.0.9 (the version available in RHEL 6) is installed, the 
> following traceback occurs when attempting to use libcloud:
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/site-packages/salt/loader.py", line 951, in 
> _load_module
> ), fn_, fpath, desc)
>   File "/usr/lib/python2.6/site-packages/salt/cloud/clouds/rackspace.py", 
> line 46, in 
> from libcloud.compute.base import NodeState
>   File "/usr/lib/python2.6/site-packages/libcloud/compute/base.py", line 32, 
> in 
> from libcloud.pricing import get_size_price
>   File "/usr/lib/python2.6/site-packages/libcloud/pricing.py", line 26, in 
> 
> JSONDecodeError = json.JSONDecodeError
> AttributeError: 'module' object has no attribute 'JSONDecodeError'
> Upgrading to simplejson 2.1.0 or greater fixes this issue. Applying the 
> following fix to libcloud should resolve the issue: 
> http://www.fpaste.org/225608/49936143/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LIBCLOUD-714) Traceback when simplejson 2.1.0 is installed

2015-05-26 Thread Tomaz Muraus (JIRA)

[ 
https://issues.apache.org/jira/browse/LIBCLOUD-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14559912#comment-14559912
 ] 

Tomaz Muraus commented on LIBCLOUD-714:
---

The proposed fix looks good to me. Let's just add a comment to the code so it's 
clear why we are doing that.

 Traceback when simplejson  2.1.0 is installed
 --

 Key: LIBCLOUD-714
 URL: https://issues.apache.org/jira/browse/LIBCLOUD-714
 Project: Libcloud
  Issue Type: Bug
 Environment: Linux
Reporter: Erik Johnson

 When simplejson 2.0.9 (the version available in RHEL 6) is installed, the 
 following traceback occurs when attempting to use libcloud:
 Traceback (most recent call last):
   File /usr/lib/python2.6/site-packages/salt/loader.py, line 951, in 
 _load_module
 ), fn_, fpath, desc)
   File /usr/lib/python2.6/site-packages/salt/cloud/clouds/rackspace.py, 
 line 46, in module
 from libcloud.compute.base import NodeState
   File /usr/lib/python2.6/site-packages/libcloud/compute/base.py, line 32, 
 in module
 from libcloud.pricing import get_size_price
   File /usr/lib/python2.6/site-packages/libcloud/pricing.py, line 26, in 
 module
 JSONDecodeError = json.JSONDecodeError
 AttributeError: 'module' object has no attribute 'JSONDecodeError'
 Upgrading to simplejson 2.1.0 or greater fixes this issue. Applying the 
 following fix to libcloud should resolve the issue: 
 http://www.fpaste.org/225608/49936143/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)