I don't think this bug is new functionality request, because we didn't have such issue with deprecated classic provisioning. So changing its status to 'medium'. Also I agree with Aleksey (azvyagintsev) - if cloud administrator changes settings (e.g. repos list) after env reset, then he/she expects that all changes will be applied during new deployment.
@Documentation team, please add this bug to 7.0 release notes. Workaround is manual removal of images (on master node) after environment reset:
I don't think this bug is new functionality request, because we didn't have such issue with deprecated classic provisioning. So changing its status to 'medium'. Also I agree with Aleksey (azvyagintsev) - if cloud administrator changes settings (e.g. repos list) after env reset, then he/she expects that all changes will be applied during new deployment.
@Documentation team, please add this bug to 7.0 release notes. Workaround is manual removal of images (on master node) after environment reset:
ENV_ID=1 find /var/www/ nailgun/ targetimages/ -name "env_$ENV_ID_*" -delete
where ENV_ID is id of OpenStack environment.