]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix extraneous comma that breaks docbook generation
authorAnish Bhatt <anish@chelsio.com>
Wed, 18 Feb 2015 00:10:49 +0000 (16:10 -0800)
committerAnish Bhatt <anish@chelsio.com>
Wed, 18 Feb 2015 00:12:16 +0000 (16:12 -0800)
commita93eb59a416d54dc08c25d6d413f6d6ed81794d6
tree0873f8dcc59f9712c68f67ffc2e282ae8659f838
parent260701bacc4331163803b08339415b9956d22319
Fix extraneous comma that breaks docbook generation

There is a stray comma in the middle of the help section that changes
the string to a tuple, causing docbook to fail with:

   td.text = "(%s) %s" % (type(option).__name__, option.help.strip())
AttributeError: 'tuple' object has no attribute 'strip'

Change-Id: I8f03801fe5463548e3bba1b13e0370fd30ac9927
cinder/volume/drivers/remotefs.py