boto3 not installed when custom backend defined
Bug #1998223 reported by
James Denton
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstack-ansible |
New
|
Undecided
|
Unassigned |
Bug Description
When using a custom (named) backend, like this...
glance_
- swift
- http
- cinder
- name: minio
type: s3
...the dependencies of that backend may not be installed, as the logic expects a list and not a dict.
- "{{ ('s3' in _glance_
In our case, though, _glance_
[swift,
This will result in glance-api not properly starting since boto3 is not installed. A quick fix would be to enable 's3' by itself, but defeats the purpose.
To post a comment you must log in.