Skip to content

Release v6.1.1

Latest
Compare
Choose a tag to compare
@cristiGuranIonos cristiGuranIonos released this 14 Jul 13:43
· 7 commits to master since this release

Features

  • Adds manage_dbaas field in group_properties.rb : provides privilege for a group to manage DBaaS related functionality. Admin users already here this enabled by default.
  • Adds delete_volumes to datacenters_servers_delete in servers_api.rb: If true, all attached storage volumes will also be deleted.
  • Adds boot_order to volume_properties.rb : Determines whether the volume will be used as a boot volume. Set to `NONE`, the volume will not be used as boot volume. Set to `PRIMARY`, the volume will be used as boot volume and all other volumes must be set to `NONE`. Set to `AUTO` or `null` requires all volumes to be set to `AUTO` or `null`; this will use the legacy behavior, which is to use the volume as a boot volume only if there are no other volumes or cdrom devices. | [optional] [default to 'AUTO'] |