Skip to content

Commit

Permalink
move nova.sh back to dashboard trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepsonthefloor committed Jun 29, 2011
1 parent d855cda commit 0ce8894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nova.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,14 @@ if [ "$CMD" == "install" ]; then

rm -rf $API_DIR
rm -rf $NOVNC_DIR
git clone git://github.com/cloudbuilders/openstackx.git $API_DIR -b trunk_safe
git clone git://github.com/cloudbuilders/openstackx.git $API_DIR
git clone git://github.com/sleepsonthefloor/noVNC.git $NOVNC_DIR

if [ "$ENABLE_DASH" == 1 ]; then
apt-get install bzr git-core python-setuptools python-dev -y
easy_install virtualenv
rm -rf $DASH_DIR
git clone git://github.com/cloudbuilders/openstack-dashboard.git $DASH_DIR -b trunk_safe
git clone git://github.com/cloudbuilders/openstack-dashboard.git $DASH_DIR
cd $DASH_DIR/openstack-dashboard
cp local/local_settings.py.example local/local_settings.py
python tools/install_venv.py
Expand Down

0 comments on commit 0ce8894

Please sign in to comment.