Skip to content

Commit 822bed0

Browse files
committed
Update Nebius default project detection
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 c521a57 commit 822bed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/dstack/_internal/core/backends/nebius

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)