|
...
|
...
|
@@ -141,7 +141,7 @@ git_clone https://github.com/cloudbuilders/noVNC.git $NOVNC_DIR
|
|
141
|
141
|
# django powered web control panel for openstack
|
|
142
|
142
|
git_clone https://github.com/cloudbuilders/openstack-dashboard.git $DASH_DIR
|
|
143
|
143
|
# add nixon, will use this to show munin graphs in dashboard
|
|
144
|
|
-git clone https://github.com/jakedahn/nixon.git $NIXON_DIR
|
|
|
144
|
+git_clone https://github.com/cloudbuilders/nixon.git $NIXON_DIR
|
|
145
|
145
|
# python client library to nova that dashboard (and others) use
|
|
146
|
146
|
git_clone https://github.com/cloudbuilders/python-novaclient.git $NOVACLIENT_DIR
|
|
147
|
147
|
# openstackx is a collection of extensions to openstack.compute & nova
|