Skip to content

Roadmap

Augustin Ziegler edited this page Apr 10, 2019 · 14 revisions

Is a set of features that will get available in next releases.

  • [Server] create new server (New-OSServer)
  • [Port] create new port (New-OSPort)
  • [Port] manage port AllowedAddressPairs (Get/Add/Remove-OSPortAllowedAddress)
  • [Volume] create new volume (New-OSVolume)
  • [Volume] create new volume snapshot (New-OSVolumeSnapshot)
  • [Volume] create new volume backup (New-VolumeBackup)
  • Identity
    • [Auth] Disconnect-OSAccount (API ref)
    • [Identity] all Set commands
    • [Region] Region management
    • [Policy] Policy management
  • Confirm on all Remove or change commands
  • [All] -Wait parameter on all Remove- commands (e.g. Remove-OSVolume - status: deleting)

Internal Radmap

This includes all upcoming that impacts the core, there is no change or impact on the end user side.

  • [Core] set id as default property if exists (Get-OSObjectIdentifierer)
    • does all objects have id property (metadata)?

Bugs

  • Disconnect-OSAccount
    • Invoke-WebRequest : {"error": {"message": "You are not authorized to perform the requested action: identity:revoke_token.", "code": 403, "title": "Forbidden"}}
  • use Add-OSServerVolumeAttachment not Mount-OSVolume (same for Remove)

Clone this wiki locally