# File lib/fog/compute/openstack/models/flavor.rb, line 38
        def metadata
          service.get_flavor_metadata(id).body['extra_specs']
        rescue Fog::Compute::OpenStack::NotFound
          nil
        end