Add missing ws seperator between words

This is to add missing ws seperator between words.

Change-Id: I55731b70dec4ecb19bf1f3ac2307091ba6a625ba
This commit is contained in:
zhufl 2019-01-24 11:43:41 +08:00
parent 71c8115098
commit 8d2cbeff00
3 changed files with 5 additions and 5 deletions

View File

@ -122,7 +122,7 @@ _COMMON = [
"(filesystem),mongo (MongoDB), mysql (MySQL), "
"sqlserver(SQL Server), "
"cinder(OpenStack Volume backup by freezer), "
"cindernative(OpenStack native cinder-volume backup)"
"cindernative(OpenStack native cinder-volume backup), "
"nova(OpenStack Instance). Default set to fs"),
cfg.StrOpt('engine',
short='e',