Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Remove two old variable assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteinge committed Dec 11, 2013
1 parent d1bf63f commit 4d69f5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions salt_cloud/saltcloud/clouds/softlayer.py
Expand Up @@ -154,8 +154,6 @@ def avail_images():
ret = {}
conn = get_conn()
response = conn.getCreateObjectOptions()
conn = get_conn('SoftLayer_Account')
response = conn.getBlockDeviceTemplateGroups()
for image in response['operatingSystems']:
ret[image['itemPrice']['item']['description']] = {
'name': image['itemPrice']['item']['description'],
Expand Down

0 comments on commit 4d69f5c

Please sign in to comment.