From 38fc665584e906f9b6832663953388e9fc24e1b2 Mon Sep 17 00:00:00 2001 From: Jake Dahn Date: Thu, 15 Sep 2011 22:58:06 -0700 Subject: [PATCH] changing nixon repo to cloudbuilders --- stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.sh b/stack.sh index c250940..554cf69 100755 --- a/stack.sh +++ b/stack.sh @@ -141,7 +141,7 @@ git_clone https://github.com/cloudbuilders/noVNC.git $NOVNC_DIR # django powered web control panel for openstack git_clone https://github.com/cloudbuilders/openstack-dashboard.git $DASH_DIR # add nixon, will use this to show munin graphs in dashboard -git clone https://github.com/jakedahn/nixon.git $NIXON_DIR +git_clone https://github.com/cloudbuilders/nixon.git $NIXON_DIR # python client library to nova that dashboard (and others) use git_clone https://github.com/cloudbuilders/python-novaclient.git $NOVACLIENT_DIR # openstackx is a collection of extensions to openstack.compute & nova