We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04f158 commit 5c5b9c9Copy full SHA for 5c5b9c9
docs/index.md
@@ -64,7 +64,7 @@ openstack server create --flavor <FLAVOR> --image <IMAGE> --nic net-id=<NETID> -
64
openstack server stop <VM_ID>
65
66
# Make the VM into an image for us to use later:
67
-openstack backup create --name <IMAGE_NAME> <VM_NAME>
+openstack server backup create --name <IMAGE_NAME> <VM_NAME>
68
```
69
70
0 commit comments