Skip to content

Conversation

@yant-lb
Copy link

@yant-lb yant-lb commented Nov 18, 2025

keep in mind that I didn't committed the following changes:

diff --git a/proxmox/lbprox/lbprox/allocations/allocation_descriptors.py b/proxmox/lbprox/lbprox/allocations/allocation_descriptors.py
index 97902eb..7654ce3 100644
--- a/proxmox/lbprox/lbprox/allocations/allocation_descriptors.py
+++ b/proxmox/lbprox/lbprox/allocations/allocation_descriptors.py
@@ -3,7 +3,7 @@ import os
 import yaml
 
 
-CONFIG_DIRECTORY = "lbprox/config"
+CONFIG_DIRECTORY = "/home/yan/workspace/lightbits-community/proxmox/lbprox/lbprox/config"
 
 
 def load_allocation_descriptor_from_file(filename: str):
diff --git a/proxmox/lbprox/lbprox/flavors/flavors.py b/proxmox/lbprox/lbprox/flavors/flavors.py
index 08261c3..4631c1e 100644
--- a/proxmox/lbprox/lbprox/flavors/flavors.py
+++ b/proxmox/lbprox/lbprox/flavors/flavors.py
@@ -2,7 +2,7 @@
 import os
 import yaml
 
-CONFIG_DIRECTORY = "lbprox/config"
+CONFIG_DIRECTORY = "/home/yan/workspace/lightbits-community/proxmox/lbprox/lbprox/config"
 
 def list_machine_types():
     machines_file = os.path.join(CONFIG_DIRECTORY, "flavors/flavors.yml")

@yant-lb yant-lb requested review from yogev-lb and yuval-lb November 18, 2025 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants