A network flavor extension allows the user selection of operator-curated flavors during resource creations. It allows administrators to create network service flavors.
Network v2
Add a service profile to a network flavor
openstack network flavor add profile <flavor> <service-profile>
Network flavor (name or ID)
Service profile (ID only)
Create new network flavor
openstack network flavor create
[--extra-property type=<property_type>,name=<property_name>,value=<property_value>]
--service-type <service-type>
[--description DESCRIPTION]
[--project <project>]
[--project-domain <project-domain>]
[--enable | --disable]
<name>
Additional parameters can be passed using this property. Default type of the extra property is string (‘str’), but other types can be used as well. Available types are: ‘dict’, ‘list’, ‘str’, ‘bool’, ‘int’. In case of ‘list’ type, ‘value’ can be semicolon-separated list of values. For ‘dict’ value is semicolon-separated list of the key:value pairs.
Service type to which the flavor applies to: e.g. VPN (See openstack network service provider list for loaded examples.)
Description for the flavor
Owner’s project (name or ID)
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
Enable the flavor (default)
Disable the flavor
Name for the flavor
Delete network flavors
openstack network flavor delete <flavor> [<flavor> ...]
Flavor(s) to delete (name or ID)
List network flavors
openstack network flavor list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
Remove service profile from network flavor
openstack network flavor remove profile <flavor> <service-profile>
Network flavor (name or ID)
Service profile (ID only)
Set network flavor properties
openstack network flavor set
[--extra-property type=<property_type>,name=<property_name>,value=<property_value>]
[--description DESCRIPTION]
[--disable | --enable]
[--name <name>]
<flavor>
Additional parameters can be passed using this property. Default type of the extra property is string (‘str’), but other types can be used as well. Available types are: ‘dict’, ‘list’, ‘str’, ‘bool’, ‘int’. In case of ‘list’ type, ‘value’ can be semicolon-separated list of values. For ‘dict’ value is semicolon-separated list of the key:value pairs.
Set network flavor description
Disable network flavor
Enable network flavor
Set flavor name
Flavor to update (name or ID)
Display network flavor details
openstack network flavor show <flavor>
Flavor to display (name or ID)
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.