Description of metadata configuration options
Configuration option = Default value Description
[DEFAULT]
= 15 (IntOpt) Time in seconds to cache metadata; 0 to disable metadata caching entirely (not recommended). Increasingthis should improve response times of the metadata API when under heavy load. Higher values may increase memoryusage and result in longer times for host metadata changes to take effect.
= $my_ip (StrOpt) The IP address for the metadata API server
= 0.0.0.0 (StrOpt) The IP address on which the metadata API will listen.
= 8775 (IntOpt) The port on which the metadata API will listen.
= nova.api.manager.MetadataManager (StrOpt) OpenStack metadata service manager
= 8775 (IntOpt) The port for the metadata API port
= None (IntOpt) Number of workers for metadata service. The default will be the number of CPUs available.
= nova.api.metadata.vendordata_json.JsonFileVendorData (StrOpt) Driver to use for vendor data
= None (StrOpt) File to load JSON formatted vendor data from