Plugin parsing in build breaks when adding plugins to base images
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
High
|
Paul Bourke | ||
Newton |
Fix Released
|
Undecided
|
Paul Bourke |
Bug Description
If I try to add a plugin to a base image, e.g.
[neutron-
type = git
location = https:/
reference = master
The build will fail as it parses the above as both "neutron-
[root@vm-template kolla]# tools/build.py neutron-base
INFO:kolla.
INFO:kolla.
INFO:kolla.
INFO:kolla.
ERROR:kolla.
Traceback (most recent call last):
File "/root/
task.run()
File "/root/
self.
File "/root/
archive_path = self.process_
File "/root/
dest_archive = os.path.
KeyError: 'name'
Changed in kolla: | |
status: | New → Confirmed |
importance: | Undecided → High |
milestone: | none → ocata-1 |
assignee: | nobody → Paul Bourke (pauldbourke) |
Fix proposed to branch: master /review. openstack. org/393291
Review: https:/