Merge "Fix nova opts help info"

This commit is contained in:
Jenkins 2016-04-15 22:18:55 +00:00 committed by Gerrit Code Review
commit 044edbe366
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ volume_opts = [
cfg.StrOpt('rbd_user',
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'
help='The libvirt UUID of the secret for the rbd_user '
'volumes'),
]