suds is missing from requirements.txt - required for the Akama backend
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Designate |
Fix Released
|
High
|
Kiall Mac Innes | ||
Kilo |
New
|
Undecided
|
Unassigned |
Bug Description
suds is missing from requirements.txt - required for the Akama backend.
Additionally, suds is a "dead" project, the suds-jurko project replaces it with an API compatible with Py3 compatible version, we should move over to it.
Without suds installed, the following stacktrace is logged at startup:
ERROR [stevedore.
Traceback (most recent call last):
File "/home/
File "/home/
plugin = ep.load(
File "/home/
entry = __import_
File "designate/
from suds.client import Client as SudsClient
ImportError: No module named suds.client
description: | updated |
Changed in designate: | |
status: | Fix Committed → Fix Released |
Changed in designate: | |
milestone: | liberty-1 → 1.0.0 |
Fix proposed to branch: master /review. openstack. org/181639
Review: https:/