Activity log for bug #1669504
Date | Who | What changed | Old value | New value | Message |
---|---|---|---|---|---|
2017-03-02 16:25:21 | Lars Kellogg-Stedman | bug | added bug | ||
2017-03-02 16:46:32 | Launchpad Janitor | merge proposal linked | https://code.launchpad.net/~larsks/cloud-init/+git/cloud-init/+merge/318800 | ||
2017-03-07 18:10:26 | Scott Moser | cloud-init: status | New | Confirmed | |
2017-03-07 18:10:32 | Scott Moser | cloud-init: importance | Undecided | Medium | |
2017-03-07 18:10:41 | Scott Moser | cloud-init: assignee | Lars Kellogg-Stedman (larsks) | ||
2017-03-07 18:44:13 | Scott Moser | cloud-init: status | Confirmed | Fix Committed | |
2017-04-04 20:38:53 | Scott Moser | bug task added | cloud-init (Ubuntu) | ||
2017-04-04 20:39:00 | Scott Moser | cloud-init (Ubuntu): status | New | Fix Released | |
2017-04-04 20:39:04 | Scott Moser | cloud-init (Ubuntu): importance | Undecided | Medium | |
2017-04-04 20:39:09 | Scott Moser | nominated for series | Ubuntu Yakkety | ||
2017-04-04 20:39:09 | Scott Moser | bug task added | cloud-init (Ubuntu Yakkety) | ||
2017-04-04 20:39:09 | Scott Moser | nominated for series | Ubuntu Xenial | ||
2017-04-04 20:39:09 | Scott Moser | bug task added | cloud-init (Ubuntu Xenial) | ||
2017-04-04 20:39:17 | Scott Moser | cloud-init (Ubuntu Xenial): status | New | Confirmed | |
2017-04-04 20:39:18 | Scott Moser | cloud-init (Ubuntu Yakkety): status | New | Won't Fix | |
2017-04-04 20:39:23 | Scott Moser | cloud-init (Ubuntu Xenial): importance | Undecided | Medium | |
2017-04-04 20:39:24 | Scott Moser | cloud-init (Ubuntu Yakkety): importance | Undecided | Medium | |
2017-04-04 20:39:27 | Scott Moser | cloud-init (Ubuntu Yakkety): status | Won't Fix | Confirmed | |
2017-04-04 20:41:36 | Scott Moser | description | Given a network configuration that includes ipv4 and ipv6 configuration for an interface, as in: "networks": [ { "id": "public-ipv6", "ip_address": "2604:A880:0400:00D0:0000:0000:1714:F001/64", "link": "interface-public", "netmask": "", "neutron_network_id": "937c94de-7029-586e-6e36-ea9af2d815de", "type": "ipv6", "routes": [ { "gateway": "2604:A880:0400:00D0:0000:0000:0000:0001", "netmask": "::", "network": "::" } ] }, { "id": "public-ipv4", "ip_address": "198.199.75.198", "link": "interface-public", "netmask": "255.255.255.0", "neutron_network_id": "7d9cd798-2dc0-502f-41ca-e04b552ddffd", "type": "ipv4", "routes": [ { "gateway": "198.199.75.1", "netmask": "0.0.0.0", "network": "0.0.0.0" } ] } ] cloud-init will fail because both subnets provide a default route, resulting in the error: Duplicate declaration of default route found for interface eth0 | === Begin SRU Template === [Impact] This code path is not applicable to Ubuntu. The bug was in supporting dual stack network configuration in sysconfig (Redhat/centos) format. [Test Case] Launch an instance on lxd, make sure it has network. [Regression Potential] Changes to network rendering could have negatively affected Ubuntu the test above is valid to check that that didn't go horribly wrong. [Other Info] Upstream commit: https://git.launchpad.net/cloud-init/commit/?id=1d751a6f46 === End SRU Template === Given a network configuration that includes ipv4 and ipv6 configuration for an interface, as in: "networks": [ { "id": "public-ipv6", "ip_address": "2604:A880:0400:00D0:0000:0000:1714:F001/64", "link": "interface-public", "netmask": "", "neutron_network_id": "937c94de-7029-586e-6e36-ea9af2d815de", "type": "ipv6", "routes": [ { "gateway": "2604:A880:0400:00D0:0000:0000:0000:0001", "netmask": "::", "network": "::" } ] }, { "id": "public-ipv4", "ip_address": "198.199.75.198", "link": "interface-public", "netmask": "255.255.255.0", "neutron_network_id": "7d9cd798-2dc0-502f-41ca-e04b552ddffd", "type": "ipv4", "routes": [ { "gateway": "198.199.75.1", "netmask": "0.0.0.0", "network": "0.0.0.0" } ] } ] cloud-init will fail because both subnets provide a default route, resulting in the error: Duplicate declaration of default route found for interface eth0 | |
2017-04-10 22:23:17 | Brian Murray | cloud-init (Ubuntu Yakkety): status | Confirmed | Fix Committed | |
2017-04-10 22:23:19 | Brian Murray | bug | added subscriber Ubuntu Stable Release Updates Team | ||
2017-04-10 22:23:24 | Brian Murray | bug | added subscriber SRU Verification | ||
2017-04-10 22:23:28 | Brian Murray | tags | verification-needed | ||
2017-04-10 22:46:21 | Brian Murray | cloud-init (Ubuntu Xenial): status | Confirmed | Fix Committed | |
2017-04-13 18:17:22 | Scott Moser | tags | verification-needed | verification-done-xenial verification-done-yakkety | |
2017-04-20 19:33:34 | Launchpad Janitor | cloud-init (Ubuntu Yakkety): status | Fix Committed | Fix Released | |
2017-04-20 19:34:32 | Steve Langasek | removed subscriber Ubuntu Stable Release Updates Team | |||
2017-04-20 19:35:54 | Launchpad Janitor | cloud-init (Ubuntu Xenial): status | Fix Committed | Fix Released | |
2017-09-23 02:29:23 | Scott Moser | cloud-init: status | Fix Committed | Fix Released | |
2023-05-10 21:07:37 | James Falcon | bug watch added | https://github.com/canonical/cloud-init/issues/2816 |