Ensure consistent use of filename for dhcp bridge flag file.
This commit is contained in:
@@ -29,7 +29,7 @@ from nova import flags
|
|||||||
FLAGS=flags.FLAGS
|
FLAGS=flags.FLAGS
|
||||||
|
|
||||||
flags.DEFINE_string('dhcpbridge_flagfile',
|
flags.DEFINE_string('dhcpbridge_flagfile',
|
||||||
'/etc/nova-dhcpbridge.conf',
|
'/etc/nova/nova-dhcpbridge.conf',
|
||||||
'location of flagfile for dhcpbridge')
|
'location of flagfile for dhcpbridge')
|
||||||
|
|
||||||
def execute(cmd, addl_env=None):
|
def execute(cmd, addl_env=None):
|
||||||
|
Reference in New Issue
Block a user