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

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"
Reference in New Issue
openstack/codegenerator
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.