diff options
Diffstat (limited to 'nova/flags.py')
-rw-r--r-- | nova/flags.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nova/flags.py b/nova/flags.py index 03e607c02..7d09915a5 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -387,6 +387,11 @@ global_opts = [ help='Whether to batch up the application of IPTables rules' ' during a host restart and apply all at the end of the' ' init phase'), + cfg.StrOpt('compute_driver', + help='Driver to use for controlling virtualization. Options ' + 'include: libvirt.LibvirtDriver, xenapi.XenAPIDriver, ' + 'fake.FakeDriver, baremetal.BareMetalDriver, ' + 'vmwareapi.VMWareESXDriver'), ] FLAGS.register_opts(global_opts) |