commit | 0b855007f8d44662ad4fd52bda7df85f94b241c2 | [log] [tgz] |
---|---|---|
author | Jens Harbott <j.harbott@x-ion.de> | Wed Dec 19 12:20:51 2018 +0000 |
committer | Jens Harbott (frickler) <j.harbott@x-ion.de> | Wed Jan 09 14:02:13 2019 +0000 |
tree | b8207fc705afc4726bab4c251ae0c43f82cd5098 | |
parent | 6d103a7ff845076da984afbd317cd8cf4504fb7a [diff] |
Allow plugin names to contain non-letter characters There are already devstack plugins that contain a hyphen in the name, like `networking-baremetal`. In order to allow ordering for these to work properly, amend the regexes we are using to match any non-whitespace characters instead of only alphanumerics. Amend the test to cover this use case. Change-Id: I91093a424f8d5e8007f140083e1ea36a81fe849f Closes-Bug: 1809016