summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glance_2013.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glance_2013.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glance_2013.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance_2013.1.bb b/meta-openstack/recipes-devtools/python/python-glance_2013.1.bb
index a64ac9e..72d5662 100644
--- a/meta-openstack/recipes-devtools/python/python-glance_2013.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-glance_2013.1.bb
@@ -62,7 +62,7 @@ pkg_postinst_${SRCNAME} () {
62 if ! pidof postmaster > /dev/null; then 62 if ! pidof postmaster > /dev/null; then
63 sudo -u postgres initdb -D /etc/postgresql/ 63 sudo -u postgres initdb -D /etc/postgresql/
64 /etc/init.d/postgresql start 64 /etc/init.d/postgresql start
65 sleep 0.5 65 sleep 0.2
66 sudo -u postgres psql -c "CREATE ROLE admin WITH SUPERUSER LOGIN PASSWORD 'admin'" 66 sudo -u postgres psql -c "CREATE ROLE admin WITH SUPERUSER LOGIN PASSWORD 'admin'"
67 fi 67 fi
68 68