Skip to content

Commit fe24183

Browse files
authored
Update Nebius default project detection (#2633)
It seems that Nebius has changed the default project naming scheme. The project that was automatically created for us in the newly introduced `us-central1` region is called `default-us-central1`.
1 parent e69902f commit fe24183

File tree

1 file changed

+1
-1
lines changed
  • src/dstack/_internal/core/backends/nebius

1 file changed

+1
-1
lines changed

src/dstack/_internal/core/backends/nebius/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from dstack._internal.core.backends.base.models import fill_data
66
from dstack._internal.core.models.common import CoreModel
77

8-
DEFAULT_PROJECT_NAME_PREFIX = "default-project"
8+
DEFAULT_PROJECT_NAME_PREFIX = "default"
99

1010

1111
class NebiusServiceAccountCreds(CoreModel):

0 commit comments

Comments
 (0)