[Bug] exchange name contains chars that needs to be quoted
This commit is contained in:
parent
405c3cb2c7
commit
d96ca9c8ec
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ def main():
|
|||
module.params['login_host'],
|
||||
module.params['login_port'],
|
||||
urllib.quote(module.params['vhost'],''),
|
||||
module.params['name']
|
||||
urllib.quote(module.params['name'],'')
|
||||
)
|
||||
|
||||
# Check if exchange already exists
|
||||
|
|
Loading…
Reference in a new issue