8 May
2019
8 May
'19
9:03 p.m.
On 5/6/2019 8:18 AM, Lee Yarwood wrote:
- Deprecate the existing swap volume API in Train, remove in U.
I don't remember this coming up. Deprecation is one thing if we have an alternative, but removal isn't really an option. Yes we have 410'ed some REST APIs for removed services (nova-network, nova-cells) but for the most part we're married to our REST APIs so we can deprecate things to signal "don't use these anymore" but that doesn't mean we can just delete them. This is why we require a spec for all API changes, because of said marriage. -- Thanks, Matt