py35 tests failing due to iso8601 module change
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Fix Released
|
High
|
Sean McGinnis | ||
CloudPulse |
In Progress
|
Undecided
|
zhangyangyang | ||
Cue |
In Progress
|
Undecided
|
zhangyangyang | ||
IoTronic |
Fix Released
|
Undecided
|
zhangyangyang | ||
Ironic |
Fix Released
|
High
|
Sean McGinnis | ||
Magnum |
Fix Released
|
Undecided
|
Sean McGinnis | ||
Mogan |
Fix Released
|
High
|
Sean McGinnis | ||
OpenStack Shared File Systems Service (Manila) |
Fix Released
|
Undecided
|
Sean McGinnis | ||
masakari |
Fix Released
|
Undecided
|
SamP | ||
oslo.versionedobjects |
Fix Released
|
Medium
|
maoxinya | ||
senlin |
Fix Released
|
Undecided
|
SamP | ||
watcher |
Fix Released
|
Undecided
|
SamP |
Bug Description
Python 3.x moved where the iso8601 Utc() method is located. Need to handle new path.
Traceback (most recent call last):
File "/home/
self.svc = self.start_
File "/home/
svc = service.
File "/home/
cluster=
File "/home/
self.
File "/home/
service_
File "/home/
self.
File "/home/
service[name] = value
File "/home/
setattr(self, name, value)
File "/home/
field_value = field.coerce(self, name, value)
File "/home/
return self._type.
File "/home/
value = value.replace(
AttributeError: module 'iso8601.iso8601' has no attribute 'Utc'
Changed in cinder: | |
assignee: | nobody → Sean McGinnis (sean-mcginnis) |
importance: | Undecided → High |
status: | New → In Progress |
Changed in masakari: | |
assignee: | nobody → SamP (sampath-priyankara) |
Changed in senlin: | |
assignee: | nobody → SamP (sampath-priyankara) |
Changed in watcher: | |
assignee: | nobody → SamP (sampath-priyankara) |
Changed in mogan: | |
importance: | Undecided → High |
Changed in ironic: | |
importance: | Undecided → High |
Changed in cloudpulse: | |
assignee: | nobody → zhangyangyang (zhangyangyang) |
Changed in cue: | |
assignee: | nobody → zhangyangyang (zhangyangyang) |
Changed in iotronic: | |
assignee: | nobody → zhangyangyang (zhangyangyang) |
Changed in cue: | |
status: | New → In Progress |
Changed in iotronic: | |
status: | New → In Progress |
Changed in oslo.versionedobjects: | |
assignee: | nobody → zhangyangyang (zhangyangyang) |
status: | New → In Progress |
Changed in oslo.versionedobjects: | |
importance: | Undecided → Medium |
status: | Fix Committed → Fix Released |
Changed in oslo.versionedobjects: | |
assignee: | nobody → maoxinya (maoxinya) |
Looks like there are several projects that will need to update for this change:
http:// codesearch. openstack. org/?q= iso8601. Utc()&i= nope&files= &repos=