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

Commit

Permalink
Add systemd dependency to openvswitch to neutron agents
Browse files Browse the repository at this point in the history
Certain neutron agents need openvswitch to be running properly. This
patch adds the required depends_on so paunch can add the dependency to
the systemd service file.

Change-Id: I72b8c984fc9ae2216c8a19491ba5d7d8d58d8d3b
  • Loading branch information
beagles committed Apr 3, 2019
1 parent c297ec2 commit fa37170
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/neutron/neutron-dhcp-container-puppet.yaml
Expand Up @@ -298,6 +298,8 @@ outputs:
privileged: true
restart: always
security_opt: 'label=disable'
depends_on:
- openvswitch
healthcheck:
test:
list_join:
Expand Down
2 changes: 2 additions & 0 deletions deployment/neutron/neutron-l3-container-puppet.yaml
Expand Up @@ -266,6 +266,8 @@ outputs:
pid: host
privileged: true
restart: always
depends_on:
- openvswitch
healthcheck:
test:
list_join:
Expand Down
2 changes: 2 additions & 0 deletions deployment/neutron/neutron-ovs-agent-container-puppet.yaml
Expand Up @@ -293,6 +293,8 @@ outputs:
privileged: true
security_opt: 'label=disable'
restart: always
depends_on:
- openvswitch
healthcheck:
test:
list_join:
Expand Down

0 comments on commit fa37170

Please sign in to comment.