From acd0cb07d607d6a7bd098b69eec95e60d16c25ae Mon Sep 17 00:00:00 2001 From: Anton Beloglazov Date: Fri, 5 Oct 2012 15:57:19 +1000 Subject: [PATCH] Added -f to setup.py install --- compute-install-neat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compute-install-neat.py b/compute-install-neat.py index 1c07e04..1e67bd5 100755 --- a/compute-install-neat.py +++ b/compute-install-neat.py @@ -25,4 +25,4 @@ common.execute_on_hosts( compute_hosts, ['rm -f /etc/init.d/openstack-neat-*', 'cd openstack-neat', - 'python2 setup.py install']) + 'python2 setup.py install -f'])