# Options defined in nova.scheduler.filters.aggregate_image_properties_isolation
#
# Force the filter to consider only keys matching the given
# namespace. (string value)
#aggregate_image_properties_isolation_namespace=
# The separator used between the namespace and keys (string
# value)
#aggregate_image_properties_isolation_separator=.
# Action to take if a running deleted instance is
# detected.Valid options are 'noop', 'log' and 'reap'. Set to
# 'noop' to disable. (string value)
#running_deleted_instance_action=log
新:
# Action to take if a running deleted instance is
# detected.Valid options are 'noop', 'log', 'shutdown', or
# 'reap'. Set to 'noop' to take no action. (string value)
#running_deleted_instance_action=reap(5)默认不再支持文件注入,推荐使用ConfigDrive或metadata服务。假设要继续使用,须要配置inject_key=true,inject_partition,inject_password=true,只是这几个属性如今状态为不推荐使用,将来可能没了。