blazar/blazar
Nick Timkovich 7d1b3b7002 Tolerate spaces in extra capability values
The intent behind limiting the split of the query string at all appears
to be supporting values with spaces, but it's off-by-one, limiting the
number of splits to 3 (4 parts max) rather than 3 parts max.

This commit also generates new random values for variables id and
computehost_id during each call to _get_fake_host_extra_capabilities()
rather than just once, which is necessary to avoid a failing test due to
duplicate id values.

Closes-Bug: #1732787
Change-Id: I8dc56aa983ca27763a63325810753148cb8d8ecd
2017-11-17 17:40:31 +00:00
..
api Add log hacking rules 2017-10-09 07:18:19 +00:00
cmd Fix eventlet monkey patching 2017-07-05 17:58:50 +01:00
db Tolerate spaces in extra capability values 2017-11-17 17:40:31 +00:00
hacking Add log hacking rules 2017-10-09 07:18:19 +00:00
manager Merge "Check if a host is reserved before deleting it" 2017-10-27 12:00:55 +00:00
notification Replace messaging.get_transport with get_rpc_transport 2017-06-07 14:21:09 +09:00
plugins Merge "Check if a host is reserved before deleting it" 2017-10-27 12:00:55 +00:00
tests Tolerate spaces in extra capability values 2017-11-17 17:40:31 +00:00
utils Merge "Add support for multi-region deployments" 2017-10-16 03:08:02 +00:00
__init__.py Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00
config.py Fix physical host reservation for non-admin users 2017-06-02 16:00:54 +09:00
context.py Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00
exceptions.py Add log hacking rules 2017-10-09 07:18:19 +00:00
i18n.py Fix typos 2017-09-12 02:15:09 +00:00
opts.py Remove the old instance reservation plugin 2017-06-27 17:32:24 +00:00
policy.py Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00
states.py Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00
version.py Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00