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 a5dd9b3 commit 3e81187Copy full SHA for 3e81187
doc/source/install/index.rst
@@ -187,13 +187,13 @@ Bifrost is typically installed from git:
187
git clone https://opendev.org/openstack/bifrost
188
cd bifrost
189
190
-To install Bare Metal services from a specific release series (rather than the
191
-latest versions), check out the corresponding stable branch. For example, for
192
-Ussuri:
+To install Bare Metal services from a specific release series (rather than
+the latest version), check out the corresponding stable branch.
+For example, for 2025.1:
193
194
.. code-block:: bash
195
196
- git checkout stable/ussuri
+ git checkout stable/2025.1
197
198
Testing on virtual machines
199
===========================
0 commit comments