thobiast / openstack-flavor-selector

A tool to filter OpenStack flavors based on resource criteria

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%