Merge "Add some explanation for the instance AZ field"

This commit is contained in:
Jenkins 2015-09-09 13:30:10 +00:00 committed by Gerrit Code Review
commit 8d85c3f8c4
1 changed files with 3 additions and 0 deletions

View File

@ -284,6 +284,9 @@ class Instance(BASE, NovaBase):
launched_at = Column(DateTime)
terminated_at = Column(DateTime)
# This always refers to the availability_zone kwarg passed in /servers and
# provided as an API option, not at all related to the host AZ the instance
# belongs to.
availability_zone = Column(String(255))
# User editable field for display in user-facing UIs