** Changed in: nova Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1037227
Title: Ordering of extensions can affect the correctness of extensions Status in OpenStack Compute (nova): Won't Fix Bug description: Bug 1037201 appears to have found a bug in the disk_config extension that has been around for a while. It doesn't check if the 'server' key exists before attempting to use it. There is a unit test that checks that a 400 result code is returned, and it passes (mostly, see the aforementioned bug). It mostly works because of other extensions (such as scheduler_hints) that might possibly check for the missing 'server' key before the disk_config extensions. Extensions should be checked independently to ensure that these sorts of bugs don't get hidden. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1037227/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp