openstack-python-openstackc.../openstackclient
Rodolfo Alonso Hernandez 711b9c9405 Add "fields" parameter to ListSecurityGroup query
This new query parameter will allow to send a query sending the
"fields" parameter. This "fields" parameter contains the needed
API fields, translated into OVO fields in Neutron server, that
require to be retrieved from the DB.

As commented in the related bug, the OSC "list" command only
prints five parameters, none of them the security group rules. In
systems with a reasonable amount of security groups, skipping the
unnecessary rule load can save a lot of time.

Depends-On: https://review.opendev.org/#/c/710820/
Change-Id: I16f48e292997d029d68f66365db949b9f4b5a0c8
Closes-Bug: #1865223
2020-03-12 11:44:10 +00:00
..
api Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
common Merge "Show correct name for resource with quota set to zero" 2020-01-14 05:00:00 +00:00
compute Use 'KeyValueAppendAction' from osc-lib 2020-02-03 15:25:40 +00:00
identity Fix copypaste errors in access rule command 2020-01-21 15:08:46 -08:00
image Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
locale/tr_TR/LC_MESSAGES Imported Translations from Zanata 2018-03-01 07:25:50 +00:00
network Add "fields" parameter to ListSecurityGroup query 2020-03-12 11:44:10 +00:00
object Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
tests Add "fields" parameter to ListSecurityGroup query 2020-03-12 11:44:10 +00:00
volume Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
__init__.py Clean up W503 and E402 pep8 errors 2018-04-15 12:23:06 +09:00
i18n.py Remove log translations 2017-03-21 17:23:09 +08:00
shell.py Remove redundant OpenStackShell.prepare_to_run_command 2019-10-31 16:53:30 +00:00