Merge "Fix minor typos in documentation"

This commit is contained in:
Zuul 2024-01-30 10:50:18 +00:00 committed by Gerrit Code Review
commit bdf0bcfde3
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ Cold Upgrades
Heat already supports "`cold-upgrades`_", where the heat services have to be
down during the upgrade. For time-consuming upgrades, it may be unacceptable
for the services to be unavailable for a long period of time. This type of
upgrade is quite simple, follow the bellow steps:
upgrade is quite simple, follow the below steps:
1. Stop all heat-api and heat-engine services.

View File

@ -124,7 +124,7 @@ To create a remote stack, you can simply use an :ref:`OS::Heat::Stack` resource
in your template.
In resource properties, provide `credential_secret_id` (Barbican secret ID
from the secret we just builded for credential) under `context` property.
from the secret we just built for credential) under `context` property.
Here is an template example for you: