We recently had a requirement to enforce selection of an availability zone* when booting instances in nova. There’s no way to do this in the stock API, we didn’t want to modify code, and a waffle seems like overkill. So I spent some time playing with policy.json config to see if we could enforce this there: […]