Skip to content

Commit a8cefd0

Browse files
committed
squash: Address comments from Alex
1 parent 329197a commit a8cefd0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/source/operations/nova-compute-ironic.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,13 @@ following section.
6161
Moving from multiple Nova Compute Instances to a single instance
6262
----------------------------------------------------------------
6363

64-
1. Decide where the single instance should run. Typically, this will be
65-
one of the three control plane hosts. Once you have chosen, set
66-
the following variable in ``etc/kayobe/nova.yml``. Here we have
67-
picked ``controller1``.
64+
1. Decide where the single instance should run. This should normally be
65+
one of the three OpenStack control plane hosts. For convention, pick
66+
the first one, unless you can think of a good reason not to. Once you
67+
have chosen, set the following variable in ``etc/kayobe/nova.yml``.
68+
Here we have picked ``controller1``.
6869

69-
.. code-block:: console
70+
.. code-block:: yaml
7071
7172
kolla_nova_compute_ironic_host: controller1
7273
@@ -193,7 +194,7 @@ same name as the one it replaces.
193194
For example, if the original instance resides on ``controller1``, then set the
194195
following in ``etc/kayobe/nova.yml``:
195196

196-
.. code-block:: console
197+
.. code-block:: yaml
197198
198199
kolla_nova_compute_ironic_static_host_name: controller1-ironic
199200

0 commit comments

Comments
 (0)