Created
April 19, 2016 00:53
-
-
Save jsidhu/dec92987a10591ec1d01197c1c24930f to your computer and use it in GitHub Desktop.
nova boot vm on a specific compute
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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