File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,13 @@ following section.
6161Moving 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.
193194For example, if the original instance resides on ``controller1 ``, then set the
194195following 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
You can’t perform that action at this time.
0 commit comments