Merge "Note env OS_PLACEMENT_API_VERSION support"

This commit is contained in:
Zuul 2021-05-20 12:57:44 +00:00 committed by Gerrit Code Review
commit 3a3710c6ee
1 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@ def build_option_parser(parser):
'OS_PLACEMENT_API_VERSION',
default=default
),
help='Placement API version, default=%s' % default)
help='Placement API version, default=%s '
'(Env: OS_PLACEMENT_API_VERSION)' % default)
return parser