diff options
author | Brent Eagles <beagles@redhat.com> | 2013-02-22 17:57:33 -0330 |
---|---|---|
committer | Brent Eagles <beagles@redhat.com> | 2013-02-24 23:41:56 -0330 |
commit | 62b18ebb683ece2e0366f754157a89f67e8532ab (patch) | |
tree | 72fe3fd305322cf6e48f7927ee063bba73be6605 /nova/utils.py | |
parent | 95b7d2c06eaebfd974eae3cd7ddf707bed332f47 (diff) | |
download | nova-62b18ebb683ece2e0366f754157a89f67e8532ab.tar.gz nova-62b18ebb683ece2e0366f754157a89f67e8532ab.tar.xz nova-62b18ebb683ece2e0366f754157a89f67e8532ab.zip |
Change nova-dhcpbridge FLAGFILE to a list of files
This patch adds support to linux_net and nova-dhcpbridge for
specifying and conveying multiple dhcpbridge_flagfile values.
The support is implemented as follows:
dhcpbridge_flagfile is now a "MultiStr" configuration file option
allowing the flag files to be defined over multiple configuration files.
The configured files are concatenated into a comma separated string and
assigned to the FLAGFILE environment variable when invoking
nova-dhcpbridge. nova-dhcpbridge splits the value of the environment
variable on the comma an initializes its configuration with the provided
files (the configuration system already supports loading configuration
from multiple files)
Fixes bug 1131932
Change-Id: Ic9cc57b8f7d9356606b9134ef5b63ab07b6099d9
Diffstat (limited to 'nova/utils.py')
0 files changed, 0 insertions, 0 deletions