Merge "Ensures compute_driver flag can be used by bdm"
This commit is contained in:
@@ -387,6 +387,11 @@ global_opts = [
|
|||||||
help='Whether to batch up the application of IPTables rules'
|
help='Whether to batch up the application of IPTables rules'
|
||||||
' during a host restart and apply all at the end of the'
|
' during a host restart and apply all at the end of the'
|
||||||
' init phase'),
|
' 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)
|
FLAGS.register_opts(global_opts)
|
||||||
|
|||||||
Reference in New Issue
Block a user