QE Steps:
* Create an env file on undercloud with below content, which will set the parameter on
parameter_defaults:
nova::config::nova_config:
DEFAULT/reclaim_instance_interval:
value: 60
* provide above file with overcloud deploy command.
* source overcloudrc
* create bootable volume from image.
* create instance from above bootable volume with delete_on_termination=true
* try to delete instance, instance will be deleted after reclaim_instance_interval timeout.
* once instance is deleted, check bootable volume status, it should be 'AVAILABLE'.
QE Steps: * Create an env file on undercloud with below content, which will set the parameter on parameter_defaults: nova::config::nova_config: DEFAULT/reclaim_instance_interval: value: 60 * provide above file with overcloud deploy command. * source overcloudrc * create bootable volume from image. * create instance from above bootable volume with delete_on_termination=true * try to delete instance, instance will be deleted after reclaim_instance_interval timeout. * once instance is deleted, check bootable volume status, it should be 'AVAILABLE'.