how to find all the property of the flavor?
e.g.
https://docs.openstack.org/nova/stein...
openstack flavor set m1.large \
--property hw:cpu_policy=dedicated \
--property hw:emulator_threads_policy=share
We can set the property by the above command, however, how could I get all the property?
So, we cannot ensure whether the properties' keys we entered is correct?
Why do I pay attention to this? Because I find the difference among the different version doc.
hw:cpu_threads_policy
in juno doc
hw:cpu_thread_policy
in stein doc
Is it the difference caused by the version, or is it just a clerical error?
I don't know which one is correct, or all of them are wrong?
It is exactly for this purpose that the Glance metadata catalog exists.
how to get Glance metadata catalog? I just found
/etc/glance/metadefs/.*
I don't think you "get" it. It's already there. You may want to invest 6 minutes in this video: https://m.youtube.com/watch?v=zJpHXdB....
EDIT: Well, /etc/glance/metadefs is the content of the catalog. For a nicer presentation, use Horizon as explained in the video or my comment to my answer.
Hi, @Bernd Bausch
Thanks a lot. Because i didn't run
glance-manage db_load_metadefs
, the horizon about metadata definitions was always empty.Now, I can get these key from the load, rather than entered by myself.
Oops, I missed that command. Good that you found it.
I teach OpenStack courses and used to cover Glance metadata, wondering if anybody used the feature. I am happy there is at least one other person in the OpenStack world who appreciates its usefulness.