Comment 3 for bug 1434458

Revision history for this message
Liam Young (gnuoy) wrote :

I've also hit this and confirm it's on ipv6 enabled environemnt and echoing back the server variable before the split gives

2015-05-11 11:29:53 Starting deployment of services
[fd31:d8a7:86e5:5721:f816:3eff:feaa:4e1b]:17070
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 194, in run
    self.env.connect()
  File "/usr/lib/python2.7/dist-packages/deployer/env/go.py", line 48, in connect
    self.client = EnvironmentClient.connect(self.name)
  File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 461, in connect
    return Connector().run(cls, env_name)
  File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 137, in run
    address = self.get_state_server(data)
  File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 202, in get_state_server
    if self.is_server_available(s):
  File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 224, in is_server_available
    address, port = server.split(":")
ValueError: too many values to unpack