diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-05-27 07:41:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-27 07:41:56 +0000 |
commit | 37539fcf867c3ca06b220e3a4b766950ca710a74 (patch) | |
tree | eec60e1d9eaa463e490ae3ac446ca0581ebb9dad /docs/userguide/troubleshooting.rst | |
parent | 1b180fae8f1c15467facf3eebb3e9e68e43f3f06 (diff) | |
parent | 785ab148a518e535ce9e646a3f4e9f08d2f6a191 (diff) |
Merge "Use flavor name instead of flavor id"
Diffstat (limited to 'docs/userguide/troubleshooting.rst')
-rw-r--r-- | docs/userguide/troubleshooting.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/troubleshooting.rst b/docs/userguide/troubleshooting.rst index 406aaad2a..99b92977b 100644 --- a/docs/userguide/troubleshooting.rst +++ b/docs/userguide/troubleshooting.rst @@ -89,7 +89,7 @@ is not **ACTIVE**), you can check why it failed by doing:: It might show some messages about the booting failure. To try that manually:: - nova boot --flavor 2 --image functest-vping --nic net-id=<NET_ID> nova-test + nova boot --flavor m1.small --image functest-vping --nic net-id=<NET_ID> nova-test This will spawn a VM using the network created previously manually. In all the OPNFV tested scenarios from CI, it never has been a problem with the |