trusty-kilo: neutronclient.common.exceptions.ConnectionFailed: Connection to neutron failed: Maximum attempts reached
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
quantum-gateway (Juju Charms Collection) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
With neutron-api absent from the deployment (such as what the amulet test does), use of the neutron python api or command line tool throws this: http://
Juju stat: http://
FYI - The same deployment and the same tests pass with trusty-icehouse and trusty-juno.
2015-04-22 18:42:39 Deployment complete in 284.36 seconds
Traceback (most recent call last):
File "tests/
deployment.
File "/home/
getattr(self, test)()
File "/home/
#Verify that the network doesn't exist
File "/usr/lib/
ret = self.function(
File "/usr/lib/
**_params)
File "/usr/lib/
for r in self._paginatio
File "/usr/lib/
res = self.get(path, params=params)
File "/usr/lib/
headers=
File "/usr/lib/
raise exceptions.
neutronclient.
juju-test.
juju-test.
juju-test.
juju-test.conductor INFO : Breaking here as requested by --set-e
juju-test INFO : Results: 0 passed, 1 failed, 0 errored
ERROR subprocess encountered error code 1
This sniffs of an old bug prior to the removal of neutron services from the nova-cc charm.