Merge "Actually start building magnum code"

This commit is contained in:
Zuul
2025-03-07 16:36:58 +00:00
committed by Gerrit Code Review
2 changed files with 7 additions and 1 deletions

View File

@@ -577,6 +577,12 @@ def get_rust_service_type_from_str(xtype: str):
return "BlockStorage"
case "compute":
return "Compute"
case "container-infrastructure-management":
return "ContainerInfrastructureManagement"
case "container-infrastructure":
return "ContainerInfrastructureManagement"
case "container-infra":
return "ContainerInfrastructureManagement"
case "dns":
return "Dns"
case "identity":

View File

@@ -18,7 +18,7 @@
- service: "compute"
metadata: "metadata/compute_metadata.yaml"
targets: ["rust-sdk", "rust-cli", "rust-tui"]
- service: "container_infrastructure_management"
- service: "container-infrastructure-management"
metadata: "metadata/container-infrastructure-management_metadata.yaml"
targets: ["rust-sdk", "rust-cli"]
- service: "dns"