Added -f to setup.py install

This commit is contained in:
Anton Beloglazov 2012-10-05 15:57:19 +10:00
parent ea124282e1
commit acd0cb07d6

View File

@ -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'])