commit | f12d3ab02c41bedf584f59732c13519434c17724 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Tue Sep 20 00:33:51 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Tue Sep 20 00:33:51 2011 -0700 |
tree | 0f8f767709b6f214abc4a93fa0caa6b32c3f1b51 | |
parent | bf188ef6d0e78625d65d3049e7c38741868c0000 [diff] [blame] |
update glance to use keystone
diff --git a/stack.sh b/stack.sh index 28aa4b7..942f415 100755 --- a/stack.sh +++ b/stack.sh
@@ -281,6 +281,9 @@ GLANCE_CONF=$GLANCE_DIR/etc/glance-registry.conf cp $FILES/glance-registry.conf $GLANCE_CONF sudo sed -e "s,%SQL_CONN%,$BASE_SQL_CONN/glance,g" -i $GLANCE_CONF + + GLANCE_API_CONF=$GLANCE_DIR/etc/glance-api.conf + cp $FILES/glance-api.conf $GLANCE_API_CONF fi # Nova