|
...
|
...
|
@@ -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
|