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

reviewable/pr18780/r1
Caduri 9 years ago
parent 405c3cb2c7
commit d96ca9c8ec

@ -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…
Cancel
Save