docs: fix small mistake with Key Pair

Change-Id: I94ce7347f2160c6f42facabdfa83d5ef118f8742
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2025-08-05 00:00:43 +00:00
parent 1f06d74369
commit 4fe2b29b6e
2 changed files with 2 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ The following table describes the Compute and Block Storage service quotas:
| Injected File | Content bytes allowed for each | Compute | | Injected File | Content bytes allowed for each | Compute |
| Content Bytes | injected file. | | | Content Bytes | injected file. | |
+--------------------+------------------------------------+---------------+ +--------------------+------------------------------------+---------------+
| Keypairs | Number of keypairs. | Compute | | Key pairs | Number of key pairs. | Compute |
+--------------------+------------------------------------+---------------+ +--------------------+------------------------------------+---------------+
| Metadata Items | Metadata items allowed for each | Compute | | Metadata Items | Metadata items allowed for each | Compute |
| | instance. | | | | instance. | |

View File

@@ -213,8 +213,7 @@ When you launch an instance from a volume, note the following steps:
Connect to your instance by using SSH Connect to your instance by using SSH
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To use SSH to connect to your instance, use the downloaded keypair To connect to your instance via SSH, use the downloaded key pair file.
file.
.. note:: .. note::