Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/add-extra-specs-to-flavor-list. Description: On loading the extra specs extension, making a flavor show/detail call would return flavor data along with the extra specs of that flavor. This will help reduce the number of calls we make to display the flavor data. The approach would be similar to the keypairs extension, so the flavor extra spec key-pairs would be displayed as part of flavor details only if the extension is loaded. Specification URL (additional information): None