Skip to content

Commit 31be48e

Browse files
authored
remove exoscale v1 (#117)
1 parent 92c6068 commit 31be48e

File tree

6 files changed

+7
-38
lines changed

6 files changed

+7
-38
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ __pycache__
33
build
44
dist
55
.env
6+
.venv

chaotic/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from chaotic.cloud.cloudscale_ch import CloudscaleChChaotic
33
from chaotic.cloud.cloudstack import CloudStackChaotic
44
from chaotic.cloud.digitalocean import DigitaloceanChaotic
5-
from chaotic.cloud.exoscale import ExoscaleChaotic
65
from chaotic.cloud.hcloud import HcloudChaotic
76
from chaotic.cloud.nomad import NomadChaotic
87
from chaotic.cloud.proxmox_kvm import ProxmoxKvmChaotic
@@ -16,7 +15,6 @@ class ChaoticFactory:
1615
"cloudscale_ch": CloudscaleChChaotic,
1716
"cloudstack": CloudStackChaotic,
1817
"digitalocean": DigitaloceanChaotic,
19-
"exoscale": ExoscaleChaotic,
2018
"hcloud": HcloudChaotic,
2119
"nomad": NomadChaotic,
2220
"proxmox_kvm": ProxmoxKvmChaotic,

chaotic/cloud/exoscale.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

examples/config_exoscale.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

requirements.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
cloudscale-sdk
2-
cs
32
hcloud
43
proxmoxer<3.0
54
python-digitalocean

requirements.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
certifi==2024.7.4
2-
charset-normalizer==3.3.2
1+
certifi==2024.8.30
2+
charset-normalizer==3.4.0
33
cloudscale-sdk==0.7.0
4-
cs==3.2.0
54
hcloud==2.3.0
6-
idna==3.7
7-
jsonpickle==3.0.2
5+
idna==3.10
6+
jsonpickle==3.3.0
87
proxmoxer==2.1.0
9-
python-dateutil==2.8.2
8+
python-dateutil==2.9.0.post0
109
python-digitalocean==1.17.0
1110
python-dotenv==1.0.1
1211
python-json-logger==2.0.7
13-
pytz==2024.1
1412
pyyaml==6.0.2
1513
requests==2.32.3
1614
schedule==1.2.2
1715
six==1.16.0
18-
urllib3==2.2.2
16+
urllib3==2.2.3
1917
xdg==6.0.0

0 commit comments

Comments
 (0)