Remove unnecessary openstack configuration file
[releng/global-jjb.git] / shell / packer-clear-credentials.sh
index 099f559..093b16b 100644 (file)
@@ -10,8 +10,6 @@
 ##############################################################################
 echo "---> packer-clear-credentials.sh"
 
-#!/bin/bash
 set +e  # DO NOT cause build failure if any of the rm calls fail.
 rm "$CLOUDENV"
-rm "$HOME/.config/openstack/clouds.yaml"
 exit 0