Add options to nova::compute::libvirt to use remove_unused parameters

Registered by Pierre Rambaud

Being able to modify the parameters "remove_unused_base_images", "remove_unused_original_minimum_age_seconds", "remove_unused_kernels", "remove_unused_resized_minimum_age_seconds" if desired.

For more informations in https://github.com/openstack/nova/blob/master/etc/nova/nova.conf.sample :

# Should unused base images be removed? (boolean value)
#remove_unused_base_images=true

# Unused unresized base images younger than this will not be
# removed (integer value)
#remove_unused_original_minimum_age_seconds=86400

# Should unused kernel images be removed? This is only safe to
# enable if all compute nodes have been updated to support
# this option. This will be enabled by default in future.
# (boolean value)
#remove_unused_kernels=false

# Unused resized base images younger than this will not be
# removed (integer value)
#remove_unused_resized_minimum_age_seconds=3600

Blueprint information

Status:
Complete
Approver:
None
Priority:
Undefined
Drafter:
Pierre Rambaud
Direction:
Needs approval
Assignee:
zhongshengping
Definition:
New
Series goal:
None
Implementation:
Implemented
Milestone target:
None
Started by
zhongshengping
Completed by
zhongshengping

Related branches

Sprints

Whiteboard

Gerrit topic: https://review.openstack.org/#q,topic:bp/add-remove-unused-parameters,n,z

Addressed by: https://review.openstack.org/77881
    Add options to use remove_unused_* parameters

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.