kolla/kolla/tests
Paul Bourke 5ddba7892d Fix plugin parsing for base images
If we try to add a plugin to a base image, e.g.

[neutron-base-plugin-neutron-fwaas]
type = git
location = https://github.com/openstack/neutron-fwaas
reference = master

The build will fail as it parses the above as both
"neutron-base-plugin-neutron-fwaas" and "base-plugin-neutron-fwaas".

Update the regex to ensure the image name is anchored to the beginning of the
conf section.

Change-Id: I4099ebd0d25cd28a9bb3bdc4fcfbf311ce22a3fd
Closes-Bug: #1638900
2016-11-04 10:27:39 +00:00
..
common add unittest code base 2016-01-18 11:42:00 +00:00
docker Fix image plugin functionality for oslo.config 2016-02-12 06:00:20 +00:00
etc Fix plugin parsing for base images 2016-11-04 10:27:39 +00:00
__init__.py add unittest code base 2016-01-18 11:42:00 +00:00
base.py Make build.py importable lib 2016-06-07 16:40:16 +00:00
test_build.py Fix plugin parsing for base images 2016-11-04 10:27:39 +00:00