Skip to content

Commit 8c3e9c0

Browse files
wmousamoshe010
authored andcommitted
Change the default value for client_id_hardware to True
Because the default images in openstack are based centos 8-stream, We need to change the default client_id_hardware to true to support centos 8 images and if the user want to use guest images based on centos 7, he can change value in the configuration to False Change-Id: Iccab7152261979c1dcb9f08b831e04ccf0cee07a
1 parent 08c15d9 commit 8c3e9c0

File tree

1 file changed

+1
-1
lines changed
  • networking_mlnx/plugins/ml2/drivers/mlnx

1 file changed

+1
-1
lines changed

networking_mlnx/plugins/ml2/drivers/mlnx/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
mlnx_opts = [
2020
cfg.BoolOpt('client_id_hardware',
21-
default="False",
21+
default="True",
2222
help=_("Generate client-id according to send "
2323
"dhcp-client-identifier = hardware")),
2424
]

0 commit comments

Comments
 (0)