commit | 305c4debde80a79676848c108cb42c0a12ce7405 | [log] [tgz] |
---|---|---|
author | Dean Troyer <dtroyer@gmail.com> | Thu Dec 18 17:11:07 2014 -0600 |
committer | Dean Troyer <dtroyer@gmail.com> | Thu Dec 18 17:11:07 2014 -0600 |
tree | f66423070af3a2e9a944d26c3780c4d78fd23a62 | |
parent | c9bd06e03c1b901c303bd28b04d8805c46f3587c [diff] [blame] |
Fix wsgi dir cleanup in Keystone Change-Id: I8350d2de8602472e5a7d80b490d2c24f43865e19
diff --git a/lib/keystone b/lib/keystone index 071dc90..1599fa5 100644 --- a/lib/keystone +++ b/lib/keystone
@@ -116,7 +116,7 @@ # _cleanup_keystone_apache_wsgi() - Remove wsgi files, disable and remove apache vhost file function _cleanup_keystone_apache_wsgi { - sudo rm -f $KEYSTONE_WSGI_DIR/*.wsgi + sudo rm -f $KEYSTONE_WSGI_DIR/* sudo rm -f $(apache_site_config_for keystone) }