Skip to content

Commit ea789a6

Browse files
committed
Correct config help message related options
The options list in 'Related Options:' section doesn't rendered as bulleted list for some params because of missing blank line. This changes adds missing blank line wherever needed in [1]. [1] https://docs.openstack.org/nova/latest/configuration/config.html Change-Id: I7077aea2abcf3cab67592879ebd1fde066bfcac5 (cherry picked from commit ac42c43)
1 parent c9de185 commit ea789a6

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

nova/conf/ironic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
help="""
2828
Configuration options for Ironic driver (Bare Metal).
2929
If using the Ironic driver following options must be set:
30+
3031
* auth_type
3132
* auth_url
3233
* project_name

nova/conf/libvirt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -987,6 +987,7 @@
987987
according to the poll interval.
988988
989989
Related options:
990+
990991
* images_type - must be set to ``rbd``
991992
* images_rbd_glance_store_name - must be set to a store name
992993
* images_rbd_glance_copy_poll_interval - controls the failure time-to-notice

nova/conf/mks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
instance console access to VM's created by VMware hypervisors.
2424
2525
Related options:
26+
2627
Following options must be set to provide console access.
28+
2729
* mksproxy_base_url
2830
* enabled
2931
""")

nova/conf/vmware.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@
7676
* Any valid URI (The scheme is 'telnet' or 'telnets'.)
7777
7878
Related options:
79+
7980
This option is ignored if serial_port_service_uri is not specified.
81+
8082
* serial_port_service_uri
8183
"""),
8284
cfg.StrOpt('serial_log_dir',
@@ -112,6 +114,7 @@
112114
then the default CA truststore is used for verification.
113115
114116
Related options:
117+
115118
* ca_file: This option is ignored if "ca_file" is set.
116119
"""),
117120
cfg.StrOpt('cluster_name',
@@ -158,7 +161,9 @@
158161
* Any valid port number within 5900 -(5900 + vnc_port_total)
159162
160163
Related options:
164+
161165
Below options should be set to enable VNC client.
166+
162167
* vnc.enabled = True
163168
* vnc_port_total
164169
"""),

0 commit comments

Comments
 (0)