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 network flavor to service profile
openstack network flavor add profile
<flavor>
<service-profile-id>
<flavor>
Flavor to which service profile is added. (Name or ID)
<service-profile-id>
Service profile to be added to flavor. (ID only)
Create network flavor
openstack network flavor create
--service-type <service-type>
[--description <description>]
[--enable | --disable]
[--project <project> [--project-domain <project-domain>]]
<name>
--service-type
<service-type>
¶Service type to which the flavor applies to: e.g. VPN. (See openstack <service providers>) (required)
--description
<description>
¶Description for the flavor
--enable
¶Enable the flavor (default)
--disable
¶Disable the flavor
--project
<project>
¶Owner’s project (name or ID)
--project-domain
<project-domain>
¶Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
<name>
Name for the flavor
Delete network flavor(s)
openstack network flavor delete
<flavor> [<flavor> ...]
<flavor>
Flavor(s) to delete (name or ID)
Remove network flavor from service profile
openstack network flavor remove profile
<flavor>
<service-profile-id>
<flavor>
Flavor from which service profile is removed. (Name or ID)
<service-profile-id>
Service profile to be removed from flavor. (ID only)
Set network flavor properties
openstack network flavor set
[--name <name>]
[--description <description>]
[--enable | --disable]
<flavor>
--name
<name>
¶Set flavor name
--description
<description>
¶Set network flavor description
--enable
¶Enable network flavor
--disable
¶Disable network flavor
<flavor>
Flavor to update (name or ID)
Show network flavor
openstack network flavor show
<flavor>
<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.