default flag file full path

This commit is contained in:
Vishvananda Ishaya
2010-07-26 14:48:08 -07:00
parent 0f5b95575a
commit ffe52b8660

View File

@@ -29,7 +29,7 @@ from nova import flags
FLAGS=flags.FLAGS
flags.DEFINE_string('dhcpbridge_flagfile',
'/etc/nova-dhcpbridge.conf',
'/etc/nova/nova-dhcpbridge.conf',
'location of flagfile for dhcpbridge')
def execute(cmd, addl_env=None):