Skip to content

Commit

Permalink
Add path_mtu and global_physnet_mtu to openstack
Browse files Browse the repository at this point in the history
Include these in set of neutron configs to display.
  • Loading branch information
dosaboy committed Oct 7, 2023
1 parent 8e6f4dc commit d745b1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion hotsos/core/plugins/openstack/openstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,8 @@ def __init__(self):
'plugins/ml2/openvswitch_agent.ini',
'l3-agent': 'l3_agent.ini',
'dhcp-agent': 'dhcp_agent.ini',
'ovn': 'ovn.ini'},
'ovn': 'ovn.ini',
'ml2': 'plugins/ml2/ml2_conf.ini'},
systemd_masked_services=['nova-api-metadata'],
systemd_extra_services=['apache2'],
systemd_deprecated_services=['neutron-lbaas-agent',
Expand Down
5 changes: 4 additions & 1 deletion hotsos/plugin_extensions/openstack/service_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

FEATURES = {'neutron': {
'main': {
'DEFAULT': ['global_physnet_mtu'],
'AGENT': ['availability_zone']},
'openvswitch-agent': {
'AGENT': ['l2_population'],
Expand All @@ -14,7 +15,9 @@
'enable_isolated_metadata',
'ovs_use_veth']},
'ovn': {
'DEFAULT': ['enable_distributed_floating_ip']}},
'DEFAULT': ['enable_distributed_floating_ip']},
'ml2': {
'ML2': ['path_mtu']}},
'nova': {
'main': {
'DEFAULT': ['vcpu_pin_set'],
Expand Down

0 comments on commit d745b1a

Please sign in to comment.