Skip to content

A tool to filter OpenStack flavors based on resource criteria

License

Notifications You must be signed in to change notification settings

thobiast/openstack-flavor-selector

Repository files navigation

os-flavor-selector - A tool to filter OpenStack flavors based on resource criteria

Build and Test License: MIT Code style: black

About

os-flavor-selector is a tool filter OpenStack flavors. When there are many flavors available, it is sometimes dificult to find the correct one that fills our requirements. The os-flavor-selector helps to navigate and filter the flavors.

Example

$ os-flavor-selector --help
$ os-flavor-selector
$ os-flavor-selector --vcpus-min 4 --vcpus-max 8
$ os-flavor-selector --vcpus-min 4 --vcpus-max 8 --output json
$ os-flavor-selector --vcpus-min 4 --memory-max 16 --output text

Interactive GIF

Installation

$ pip install os-flavor-selector

Development mode

$ pip install -e .

About

A tool to filter OpenStack flavors based on resource criteria

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages