5.50. nova flavor-create


usage: nova flavor-create [--ephemeral <ephemeral>] [--swap <swap>]
                          [--rxtx-factor <factor>] [--is-public <is-public>]
                          <name> <id> <ram> <disk> <vcpus>
Create a new flavor.

Positional arguments

<name>


        Unique name of the new flavor.

<id>


        Unique ID of the new flavor. Specifying 'auto' will
      generated a UUID for the ID.

<ram>


        Memory size in MB.

<disk>


        Disk size in GB.

<vcpus>


        Number of vcpus

Optional arguments

--ephemeral <ephemeral>


        Ephemeral space size in GB (default 0).

--swap <swap>


        Swap space size in MB (default 0).

--rxtx-factor <factor>


        RX/TX factor (default 1).

--is-public <is-public>


        Make flavor accessible to the public (default
      true).

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2026 Red Hat
Back to top