[Bug] exchange name contains chars that needs to be quoted

This commit is contained in:
Caduri 2015-10-21 14:34:11 +03:00
parent 405c3cb2c7
commit d96ca9c8ec

View file

@ -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