Browse code

use type='image' for glance

Anthony Young authored on 2011/09/30 08:22:05
Showing 2 changed files
... ...
@@ -23,14 +23,14 @@ $BIN_DIR/keystone-manage $* role grant KeystoneAdmin admin
23 23
 $BIN_DIR/keystone-manage $* role grant KeystoneServiceAdmin admin
24 24
 
25 25
 # Services
26
-$BIN_DIR/keystone-manage $* service add compute compute compute
27
-$BIN_DIR/keystone-manage $* service add glance glance glance
28
-$BIN_DIR/keystone-manage $* service add identity identity identity
26
+$BIN_DIR/keystone-manage $* service add nova compute "Nova Compute Service"
27
+$BIN_DIR/keystone-manage $* service add glance image "Glance Image Service"
28
+$BIN_DIR/keystone-manage $* service add keystone identity "Keystone Identity Service"
29 29
 
30 30
 #endpointTemplates
31
-$BIN_DIR/keystone-manage $* endpointTemplates add RegionOne compute http://%HOST_IP%:8774/v1.1/%tenant_id% http://%HOST_IP%:8774/v1.1/%tenant_id%  http://%HOST_IP%:8774/v1.1/%tenant_id% 1 1
31
+$BIN_DIR/keystone-manage $* endpointTemplates add RegionOne nova http://%HOST_IP%:8774/v1.1/%tenant_id% http://%HOST_IP%:8774/v1.1/%tenant_id%  http://%HOST_IP%:8774/v1.1/%tenant_id% 1 1
32 32
 $BIN_DIR/keystone-manage $* endpointTemplates add RegionOne glance http://%HOST_IP%:9292/v1.1/%tenant_id% http://%HOST_IP%:9292/v1.1/%tenant_id% http://%HOST_IP%:9292/v1.1/%tenant_id% 1 1
33
-$BIN_DIR/keystone-manage $* endpointTemplates add RegionOne identity http://%HOST_IP%:5000/v2.0 http://%HOST_IP%:5001/v2.0 http://%HOST_IP%:5000/v2.0 1 1
33
+$BIN_DIR/keystone-manage $* endpointTemplates add RegionOne keystone http://%HOST_IP%:5000/v2.0 http://%HOST_IP%:5001/v2.0 http://%HOST_IP%:5000/v2.0 1 1
34 34
 # $BIN_DIR/keystone-manage $* endpointTemplates add RegionOne swift http://%HOST_IP%:8080/v1/AUTH_%tenant_id% http://%HOST_IP%:8080/ http://%HOST_IP%:8080/v1/AUTH_%tenant_id% 1 1
35 35
 
36 36
 # Tokens
... ...
@@ -16,7 +16,7 @@ NOVNC_BRANCH=master
16 16
 
17 17
 # django powered web control panel for openstack
18 18
 DASH_REPO=https://github.com/cloudbuilders/openstack-dashboard.git
19
-DASH_BRANCH=master
19
+DASH_BRANCH=glance_type_image
20 20
 
21 21
 # add nixon, will use this to show munin graphs in dashboard
22 22
 NIXON_REPO=https://github.com/cloudbuilders/nixon.git