openstack-python-openstackc.../openstackclient/compute/v2
Boris Pavlovic 2c57f7bfb2 Add server list -n and --no-name-lookup arguments
Remove translation of Image ID and Flavor ID to Image and Flavor names

In large environments amount of images can be very large (thousands)
Which requires ~hundreds of requests to Glance to get all images
(by default client request only 20 images)
As a result listing even few servers is going to take minutes

This patch allows to avoid these queries by not doing translation,
which allows one to get information about servers in seconds.

Change-Id: I4ae00e6324a41c4c79bf5b620179dae99aea5431
2017-07-10 16:20:45 -07:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
agent.py translate all command help strings 2016-11-17 02:33:42 +00:00
aggregate.py Handle log message interpolation by the logger in compute/ 2017-02-13 18:43:12 +01:00
console.py Use public and unified method get_console_url() 2017-02-14 03:22:03 +00:00
fixedip.py translate all command help strings 2016-11-17 02:33:42 +00:00
flavor.py Help/docs cleanups: marker, limit, ip-address metavars 2017-04-04 03:56:19 +00:00
floatingip.py translate all command help strings 2016-11-17 02:33:42 +00:00
host.py translate all command help strings 2016-11-17 02:33:42 +00:00
hypervisor.py translate all command help strings 2016-11-17 02:33:42 +00:00
hypervisor_stats.py translate all command help strings 2016-11-17 02:33:42 +00:00
keypair.py Add "--private-key" option for "keypair create" 2017-03-06 08:34:28 +00:00
server.py Add server list -n and --no-name-lookup arguments 2017-07-10 16:20:45 -07:00
server_backup.py translate all command help strings 2016-11-17 02:33:42 +00:00
server_event.py Add server event list and show commands 2017-03-07 15:25:43 +08:00
server_group.py Add choices for option '--policy' 2016-11-27 15:32:28 +08:00
server_image.py translate all command help strings 2016-11-17 02:33:42 +00:00
service.py Remove log translations 2017-03-21 17:23:09 +08:00
usage.py Modified API calls in os usage 2016-12-08 03:00:45 +08:00