glance issues with sudo
This commit is contained in:
parent
ed2b621669
commit
9053d6a0ea
1 changed files with 3 additions and 2 deletions
5
stack.sh
5
stack.sh
|
@ -133,7 +133,8 @@ sudo mv /tmp/000-default /etc/apache2/sites-enabled
|
||||||
# dashboard can run
|
# dashboard can run
|
||||||
sudo chown -R www-data:www-data $DASH_DIR
|
sudo chown -R www-data:www-data $DASH_DIR
|
||||||
|
|
||||||
mkdir -p /var/log/glance
|
sudo mkdir -p /var/log/glance
|
||||||
|
sudo chown `whoami` /var/log/glance
|
||||||
|
|
||||||
# add useful screenrc
|
# add useful screenrc
|
||||||
cp $DIR/files/screenrc ~/.screenrc
|
cp $DIR/files/screenrc ~/.screenrc
|
||||||
|
@ -196,7 +197,7 @@ $NOVA_DIR/bin/nova-manage floating create $FLOATING_RANGE
|
||||||
|
|
||||||
# delete existing glance images/database. Glance will recreate the db
|
# delete existing glance images/database. Glance will recreate the db
|
||||||
# when it is ran.
|
# when it is ran.
|
||||||
rm -rf /var/lib/glance/images/*
|
#rm -rf /var/lib/glance/images/*
|
||||||
rm -f $GLANCE_DIR/glance.sqlite
|
rm -f $GLANCE_DIR/glance.sqlite
|
||||||
|
|
||||||
# nova api crashes if we start it with a regular screen command,
|
# nova api crashes if we start it with a regular screen command,
|
||||||
|
|
Loading…
Reference in a new issue