Skip to content

[Bug]: Wrong unit for flavor in cloud instances #95

@pdesgarets

Description

@pdesgarets

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When using ovhcloud cloud instance get, the flavor details contain wrong units for RAM and disks :

 ## Flavor details

  Name:                   b3-16
  Operating system:       linux
  Number of disks:        100
  RAM:                    16 Mio
  vCPUs:                  4
  Max inbound bandwidth:  1000Mbit/s
  Max outbound bandwidth: 1000Mbit/s

Expected Behavior

 ## Flavor details

  Name:                   b3-16
  Operating system:       linux
  Size of disk:        100 Gio
  RAM:                    16 Gio
  vCPUs:                  4
  Max inbound bandwidth:  1000Mbit/s
  Max outbound bandwidth: 1000Mbit/s

Steps To Reproduce

Run ovhcloud cloud instance get <instance-id>

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions