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.
61
61
Moving from multiple Nova Compute Instances to a single instance
62
62
----------------------------------------------------------------
63
63
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 ``.
68
69
69
- .. code-block :: console
70
+ .. code-block :: yaml
70
71
71
72
kolla_nova_compute_ironic_host : controller1
72
73
@@ -193,7 +194,7 @@ same name as the one it replaces.
193
194
For example, if the original instance resides on ``controller1 ``, then set the
194
195
following in ``etc/kayobe/nova.yml ``:
195
196
196
- .. code-block :: console
197
+ .. code-block :: yaml
197
198
198
199
kolla_nova_compute_ironic_static_host_name : controller1-ironic
199
200
You can’t perform that action at this time.
0 commit comments