<10.0.9.170> ESTABLISH CONNECTION FOR USER: root
<10.0.9.170> EXEC ['ssh', '-tt', '-q', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/tmp/ansible-ssh-%h-%p-%r', '-o', 'Port=22', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PasswordAuthentication=no', '-o', 'User=root', '-o', 'ConnectTimeout=10', '10.0.9.170', "/bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-1375287449.19-5095015559057 && echo $HOME/.ansible/tmp/ansible-1375287449.19-5095015559057'"]
<10.0.9.170> REMOTE_MODULE quantum_network state=present login_username=admin login_password=secret provider_network_type=local login_tenant_name=admin name=external_network router_external=true
<10.0.9.170> PUT /var/folders/t2/h22337c12hn279xwd4s9fk7s8_088c/T/tmpzgjqhi TO /root/.ansible/tmp/ansible-1375287449.19-5095015559057/quantum_network
<10.0.9.170> EXEC ['ssh', '-tt', '-q', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/tmp/ansible-ssh-%h-%p-%r', '-o', 'Port=22', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PasswordAuthentication=no', '-o', 'User=root', '-o', 'ConnectTimeout=10', '10.0.9.170', "/bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-1375287449.19-5095015559057/quantum_network; rm -rf /root/.ansible/tmp/ansible-1375287449.19-5095015559057/ >/dev/null 2>&1'"]
failed: [Linux-OpenStack-Admin] => {"failed": true, "item": ""}
msg: Error in listing quantum networks: [Errno 111] Connection refused
I believe it is a problem with the quantum_network module and i'm trying to set up debugging right now so i can investigate further.
The error above could come from any of the following:
kbroughton:cloud$ grep -RH "Error in listing quantum networks" .
./quantum_floating_ip: module.fail_json("Error in listing quantum networks: %s" % e.message)
./quantum_network: module.fail_json(msg = "Error in listing quantum networks: %s" % e.message)
./quantum_router_gateway: module.fail_json("Error in listing quantum networks: %s" % e.message)
./quantum_subnet: module.fail_json("Error in listing quantum networks: %s" % e.message)