diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-quantum_2013.1.2.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-quantum_2013.1.2.bb b/meta-openstack/recipes-devtools/python/python-quantum_2013.1.2.bb index d058412..3c213a0 100644 --- a/meta-openstack/recipes-devtools/python/python-quantum_2013.1.2.bb +++ b/meta-openstack/recipes-devtools/python/python-quantum_2013.1.2.bb | |||
| @@ -76,6 +76,14 @@ pkg_postinst_${SRCNAME} () { | |||
| 76 | 76 | ||
| 77 | sudo -u postgres createdb ovs_quantum | 77 | sudo -u postgres createdb ovs_quantum |
| 78 | } | 78 | } |
| 79 | |||
| 80 | pkg_postinst_${SRCNAME}-plugin-openvswitch () { | ||
| 81 | if [ "x$D" != "x" ]; then | ||
| 82 | exit 1 | ||
| 83 | fi | ||
| 84 | |||
| 85 | /etc/init.d/openvswitch-switch start | ||
| 86 | ovs-vsctl --no-wait -- --may-exist add-br br-int | ||
| 79 | } | 87 | } |
| 80 | 88 | ||
| 81 | PACKAGES += " \ | 89 | PACKAGES += " \ |
