28becd1aad
There are several metadata definitions for software that are associated with Nova instances (OS::Nova::Instance) which should have their properties target set to "metadata". The ability to add metadata to an instance leveraging these definitions at launch time was recently added to horizon. In a follow up discussion, somebody asked about using the metadata definitions to also choose nova scheduler hints at launch time, without confusing the two intended purposes of the metadata. This raised our awareness that we don't have properties_target set to "metadata" (rather than "scheduler hints") for OS::Nova::Instance on the software metadata definition files. This patch adds "properties_target": "metadata" to those files. Change-Id: I247226ad78762d1d2add3bb39b1e780b93f36370 Closes-Bug: 1536849 |
||
---|---|---|
.. | ||
compute-aggr-disk-filter.json | ||
compute-aggr-iops-filter.json | ||
compute-aggr-num-instances.json | ||
compute-cpu-pinning.json | ||
compute-guest-memory-backing.json | ||
compute-guest-shutdown.json | ||
compute-host-capabilities.json | ||
compute-hypervisor.json | ||
compute-instance-data.json | ||
compute-libvirt-image.json | ||
compute-libvirt.json | ||
compute-quota.json | ||
compute-randomgen.json | ||
compute-trust.json | ||
compute-vcputopology.json | ||
compute-vmware-flavor.json | ||
compute-vmware-quota-flavor.json | ||
compute-vmware.json | ||
compute-watchdog.json | ||
compute-xenapi.json | ||
glance-common-image-props.json | ||
operating-system.json | ||
README | ||
software-databases.json | ||
software-runtimes.json | ||
software-webservers.json |
This directory contains predefined namespaces for Glance Metadata Definitions Catalog. Files from this directory can be loaded into the database using db_load_metadefs command for glance-manage. Similarly you can unload the definitions using db_unload_metadefs command.