Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "[USSURI ONLY] Remove duplicate /var/run/openvswitch bind mount…
Browse files Browse the repository at this point in the history
…" into stable/ussuri
  • Loading branch information
Zuul authored and openstack-gerrit committed Jan 20, 2021
2 parents 4f90cf4 + 0f3cc26 commit b96293f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deployment/neutron/neutron-ovs-agent-container-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ outputs:
tripleo.collectd.plugins.neutron_ovs_agent:
- ovs_events
- ovs_stats
collectd::plugin::ovs_events::socket: '/var/run/openvswitch/db.sock'
collectd::plugin::ovs_stats::socket: '/var/run/openvswitch/db.sock'
collectd::plugin::ovs_events::socket: '/run/openvswitch/db.sock'
collectd::plugin::ovs_stats::socket: '/run/openvswitch/db.sock'
puppet_config:
config_volume: neutron
puppet_tags: neutron_config,neutron_agent_ovs,neutron_plugin_ml2
Expand Down Expand Up @@ -319,7 +319,6 @@ outputs:
- /var/lib/config-data/puppet-generated/neutron:/var/lib/kolla/config_files/src:ro
- /lib/modules:/lib/modules:ro
- /run/openvswitch:/run/openvswitch:shared,z
- /var/run/openvswitch/:/var/run/openvswitch/:shared,z
-
if:
- docker_puppet_mount_host
Expand Down

0 comments on commit b96293f

Please sign in to comment.