glance/etc/metadefs
Travis Tripp 28becd1aad Add properties_target to Instance SW metadefs
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
2016-01-21 17:29:48 -07:00
..
compute-aggr-disk-filter.json Add missing metadefs for Aggregate Filters 2014-09-10 23:24:36 -06:00
compute-aggr-iops-filter.json Add missing metadefs for Aggregate Filters 2014-09-10 23:24:36 -06:00
compute-aggr-num-instances.json Add missing metadefs for Aggregate Filters 2014-09-10 23:24:36 -06:00
compute-cpu-pinning.json Add CPU Pinning in metadata definitions 2015-08-17 15:52:56 +00:00
compute-guest-memory-backing.json Add Large pages meta definition 2015-09-29 22:33:32 +00:00
compute-guest-shutdown.json Add missing metadefs for shutdown behavior 2014-10-06 18:25:55 -06:00
compute-host-capabilities.json Add operators to provide multivalue support 2015-03-08 16:42:30 +00:00
compute-hypervisor.json Update Metadefs associated with ImagePropertiesFilter 2014-09-16 15:45:49 -06:00
compute-instance-data.json Change URL to End User Guide 2015-08-23 10:30:58 +02:00
compute-libvirt-image.json Metadef JSON files need to be updated 2015-04-15 20:08:37 -07:00
compute-libvirt.json Metadef JSON files need to be updated 2015-04-15 20:08:37 -07:00
compute-quota.json Fix URLs to admin-guide-cloud 2015-08-23 10:04:44 +02:00
compute-randomgen.json Glance Metadata Definitions Catalog - Seed 2014-08-28 10:47:36 -04:00
compute-trust.json Make compute-trust.json compatible with TrustFilter 2014-09-22 02:55:26 -04:00
compute-vcputopology.json Glance Metadata Definitions Catalog - Seed 2014-08-28 10:47:36 -04:00
compute-vmware-flavor.json Fix URLs to admin-guide-cloud 2015-08-23 10:04:44 +02:00
compute-vmware-quota-flavor.json Fix URLs to admin-guide-cloud 2015-08-23 10:04:44 +02:00
compute-vmware.json Merge "VMware: vmware_ostype should be enum" 2015-07-05 23:17:58 +00:00
compute-watchdog.json Fix URLs to admin-guide-cloud 2015-08-23 10:04:44 +02:00
compute-xenapi.json Glance Metadata Definitions Catalog - Seed 2014-08-28 10:47:36 -04:00
glance-common-image-props.json Fix CommonImageProperties missing ":" 2014-09-09 22:32:27 -06:00
operating-system.json Fix incorrect Glance image metadata description 2015-10-16 11:18:00 -07:00
README Glance Metadata Definitions Catalog - Seed 2014-08-28 10:47:36 -04:00
software-databases.json Add properties_target to Instance SW metadefs 2016-01-21 17:29:48 -07:00
software-runtimes.json Add properties_target to Instance SW metadefs 2016-01-21 17:29:48 -07:00
software-webservers.json Add properties_target to Instance SW metadefs 2016-01-21 17:29:48 -07:00

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.