Skip to content

Commit 0f39c5d

Browse files
committed
Run glance-manage db_sync.
Updates stack.sh so that it runs glance-manage db_sync. This should pave the way for us to default Glance DB auto-creation to False in Glance. Previously we would rely on glance-registry (and glance-api in Folsom) to auto create the DB for us. I've found this to be a bit racey so explicitly using glance-manage seems the way to go. Change-Id: I61f165db6e0591e819d12aa2e2a4d336ad1172c3
1 parent 0ad9920 commit 0f39c5d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Anthony Young <sleepsonthefloor@gmail.com>
55
Armando Migliaccio <armando.migliaccio@eu.citrix.com>
66
Brad Hall <brad@nicira.com>
77
Chmouel Boudjnah <chmouel@chmouel.com>
8+
Dan Prince <dprince@redhat.com>
89
Dean Troyer <dtroyer@gmail.com>
910
Devin Carlen <devin.carlen@gmail.com>
1011
Eddie Hebert <edhebert@gmail.com>

stack.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,6 +1037,9 @@ if is_service_enabled g-reg; then
10371037

10381038
GLANCE_POLICY_JSON=$GLANCE_CONF_DIR/policy.json
10391039
cp $GLANCE_DIR/etc/policy.json $GLANCE_POLICY_JSON
1040+
1041+
$GLANCE_DIR/bin/glance-manage db_sync
1042+
10401043
fi
10411044

10421045
# Quantum (for controller or agent nodes)

0 commit comments

Comments
 (0)