Comment 2 for bug 1800508

Revision history for this message
Matt Riedemann (mriedem) wrote :

Is this just an example of how you're recreating the fault?

"""
Inject an out-of-range value in "schedule_and_build_instances.args.build_requests->'nova_object.data'.instance.'nova_object.data'.instance_type_id", this will be enough to cause a DBError. For instance, it can be used the 1E+22 value.
"""

Because unless I'm missing something, that's not a real fault that can be injected externally from a user because the instance_type_id comes from the flavors.id which isn't going to be 1E+22.