====== flavor ====== Compute v2 flavor create ------------- Create new flavor .. program:: flavor create .. code:: bash os flavor create [--id ] [--ram ] [--disk ] [--ephemeral-disk ] [--swap ] [--vcpus ] [--rxtx-factor ] [--public | --private] [--property [...] ] [--project ] [--project-domain ] .. option:: --id Unique flavor ID; 'auto' creates a UUID (default: auto) .. option:: --ram Memory size in MB (default 256M) .. option:: --disk Disk size in GB (default 0G) .. option:: --ephemeral-disk Ephemeral disk size in GB (default 0G) .. option:: --swap Swap space size in GB (default 0G) .. option:: --vcpus Number of vcpus (default 1) .. option:: --rxtx-factor RX/TX factor (default 1.0) .. option:: --public Flavor is available to other projects (default) .. option:: --private Flavor is not available to other projects .. option:: --property Property to add for this flavor (repeat option to set multiple properties) .. option:: --project Allow to access private flavor (name or ID) (Must be used with :option:`--private` option) .. option:: --project-domain Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. .. _flavor_create-flavor-name: .. describe:: New flavor name flavor delete ------------- Delete flavor(s) .. program:: flavor delete .. code:: bash os flavor delete [ ...] .. _flavor_delete-flavor: .. describe:: Flavor(s) to delete (name or ID) flavor list ----------- List flavors .. program:: flavor list .. code:: bash os flavor list [--public | --private | --all] [--long] [--marker ] [--limit ] .. option:: --public List only public flavors (default) .. option:: --private List only private flavors .. option:: --all List all flavors, whether public or private .. option:: --long List additional fields in output .. option:: --marker The last flavor ID of the previous page .. option:: --limit Maximum number of flavors to display flavor set ---------- Set flavor properties .. program:: flavor set .. code:: bash os flavor set [--property [...] ] [--project ] [--project-domain ] .. option:: --property Property to add or modify for this flavor (repeat option to set multiple properties) .. option:: --project Set flavor access to project (name or ID) (admin only) .. option:: --project-domain Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. .. describe:: Flavor to modify (name or ID) flavor show ----------- Display flavor details .. program:: flavor show .. code:: bash os flavor show .. _flavor_show-flavor: .. describe:: Flavor to display (name or ID) flavor unset ------------ Unset flavor properties .. program:: flavor unset .. code:: bash os flavor unset [--property [...] ] [--project ] [--project-domain ] .. option:: --property Property to remove from flavor (repeat option to remove multiple properties) .. option:: --project Remove flavor access from project (name or ID) (admin only) .. option:: --project-domain Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. .. describe:: Flavor to modify (name or ID)