deb-horizon/releasenotes/notes/bp-add-server-metadata-a5d5582966ef25c5.yaml
Justin Pomeroy e19bb206bb Use OS::Nova::Server resource type for instance metadata
Horizon currently uses the OS::Nova::Instance resource type when
querying for instance metadata, but it should use OS::Nova::Server
to align with Heat and Searchlight.

See also:
  https://review.openstack.org/272271

Closes-Bug: #1537903
Change-Id: I1deab8ed74515d08301e68bd2c75604d35592c50
2016-02-05 19:02:18 +00:00

5 lines
246 B
YAML

---
features:
- Added the Metadata tab to the new Launch Instance workflow to allow adding
key-value metadata to an instance at launch. This includes any properties
from the OS::Nova::Server namespace of the glance metadata definitions.