Merge "Add note about version 2.5 when listing servers using --ip6"

This commit is contained in:
Zuul 2019-03-07 21:05:01 +00:00 committed by Gerrit Code Review
commit e59b9f4261
1 changed files with 3 additions and 1 deletions

View File

@ -1026,7 +1026,9 @@ class ListServer(command.Lister):
parser.add_argument(
'--ip6',
metavar='<ip-address-regex>',
help=_('Regular expression to match IPv6 addresses'),
help=_('Regular expression to match IPv6 addresses. Note '
'that this option only applies for non-admin users '
'when using ``--os-compute-api-version`` 2.5 or greater.'),
)
parser.add_argument(
'--name',