apache / apache/libcloud

SoftLayer/IBM provider is broken

オープン
#2,035 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
2.1k
フォーク
931
平均マージ
1日 2時間
マージ済み PR(30日)
4

説明

## Summary

Can't obtain a driver for SOFTLAYER provider

## Detailed Information

I'm using Python 3.9/3.10 and apache-libcloud==3.8.0
When trying to get driver for the SOFTLAYER provider the following error obtained:

```
from libcloud.compute.types import Provider
from libcloud.compute.providers import get_driver
cls = get_driver(Provider.SOFTLAYER)
File "/usr/local/lib/python3.10/enum.py", line 437, in __getattr__
raise AttributeError(name) from None
AttributeError: SOFTLAYER
```

I tried to debug it and noticed that the cls object doesn't include the SOFTLAYER member. It includes the IBM instead. But when I try to use the Provider.IBM, the following exception is displayed:
`Exception: Provider no longer supported: http://www.ibm.com/midmarket/us/en/article_cloud6_1310.html, please visit: IBM SmartCloud Enterprise has been deprecated in favour of IBM SoftLayer Public Cloud, please use the SOFTLAYER provider.`

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

Reproduce the error using the libcloud.compute.types.Provider and libcloud.compute.providers.get_driver imports shown in the report. Trace how the SoftLayer and IBM provider entries are defined and selected; done means Provider.SOFTLAYER can be obtained and no longer leads to the deprecated IBM provider error.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
python
領域
cloud
issue の種類
バグ
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
45/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。