openstacksdk/releasenotes/notes/compute-service-zone-2b25ec705b0156c4.yaml
Monty Taylor 2be7e0f6f7 Rename compute.service.zone to availability_zone
While zone is less characters, availability_zone is what this is
called across the rest of the codebase, and is what the location
system looks for.

This is an incompatibility to be taken care of pre-1.0 release.

Change-Id: I9fc7ac2a32ac20f173554dcde80eb57713a92f7c
2019-02-05 19:57:45 +00:00

8 lines
239 B
YAML

---
upgrade:
- |
The ``zone`` attribute on compute ``Service`` objects
has been renamed to ``availability_zone`` to match all
of the other resources, and also to better integrate
with the ``Resource.location`` attribute.