Skip to content

Instantly share code, notes, and snippets.

@jsidhu
Created April 19, 2016 00:53
Show Gist options
  • Save jsidhu/dec92987a10591ec1d01197c1c24930f to your computer and use it in GitHub Desktop.
Save jsidhu/dec92987a10591ec1d01197c1c24930f to your computer and use it in GitHub Desktop.
nova boot vm on a specific compute
nova boot --image <image id> --flavor <flavor id> --availability-zone <az>:<compute> --nic net-id=<network id> <vm name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment