NotFound(HTTPError(u'404 Client Error: Not Found for url: http+docker://localunixsocket/v1.21/volumes',),)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Critical
|
Kuo-tung Kao (jelly) |
Bug Description
The error happened because docker-py too old.
It will works when docker-py == 1.6.0
TASK: [nova | Creating Nova database user and setting permissions] ************
<localhost> REMOTE_MODULE command docker exec -t kolla_ansible /usr/bin/ansible localhost -m mysql_user -a "login_
<localhost> EXEC ['/bin/sh', '-c', 'mkdir -p $HOME/.
<localhost> PUT /tmp/tmptoxUXm TO /home/vagrant/
<localhost> EXEC ['/bin/sh', '-c', u'LANG=en_US.UTF-8 LC_CTYPE=
changed: [localhost -> localhost] => {"changed": true, "cmd": ["docker", "exec", "-t", "kolla_ansible", "/usr/bin/ansible", "localhost", "-m", "mysql_user", "-a", "login_
TASK: [nova | Starting Nova bootstrap container] *******
<localhost> REMOTE_MODULE kolla_docker image=172.
<localhost> EXEC ['/bin/sh', '-c', 'mkdir -p $HOME/.
<localhost> PUT /tmp/tmp9Jw1Oy TO /home/vagrant/
<localhost> EXEC ['/bin/sh', '-c', u'LANG=en_US.UTF-8 LC_CTYPE=
changed: [localhost -> localhost] => {"changed": true}
TASK: [nova | Creating nova-compute volume] *******
<localhost> REMOTE_MODULE kolla_docker name=nova_compute action=
<localhost> EXEC ['/bin/sh', '-c', 'mkdir -p $HOME/.
<localhost> PUT /tmp/tmpg75kmR TO /home/vagrant/
<localhost> EXEC ['/bin/sh', '-c', u'LANG=en_US.UTF-8 LC_CTYPE=
failed: [localhost] => {"changed": true, "failed": true}
msg: NotFound(
Changed in kolla: | |
status: | New → Fix Released |
importance: | Undecided → Critical |
milestone: | none → mitaka-3 |
The bug should be solved by the patch /review. openstack. org/#/c/ 270625/
https:/