Add space to message in manila/consistency_group/api.py
There isn't space between "as" and "True". This patch adds space after "as". Change-Id: I0c8e01b7833e307352b5cc7996b20d4a839302bc Closes-Bug: #1527065
This commit is contained in:
parent
6ac61c1a69
commit
3ac00e1ca9
@ -109,7 +109,7 @@ class API(base.Base):
|
||||
if (driver_handles_share_servers and
|
||||
not (source_cgsnapshot_id or share_network_id)):
|
||||
msg = _("When using a share type with the "
|
||||
"driver_handles_share_servers extra spec as"
|
||||
"driver_handles_share_servers extra spec as "
|
||||
"True, a share_network_id must be provided.")
|
||||
raise exception.InvalidInput(reason=msg)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user