Add purge on delete option to openstack::Host
Created by: arnaudsjs
Description
Add purge on delete option to openstack::Host
. This is required because the performance test relies on the purge_on_delete
feature. Since purge_on_delete
is set to false by default now, we have to provide a way to set purge_on_delete
at the openstack::Host
entity.
Self Check:
-
Attached issue to pull request -
Changelog entry -
Version number is bumped to dev version -
Code is clear and sufficiently documented -
Sufficient test cases (reproduces the bug/tests the requested feature) -
Correct, in line with design -
End user documentation is included or an issue is created for end-user documentation
Reviewer Checklist:
-
Sufficient test cases (reproduces the bug/tests the requested feature) -
Code is clear and sufficiently documented -
Correct, in line with design