Glance: Creating the Glance service and endpoint fails
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Invalid
|
High
|
Mauricio Lima (mliima) |
Bug Description
Error:
fatal: [10.67.128.3]: FAILED! => {"changed": false, "cmd": ["docker", "exec", "-t", "kolla_ansible", "/usr/bin/ansible", "localhost", "-m", "kolla_
Debug output shows valid Json but quotations are changed in the actual command.
Changed in kolla: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → mitaka-3 |
Changed in kolla: | |
status: | Triaged → Incomplete |
milestone: | mitaka-3 → mitaka-rc1 |
assignee: | nobody → Mauricio José de Lima (mlima) (limamauricio) |
Changed in kolla: | |
status: | Incomplete → Invalid |
This bug happens because it still uses kolla_ansible, now the right way is use kolla_toolbox to do it.