request-vm-on-golem 0.1.8__py3-none-any.whl → 0.1.9__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: request-vm-on-golem
3
- Version: 0.1.8
3
+ Version: 0.1.9
4
4
  Summary: VM on Golem Requestor CLI - Create and manage virtual machines on the Golem Network
5
5
  Keywords: golem,vm,cloud,decentralized,cli
6
6
  Author: Phillip Jensen
@@ -1,7 +1,7 @@
1
1
  requestor/__init__.py,sha256=OqSUAh1uZBMx7GW0MoSMg967PVdmT8XdPJx3QYjwkak,116
2
2
  requestor/cli/__init__.py,sha256=e3E4oEGxmGj-STPtFkQwg_qIWhR0JAiAQdw3G1hXciU,37
3
3
  requestor/cli/commands.py,sha256=RCdAAoyFbzfAxd2_EXXCymSEP7VQMGu7VjnsYWd-tB8,24223
4
- requestor/config.py,sha256=FnAsxdGJiE8UCSyfDFhuO0KDH8DbMCrvsRO5r8RkiCo,2141
4
+ requestor/config.py,sha256=MCfmZSOtpGzz0REM1Qkh9jExusOyu3ILS19IRU2PAFY,2146
5
5
  requestor/db/__init__.py,sha256=Gm5DfWls6uvCZZ3HGGnyRHswbUQdeA5OGN8yPwH0hc8,88
6
6
  requestor/db/sqlite.py,sha256=kqutQMs3srcZHa5kI1cbHvOYr66cCfQCb2xuioNAbLc,4638
7
7
  requestor/errors.py,sha256=wVpHBuYgQx5pTe_SamugfK-k768noikY1RxvPOjQGko,665
@@ -12,7 +12,7 @@ requestor/ssh/__init__.py,sha256=hNgSqJ5s1_AwwxVRyFjUqh_LTBpI4Hmzq0F-f_wXN9g,119
12
12
  requestor/ssh/manager.py,sha256=h-93AXFJqzGo2lNTG2u-q4ivU9cCFeNDhYN55skPLBo,6566
13
13
  requestor/utils/logging.py,sha256=oFNpO8pJboYM8Wp7g3HOU4HFyBTKypVdY15lUiz1a4I,3721
14
14
  requestor/utils/spinner.py,sha256=PUHJdTD9jpUHur__01_qxXy87WFfNmjQbD_sLG-KlGo,2459
15
- request_vm_on_golem-0.1.8.dist-info/METADATA,sha256=Hi96qJueAHt-7CT0ui13Z-xjciXFzmjdgn5vvpJyJLE,9054
16
- request_vm_on_golem-0.1.8.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
17
- request_vm_on_golem-0.1.8.dist-info/entry_points.txt,sha256=Z-skRNpJ8aZcIl_En9mEm1ygkp9FKy0bzQoL3zO52-0,44
18
- request_vm_on_golem-0.1.8.dist-info/RECORD,,
15
+ request_vm_on_golem-0.1.9.dist-info/METADATA,sha256=jZUIvF0duWM6Q2g7Z2iw3V1URzp9CNFxZssBpThs65M,9054
16
+ request_vm_on_golem-0.1.9.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
17
+ request_vm_on_golem-0.1.9.dist-info/entry_points.txt,sha256=Z-skRNpJ8aZcIl_En9mEm1ygkp9FKy0bzQoL3zO52-0,44
18
+ request_vm_on_golem-0.1.9.dist-info/RECORD,,
requestor/config.py CHANGED
@@ -22,7 +22,7 @@ class RequestorConfig(BaseSettings):
22
22
 
23
23
  # Discovery Service
24
24
  discovery_url: str = Field(
25
- default="http://localhost:7465",
25
+ default="http://195.201.39.101:7465",
26
26
  description="URL of the discovery service"
27
27
  )
28
28