Skip to content
Snippets Groups Projects
Commit df4f07db authored by kayrus's avatar kayrus
Browse files

nit fix

parent bce98518
No related branches found
No related tags found
No related merge requests found
...@@ -51,10 +51,10 @@ Before using `nova-password` on Windows, make sure to source the OpenStack envir ...@@ -51,10 +51,10 @@ Before using `nova-password` on Windows, make sure to source the OpenStack envir
Before using `nova-password` on Linux or macOS, ensure that the OpenStack environment variables are sourced by running the `openrc.sh` script. Before using `nova-password` on Linux or macOS, ensure that the OpenStack environment variables are sourced by running the `openrc.sh` script.
```sh ```sh
source ~/openrc.sh source ./openrc.sh
nova-password --private-key-path ~/.ssh/id_rsa my-server ./nova-password --private-key-path ~/.ssh/id_rsa my-server
# or # or
nova-password 717433dc-4c2e-4d62-9467-6dd3715b2c6c server-name ./nova-password 717433dc-4c2e-4d62-9467-6dd3715b2c6c server-name
# or # or
nova-password my-server -i ~/.ssh/putty.ppk ./nova-password my-server -i ~/.ssh/putty.ppk
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment