QuestionQ51

Cloud Orchestration with OpenStack

Select the Exhibit button.

$ nova flavor-create -is-public true vsrx_flavor auto 4096 16 2

What detail about the Nova flavor creation is displayed in the exhibit?

  • A The RAM shown is displayed in GB.
  • B The image flavor contains two virtual NICs.
  • C Every instance created from this flavor will have two virtual CPUs.
  • D The image flavor is private to the specific project the user is working on.
Explanation

A Nova flavor’s final positional parameter specifies its number of virtual CPUs. The value 2 therefore creates a flavor with two vCPUs for each instance that uses it. RAM is specified in MB, and is-public true makes the flavor public rather than project-private.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!