shade/releasenotes/notes/nova-flavor-to-rest-0a5757e35714a690.yaml
Monty Taylor 28fc6b02fa Move nova flavor interactions to REST
One REST call is removed because python-novaclient made an extra get
that we do not need to make.

Change-Id: Idfc72a0f353c248e5749aea926031e70dcdf4f94
2017-02-01 02:58:00 +00:00

6 lines
147 B
YAML

---
upgrade:
- Nova flavor operations are now handled via REST calls
instead of via novaclient. There should be no noticable
difference.