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:
parent
f1d3a0aa1b
commit
8be0291327
@ -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":
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user