We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 824ed84 + acc3967 commit 0b63d5dCopy full SHA for 0b63d5d
1 file changed
openstackclient/tests/functional/base.py
@@ -63,8 +63,8 @@ def get_openstack_extention_names(cls):
63
return cls.openstack('extension list ' + opts)
64
65
@classmethod
66
- def get_opts(cls, fields, format='value'):
67
- return ' -f {0} {1}'.format(format,
+ def get_opts(cls, fields, output_format='value'):
+ return ' -f {0} {1}'.format(output_format,
68
' '.join(['-c ' + it for it in fields]))
69
70
0 commit comments