https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292137
Bug ID: 292137
Summary: nuageinit doesn't set
Product: Base System
Version: 15.0-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
This is the content of my openstack/latest/network_data.json:
{"links": [{"id": "interface0", "type": "phy", "ethernet_mac_address":
"52:54:00:24:f2:40"}], "networks": [{"id": "private-ipv4-0", "type": "ipv4",
"link": "interface0", "ip_address": "192.168.123.7", "netmask":
"255.255.255.0", "routes": [{"network": "0.0.0.0", "netmask": "0.0.0.0",
"gateway": "192.168.123.1"}], "network_id":
"18e48a29-633d-4bcd-954f-e279b9b78a48", "dns_nameservers": ["192.168.123.1"],
"services": [{"type": "dns", "address": "192.168.123.1"}]}], "services":
[{"type": "dns", "address": "192.168.123.1"}]}
The IPv4 and the gateway are both properly set but the DNS configuration is
ignored.
--
You are receiving this mail because:
You are the assignee for the bug.