Actually start building magnum code

previous change container a typo in the service name and it was silently
ignored.

Change-Id: I5a037745274e728346140c23b7d17c4e3b151032
This commit is contained in:
Artem Goncharov 2025-03-06 18:52:13 +01:00
parent f1d3a0aa1b
commit 8be0291327
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"