Skip to content

✨ v1beta2: Standardize flavor in OpenStackMachine #2896

@nikParasyr

Description

@nikParasyr

/kind feature

As part of the v1beta2 api improvements:

OSM: Update flavor to follow id/filter standard:

Current the OSM allows the following:

Kind: OpenStackMachine
...
spec:
  ...
  flavor: <Name of flavor>
  flavorID: <ID of flavor>
  ...

This should be updated to the one below so that its consistent with all other fields:

Kind: OpenStackMachine
...
spec:
  ...
  flavor:
    ID: <ID of flavor>
    Filter:
      Name: ...
      <other list options of flavor>
  ...

Implementation should be done after core v1beta2 is implemented in #2895

Metadata

Metadata

Assignees

Labels

kind/featureCategorizes issue or PR as related to a new feature.

Type

No type

Projects

Status

Planned

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions