Yoga Series Release Notes¶
1.6.2¶
Bug Fixes¶
It is now possible to create a port on a specific subnet also when multiple subnets with the same name exist on different networks. See bug: 2009732.
1.6.1¶
Bug Fixes¶
Fixed an issue where instance metadata for network configuration was not correctly written to the config-drive when using a neutron routed provider network. The invalid metadata would in most cases cause the instance network initialization to completely fail, leaving the instance with no network connectivity. See bug: 2009715.
1.6.0¶
New Features¶
Network metadata is now created and written to the instance config in the config-drive for deployed nodes.
Bug Fixes¶
Fixed and issue where deployed nodes did not become available over the network. This happened when the first network interface was not connected to a network with a DHCP service, i.e a secondary network interface was used. The addition of network metadata in the instance config solves this problem. See bug: 2009238.