Change default driver
Since Ocata is no longer supported we are changing the default value of `driver` to `fake-hardware`. Change-Id: Ida3d297b629c115a1e4103c3abe8958b2eef1a07
This commit is contained in:
parent
2dd726ae88
commit
4569ada4ba
@ -52,9 +52,8 @@ BaremetalGroup = [
|
|||||||
cfg.StrOpt('catalog_type',
|
cfg.StrOpt('catalog_type',
|
||||||
default='baremetal',
|
default='baremetal',
|
||||||
help="Catalog type of the baremetal provisioning service"),
|
help="Catalog type of the baremetal provisioning service"),
|
||||||
# TODO(dtantsur): change to fake-hardware when Ocata is no longer supported
|
|
||||||
cfg.StrOpt('driver',
|
cfg.StrOpt('driver',
|
||||||
default='fake',
|
default='fake-hardware',
|
||||||
help="Driver name to use for API tests"),
|
help="Driver name to use for API tests"),
|
||||||
cfg.StrOpt('endpoint_type',
|
cfg.StrOpt('endpoint_type',
|
||||||
default='publicURL',
|
default='publicURL',
|
||||||
|
Loading…
Reference in New Issue
Block a user