container images prepare fails with AttibuteError
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Fix Released
|
High
|
Alex Schultz |
Bug Description
During minor upgrade within Stein release (some pagackes upgrade) container image upload fails with attribute error.
python2-
sudo openstack tripleo container image prepare --verbose --cleanup partial\
--output-
${PREPARE_ARGS} \
-e /home/stack/
...
command: tripleo container image prepare -> tripleoclient.
Using config files: ['/tmp/tmpHWMXEX']
[docker.
[192.168.
Exception occured while running the command
Traceback (most recent call last):
File "/usr/lib/
super(Command, self).run(
File "/usr/lib/
return super(Command, self).run(
File "/usr/lib/
return_code = self.take_
File "/usr/lib/
cleanup=
File "/usr/lib/
uploader.
File "/usr/lib/
uploader.
File "/usr/lib/
local_
File "/usr/lib/
return uploader.
File "/usr/lib/
lock=lock
File "/usr/lib/
return self.call(f, *args, **kw)
File "/usr/lib/
do = self.iter(
File "/usr/lib/
return fut.result()
File "/usr/lib/
return self.__get_result()
File "/usr/lib/
result = fn(*args, **kwargs)
File "/usr/lib/
raise e
AttributeError: 'set' object has no attribute 'append'
'set' object has no attribute 'append'
END return value: 1
Changed in tripleo: | |
status: | In Progress → Fix Released |
Looks like it's fixed with https:/ /github. com/openstack/ tripleo- common/ commit/ 0b77267d5e974fc b1b759410a94bdb 236e96852d and needs to be backported to stable/stein.