Remove obsolete shell command files

bin/barbican-keystone-listener.sh
bin/barbican-worker

They have been moved to setup.cfg

Change-Id: I1e4c46dd266a947d10475f0028c3eed11373ba42
This commit is contained in:
Jeff Feng 2015-12-03 13:26:54 -06:00
parent 2ac5bfbf4f
commit 4026989fde
2 changed files with 0 additions and 10 deletions

View File

@ -1,5 +0,0 @@
#!/bin/bash
# barbican-keystone-listener - Script to run barbican keystone notification listener.
python bin/barbican-keystone-listener.py

View File

@ -1,5 +0,0 @@
#!/bin/bash
# barbican-worker - Script run Barbican worker app.
python bin/barbican-worker.py