From e7664767014a562ba12b023d699415b11b9f65ea Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 21 Feb 2017 15:34:50 -0500 Subject: [PATCH] conf: Fix invalid rST comments These were breaking the openstack-docs-tools build, which is used to build the central config guide. We should probably add a unit tests to ensure all config options use valid (or at least, error-free) rST, but that's a job for another day. Change-Id: I28a5df801fa594180ab374569f06791f05938ba2 --- nova/conf/compute.py | 3 +-- nova/conf/xenserver.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/nova/conf/compute.py b/nova/conf/compute.py index 481a26b318..74cedd557b 100644 --- a/nova/conf/compute.py +++ b/nova/conf/compute.py @@ -804,8 +804,7 @@ Possible values: Related options: -* ``block_device_allocate_retries'' in compute_manager_opts - group. +* ``block_device_allocate_retries`` in compute_manager_opts group. """), cfg.IntOpt('scheduler_instance_sync_interval', default=120, diff --git a/nova/conf/xenserver.py b/nova/conf/xenserver.py index 8b6f310def..90b5171643 100644 --- a/nova/conf/xenserver.py +++ b/nova/conf/xenserver.py @@ -345,7 +345,7 @@ Possible values: * `all`: will download all images. * `some`: will only download images that have the image_property - `bittorrent=true'. + `bittorrent=true`. * `none`: will turnoff downloading images via Bit Torrent. """), cfg.StrOpt('ipxe_network_name',