commit | 7138e35b8038289f932810ee5a6d5abb90510f7c | [log] [tgz] |
---|---|---|
author | Takashi Kajinami <tkajinam@redhat.com> | Thu Feb 03 09:16:34 2022 +0900 |
committer | Takashi Kajinami <tkajinam@redhat.com> | Thu Feb 03 09:18:34 2022 +0900 |
tree | 6001865607a5321dc06628257e2210b5b368e196 | |
parent | fe0ac89a5a1c43fa908a76759cd99eea3b1f9853 [diff] |
Fix inconsistent type of default value The provider_net_base_segmentation_id parameter is StrOpt, thus expects a string value. This change fixes the incorrect type(integer) of its default value to get rid of the following warning message. /usr/lib/python3.6/site-packages/oslo_config/types.py:59: UserWarning: converting '3000' to a string warnings.warn('converting \'%s\' to a string' % str_val) Closes-Bug: #1959859 Change-Id: I92aeb04f6c5aefd26e83b83c17d80341418aa233