OpenStack Image Management (Glance)
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 |
||
---|---|---|
doc/source | ||
etc | ||
glance | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
bandit.yaml | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Glance
Glance is a project that defines services for discovering, registering, retrieving and storing virtual machine images.
Use the following resources to learn more: