mirror of
https://opendev.org/openstack/openstack.git
synced 2026-01-11 19:56:55 +00:00
Update git submodules
* Update trove from branch 'master'
to 35b336b43a8bf082288150e9d23a8a2be2a4a83d
- Merge "Fix: Allow float values in KeyValueCodec"
- Fix: Allow float values in KeyValueCodec
Fix "AttributeError: 'float' object has no attribute
'lower'" in KeyValueCodec when attempting to set a float
value for a configuration parameter with "float" type.
The `is_valid_value` method was incorrectly attempting to
call `.lower()` on a float, causing a crash. This patch
adds an explicit check for floats to prevent this error.
Change-Id: I4abee725caa762d031172d484ea93fb5fd34d6c4
Signed-off-by: Erkin Mussurmankulov <mangust404@gmail.com>
This commit is contained in:
parent
e2509340b7
commit
242b147208
1 changed files with 1 additions and 1 deletions
2
trove
2
trove
|
|
@ -1 +1 @@
|
|||
Subproject commit d4630b73bd8af7c6d5ffba5bf3df38bb994f44b3
|
||||
Subproject commit 35b336b43a8bf082288150e9d23a8a2be2a4a83d
|
||||
Loading…
Add table
Reference in a new issue