diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-quantum_2013.1.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-quantum_2013.1.2.bb | 3 |
1 files changed, 2 insertions, 1 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 8f0fa43..d058412 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 | |||
| @@ -74,7 +74,8 @@ pkg_postinst_${SRCNAME} () { | |||
| 74 | sudo -u postgres psql -c "CREATE ROLE ${DB_USER} WITH SUPERUSER LOGIN PASSWORD '${DB_PASSWORD}'" | 74 | sudo -u postgres psql -c "CREATE ROLE ${DB_USER} WITH SUPERUSER LOGIN PASSWORD '${DB_PASSWORD}'" |
| 75 | fi | 75 | fi |
| 76 | 76 | ||
| 77 | sudo -u postgres createdb quantum | 77 | sudo -u postgres createdb ovs_quantum |
| 78 | } | ||
| 78 | } | 79 | } |
| 79 | 80 | ||
| 80 | PACKAGES += " \ | 81 | PACKAGES += " \ |
