[03:35] Hey good people, I am finding an issue with juju charms. I added swift-proxy charm with ssl_cert/ssl_key. I wanted to disable SSL, but I was not able to find an option in charm to do the same. So I deleted the entire unit and deployed a new ha_bundle.yml, which does not have anything related to ssl_key/ssl_cert. I expected the new swift-proxy unit [03:35] to be created without ssl, but that did not happen. The unit was making use of the previously provided ssl_key/ssl_cert details. Does this mean I need to delete the application as well before trying to create the unit [03:35] Thanks in advance! [03:58] Yes correct. Application need to be removed.