summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinder_2013.1.1.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinder_2013.1.1.bb b/meta-openstack/recipes-devtools/python/python-cinder_2013.1.1.bb
index 54edc47..c1d7beb 100644
--- a/meta-openstack/recipes-devtools/python/python-cinder_2013.1.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinder_2013.1.1.bb
@@ -43,8 +43,12 @@ pkg_postinst_${SRCNAME} () {
43 exit 1 43 exit 1
44 fi 44 fi
45 45
46 # quick fix 46 if ! pidof postmaster > /dev/null; then
47 /etc/rpm-postinsts/postgresql 47 sudo -u postgres initdb -D /etc/postgresql/
48 /etc/init.d/postgresql start
49 sleep 0.5
50 sudo -u postgres psql -c "CREATE ROLE admin WITH SUPERUSER LOGIN PASSWORD 'admin'"
51 fi
48 52
49 sudo -u postgres createdb cinder 53 sudo -u postgres createdb cinder
50 cinder-manage db sync 54 cinder-manage db sync