Activity log for bug #1927036

Date Who What changed Old value New value Message
2021-05-04 03:07:09 Andrey Grebennikov bug added bug
2021-05-04 11:53:19 Adam Collard description MAAS 2.9 With CLI command "interface create-vlan" one of the parameters accepted: :param accept_ra: Accept router advertisements. (IPv6 only) Which translate to the option in Netplan "accept_ra: yes" However on the Netplan side: vlans: vlan15: accept-ra: no id: 15 link: enp0s25 Underscore should be replaced with dash in the config option. MAAS 2.9 With CLI command "interface create-vlan" one of the parameters accepted: :param accept_ra: Accept router advertisements. (IPv6 only) Which translate to the option in Netplan "accept_ra: yes" However Netplan spells it 'accept-ra' (note hyphen, not underscore) e.g.:  vlans:     vlan15:       accept-ra: no       id: 15       link: enp0s25 Underscore should be replaced with dash in the config option when writing to netplan.yaml.
2021-05-04 11:53:24 Adam Collard maas: status New Triaged
2021-05-04 11:53:28 Adam Collard maas: importance Undecided Medium
2021-05-04 11:53:32 Adam Collard maas: milestone 3.0.0-rc1
2021-05-04 13:32:34 Adam Collard merge proposal linked https://code.launchpad.net/~adam-collard/maas/+git/maas/+merge/402196
2021-05-04 13:32:50 Adam Collard maas: assignee Adam Collard (adam-collard)
2021-05-05 14:04:07 Björn Tillenius maas: status Triaged In Progress
2021-05-05 16:16:45 MAAS Lander maas: status In Progress Fix Committed
2021-05-24 16:31:44 Björn Tillenius maas: status Fix Committed Fix Released