Ubuntu Pastebin

Paste from bdx at Tue, 13 Oct 2015 23:43:01 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
  File "/usr/bin/juju-deployer", line 9, in <module>
    load_entry_point('juju-deployer==0.6.0', 'console_scripts', 'juju-deployer')()
  File "/usr/lib/python2.7/dist-packages/deployer/cli.py", line 135, in main
    run()
  File "/usr/lib/python2.7/dist-packages/deployer/cli.py", line 234, in run
    importer.Importer(env, deployment, options).run()
  File "/usr/lib/python2.7/dist-packages/deployer/action/importer.py", line 301, in run
    self.create_machines()
  File "/usr/lib/python2.7/dist-packages/deployer/action/importer.py", line 113, in create_machines
    self.deployment.data['series']),
KeyError: 'series'
Download as text