Improve retdata
This commit is contained in:
parent
13548b791d
commit
a9edbe0234
|
@ -1145,7 +1145,7 @@ def ceph_pool_add(name, pgs, replcfg):
|
|||
retcode = 400
|
||||
|
||||
output = {
|
||||
'message': retdata.replace('\"', '\'')
|
||||
'message': retdata
|
||||
}
|
||||
return output, retcode
|
||||
|
||||
|
|
Loading…
Reference in New Issue