From fa594eb978900b60ae0bb2b537e87a8c527faab7 Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Thu, 15 Sep 2011 23:28:52 -0700 Subject: [PATCH] fix path --- stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.sh b/stack.sh index 0ce86db..ebd8f02 100755 --- a/stack.sh +++ b/stack.sh @@ -208,7 +208,7 @@ if [[ "$ENABLED_SERVICES" =~ "dash" ]]; then cd $DASH_DIR/openstack-dashboard # Includes settings for Nixon, to expose munin charts. - sudo cp $DIR/files/dash_settings.py local/local_settings.py + sudo cp $DEVSTACK/files/dash_settings.py local/local_settings.py dashboard/manage.py syncdb