Skip to content

Instantly share code, notes, and snippets.

@cjeanner
Created August 16, 2018 10:38
Show Gist options
  • Save cjeanner/d69db1fb3fc0590359054b90232d15b2 to your computer and use it in GitHub Desktop.
Save cjeanner/d69db1fb3fc0590359054b90232d15b2 to your computer and use it in GitHub Desktop.
paunch error
2018-08-16 10:34:32.735 1613 ERROR tripleoclient.v1.tripleo_deploy.Deploy [ ] [
[
"Debug output for task which failed: Start containers for step 1",
{
"changed": false,
"failed_when_result": true,
"_ansible_no_log": false,
"_ansible_verbose_always": true,
"outputs.stdout_lines | default([]) | union(outputs.stderr_lines | default([]))": [
"'module' object has no attribute 'PodmanBuilder'",
"Traceback (most recent call last):",
" File \"/usr/lib/python2.7/site-packages/cliff/app.py\", line 402, in run_subcommand",
" result = cmd.run(parsed_args)",
" File \"/usr/lib/python2.7/site-packages/cliff/command.py\", line 184, in run",
" return_code = self.take_action(parsed_args) or 0",
" File \"/usr/lib/python2.7/site-packages/paunch/cmd.py\", line 82, in take_action",
" default_runtime=parsed_args.default_runtime",
" File \"/usr/lib/python2.7/site-packages/paunch/__init__.py\", line 58, in apply",
" builder = compose1.PodmanBuilder(",
"AttributeError: 'module' object has no attribute 'PodmanBuilder'",
" File \"/bin/paunch\", line 10, in <module>",
" sys.exit(main())",
" File \"/usr/lib/python2.7/site-packages/paunch/main.py\", line 39, in main",
" return myapp.run(argv)",
" File \"/usr/lib/python2.7/site-packages/cliff/app.py\", line 281, in run",
" result = self.run_subcommand(remainder)"
]
}
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment