This is a regression in juju-core, which is being documented here: https://bugs.launchpad.net/juju-core/+bug/1425435 The latest upstream of jujuclient (the library juju-deployer uses) has patched this, I imagine we'll see a new package in the archive for 0.19.1 of python-jujuclient soon.
Marco On Fri, Feb 27, 2015 at 6:15 PM Kevin Sargent <[email protected]> wrote: > Suddenly all my deploys stopped working with following error message: > > Traceback (most recent call last): > File "/usr/bin/juju-deployer", line 9, in <module> > load_entry_point('juju-deployer==0.4.3', 'console_scripts', > 'juju-deployer')() > File "/usr/lib/python2.7/dist-packages/deployer/cli.py", line 130, in > main > run() > File "/usr/lib/python2.7/dist-packages/deployer/cli.py", line 228, in run > importer.Importer(env, deployment, options).run() > File "/usr/lib/python2.7/dist-packages/deployer/action/importer.py", > line 196, in run > self.deploy_services() > File "/usr/lib/python2.7/dist-packages/deployer/action/importer.py", > line 92, in deploy_services > env_status = self.env.status() > File "/usr/lib/python2.7/dist-packages/deployer/env/go.py", line 203, in > status > return self.client.get_stat() > File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 599, in > get_stat > return StatusTranslator().run(watch) > File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 999, in run > self._unit(d) > File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 1031, in > _unit > for p in ports: > TypeError: 'NoneType' object is not iterable > > -- > Juju mailing list > [email protected] > Modify settings or unsubscribe at: https://lists.ubuntu.com/ > mailman/listinfo/juju >
-- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
