From e12fe76ecc6839947c470b787ebbea5aee38f177 Mon Sep 17 00:00:00 2001 From: Kevin_Zheng Date: Tue, 6 Sep 2016 16:27:13 +0800 Subject: [PATCH] Trival fix a typo Change-Id: Ia8772ee3ca108b97792fe2559583744af8318f8f --- nova/conf/libvirt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/conf/libvirt.py b/nova/conf/libvirt.py index c7a017376c89..722f55069b2d 100644 --- a/nova/conf/libvirt.py +++ b/nova/conf/libvirt.py @@ -610,7 +610,7 @@ libvirt_volume_net_opts = [ help='The RADOS client name for accessing rbd volumes'), cfg.StrOpt('rbd_secret_uuid', help='The libvirt UUID of the secret for the rbd_user' - 'volumes'), + ' volumes'), ] libvirt_volume_nfs_opts = [