Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[octavia] add an ability to filter flavors and flavorprofiles #3192

Copy link
Copy link
Closed
@kayrus

Description

@kayrus
Issue body actions

Octavia API supports flavors and flavorprofiles to be filtered by certain attribute filters. To be honest I couldn't find a place in octavia source code, where it's implemented, but I tested with openstack CLI and it worked like it should.

$ os loadbalancer flavor list -h | grep options: -A6
options:
  -h, --help            show this help message and exit
  --name <name>         List flavors according to their name.
  --flavorprofile <flavor_profile>
                        List flavors according to their flavor profile.
  --enable              List enabled flavors.
  --disable             List disabled flavors.
$ os loadbalancer flavorprofile list -h | grep options: -A4
options:
  -h, --help            show this help message and exit
  --name <name>         List flavor profiles by flavor profile name.
  --provider <provider_name>
                        List flavor profiles according to their provider.

I also double-checked the API request in --debug mode.

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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.