summarylogtreecommitdiffstats
path: root/neutron.plugin.openvswitch.install
blob: c1e80dc031ee831ef819689163c6456a4789ffd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  chown -R neutron:neutron /etc/neutron/plugins
}

post_upgrade() {
  post_install
}

pre_remove() {
  echo OK
  true
}