Browse code

more tweaks to get dash working

Anthony Young authored on 2011/09/23 16:34:38
Showing 2 changed files
... ...
@@ -47,7 +47,7 @@ MAILER_EMAIL_BACKEND = EMAIL_BACKEND
47 47
 
48 48
 # FIXME: This needs to be changed to allow for multi-node setup.
49 49
 OPENSTACK_KEYSTONE_URL = "http://localhost:5000/v2.0/"
50
-OPENSTACK_KEYSTONE_ADMIN_URL = "http://localhost:5001/v2.0/"
50
+OPENSTACK_KEYSTONE_ADMIN_URL = "http://localhost:5001/v2.0"
51 51
 OPENSTACK_KEYSTONE_DEFAULT_ROLE = "Member"
52 52
 
53 53
 # NOTE(tres): Available services should come from the service
... ...
@@ -157,7 +157,7 @@ git_clone https://github.com/cloudbuilders/noVNC.git $NOVNC_DIR
157 157
 # django powered web control panel for openstack
158 158
 git_clone https://github.com/cloudbuilders/openstack-dashboard.git $DASH_DIR
159 159
 # FIXME - need to factor out logic like this
160
-cd $DASH_DIR && sudo git pull && sudo git checkout keystone_diablo
160
+cd $DASH_DIR && sudo git fetch && sudo git checkout origin/keystone_diablo
161 161
 # add nixon, will use this to show munin graphs in dashboard
162 162
 git_clone https://github.com/cloudbuilders/nixon.git $NIXON_DIR
163 163
 # python client library to nova that dashboard (and others) use