|
...
|
...
|
@@ -12,7 +12,7 @@ KEYSTONE_BRANCH=diablo
|
|
12
|
12
|
|
|
13
|
13
|
# a websockets/html5 or flash powered VNC console for vm instances
|
|
14
|
14
|
NOVNC_REPO=https://github.com/cloudbuilders/noVNC.git
|
|
15
|
|
-NOVNC_BRANCH=master
|
|
|
15
|
+NOVNC_BRANCH=diablo
|
|
16
|
16
|
|
|
17
|
17
|
# django powered web control panel for openstack
|
|
18
|
18
|
DASH_REPO=https://github.com/cloudbuilders/openstack-dashboard.git
|
|
...
|
...
|
@@ -28,7 +28,7 @@ OPENSTACKX_REPO=https://github.com/cloudbuilders/openstackx.git
|
|
28
|
28
|
OPENSTACKX_BRANCH=diablo
|
|
29
|
29
|
|
|
30
|
30
|
# Specify a comma-separated list of uec images to download and install into glance.
|
|
31
|
|
-IMAGE_URLS=http://smoser.brickies.net/ubuntu/ttylinux-uec/ttylinux-uec-amd64-11.2_2.6.35-15_1.tar.gz
|
|
|
31
|
+IMAGE_URLS=http://smoser.brickies.net/ubuntu/ttylinux-uec/ttylinux-uec-amd64-11.2_2.6.35-15_1.tar.gz,http://uec-images.ubuntu.com/oneiric/current/oneiric-server-cloudimg-amd64.tar.gz
|
|
32
|
32
|
|
|
33
|
33
|
# allow local overrides of env variables
|
|
34
|
34
|
if [ -f ./localrc ]; then
|