Skip to content
Snippets Groups Projects
Commit 0f5c7770 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

cmdlib: Replace period with colon in error message


Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent b4600d4f
No related branches found
No related tags found
No related merge requests found
......@@ -15798,7 +15798,7 @@ class LUNetworkAdd(LogicalUnit):
try:
pool = network.AddressPool.InitializeNetwork(nobj)
except errors.AddressPoolError, e:
raise errors.OpExecError("Cannot create IP pool for this network. %s" % e)
raise errors.OpExecError("Cannot create IP pool for this network: %s" % e)
 
# Check if we need to reserve the nodes and the cluster master IP
# These may not be allocated to any instances in routed mode, as
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment