Rocky Series Release Notes

1.28.0

New Features

  • The created field which was returned by the Nova API is now returned as created_at as well when not using strict mode for consistency with other models.

  • Added a new property, ‘port_security_enabled’ which is a boolean to enable or disable port_secuirty during network creation. The default behavior will enable port security, security group and anti spoofing will act as before. When the attribute is set to False, security group and anti spoofing are disabled on the ports created on this network.

Bug Fixes

  • Allow None for timeout in create_stack() and update_stack() calls.