Bug 1592842
Summary: | [UI] - Allow to create a subnet with Unicode characters(Hebrew) | ||
---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | Michael Burman <mburman> |
Component: | BLL.Network | Assignee: | Dan Kenigsberg <danken> |
Status: | CLOSED WONTFIX | QA Contact: | Michael Burman <mburman> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.2.4.1 | CC: | bugs, ylavi |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-06-24 07:46:35 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Network | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Michael Burman
2018-06-19 12:31:03 UTC
https://10.35.x.z:9696/v2.0/subnets - POST { "subnet": { "name": "אחד", "gateway_ip": "11.0.0.100", "enable_dhcp": true, "network_id": "1a3f0370-85b0-4db9-80b3-0fe909691528", "cidr": "11.0.0.0/24", "dns_nameservers": [ "8.8.8.8" ] } } 201 Created { "subnet":{ "ip_version": 4, "allocation_pools":[ { "start": "11.0.0.2", "stop": "11.0.0.255" } ], "gateway_ip": "11.0.0.100", "name": "אחד", "enable_dhcp": true, "network_id": "1a3f0370-85b0-4db9-80b3-0fe909691528", "tenant_id": "00000000000000000000000000000001", "cidr": "11.0.0.0/24", "dns_nameservers":[ "8.8.8.8" ], "id": "67413c22-c3c1-4684-ab60-40c6df5743d8" } } This is not a interesting use case. We do not support subnets from engine. |