Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. 2015-09-01 18:52:46 [DEBUG] deployer.cli: Using runtime GoEnvironment on restonMaas
  2. 2015-09-01 18:52:46 [WARNING] deployer.config: Couldn't load config file @ 'config.yaml', error: <class 'yaml.scanner.ScannerError'>:while scanning a simple key
  3. in "<byte string>", line 71, column 7
  4. could not find expected ':'
  5. in "<byte string>", line 72, column 7
  6. Traceback (most recent call last):
  7. File "/usr/bin/juju-deployer", line 9, in <module>
  8. load_entry_point('juju-deployer==0.5.1', 'console_scripts', 'juju-deployer')()
  9. File "/usr/lib/python2.7/dist-packages/deployer/cli.py", line 135, in main
  10. run()
  11. File "/usr/lib/python2.7/dist-packages/deployer/cli.py", line 168, in run
  12. config = ConfigStack(options.configs or [], options.series)
  13. File "/usr/lib/python2.7/dist-packages/deployer/config.py", line 27, in __init__
  14. self.load()
  15. File "/usr/lib/python2.7/dist-packages/deployer/config.py", line 84, in load
  16. for fp in self._resolve_included():
  17. File "/usr/lib/python2.7/dist-packages/deployer/config.py", line 133, in _resolve_included
  18. [files.extend(self._includes(cf)) for cf in self.config_files]
  19. File "/usr/lib/python2.7/dist-packages/deployer/config.py", line 115, in _includes
  20. d = self._yaml_load(config_file)
  21. File "/usr/lib/python2.7/dist-packages/deployer/config.py", line 46, in _yaml_load
  22. yaml_result = yaml_load(fh.read())
  23. File "/usr/lib/python2.7/dist-packages/deployer/utils.py", line 65, in yaml_load
  24. return yaml.load(value, Loader=SafeLoader)
  25. File "/usr/lib/python2.7/dist-packages/yaml/__init__.py", line 71, in load
  26. return loader.get_single_data()
  27. File "/usr/lib/python2.7/dist-packages/yaml/constructor.py", line 37, in get_single_data
  28. node = self.get_single_node()
  29. File "_yaml.pyx", line 707, in _yaml.CParser.get_single_node (ext/_yaml.c:8723)
  30. File "_yaml.pyx", line 725, in _yaml.CParser._compose_document (ext/_yaml.c:9011)
  31. File "_yaml.pyx", line 776, in _yaml.CParser._compose_node (ext/_yaml.c:9802)
  32. File "_yaml.pyx", line 890, in _yaml.CParser._compose_mapping_node (ext/_yaml.c:11451)
  33. File "_yaml.pyx", line 776, in _yaml.CParser._compose_node (ext/_yaml.c:9802)
  34. File "_yaml.pyx", line 890, in _yaml.CParser._compose_mapping_node (ext/_yaml.c:11451)
  35. File "_yaml.pyx", line 776, in _yaml.CParser._compose_node (ext/_yaml.c:9802)
  36. File "_yaml.pyx", line 890, in _yaml.CParser._compose_mapping_node (ext/_yaml.c:11451)
  37. File "_yaml.pyx", line 776, in _yaml.CParser._compose_node (ext/_yaml.c:9802)
  38. File "_yaml.pyx", line 892, in _yaml.CParser._compose_mapping_node (ext/_yaml.c:11481)
  39. File "_yaml.pyx", line 905, in _yaml.CParser._parse_next_event (ext/_yaml.c:11660)
  40. yaml.scanner.ScannerError: while scanning a simple key
  41. in "<byte string>", line 71, column 7
  42. could not find expected ':'
  43. in "<byte string>", line 72, column 7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement