Pavlo Shchelokovskyy ec8dba29f9 Speed up standard flavor list command
currently this command tries to fetch extra_specs for any flavor
that does not have them (which is quite usual), regardless if the
command was even asked to display them (--long) at all.
This significantly slows down this command as it makes a lot of
unnecessary REST calls, one per each flavor to fetch extra_specs for.

With this patch, client only attempts to fetch flavor extra_specs if
the user actually called the client with --long.

Change-Id: Ia36414d891a41b641d7a9a04f0a1e7d43cfee351
Story: 2010343
Task: 46484
2022-09-30 11:53:00 +01:00
..
2020-05-16 14:40:28 +00:00
2022-06-30 11:51:33 +01:00
2020-06-08 16:20:28 -05:00
2022-08-26 08:15:43 +08:00
2020-10-07 02:15:25 +00:00
2020-10-07 02:15:25 +00:00
2020-11-06 10:16:06 +00:00