Browse code

update port for keystone admin api

Anthony Young authored on 2011/10/01 07:52:18
Showing 5 changed files
... ...
@@ -47,7 +47,7 @@ MAILER_EMAIL_BACKEND = EMAIL_BACKEND
47 47
 
48 48
 # FIXME: This needs to be changed to allow for multi-node setup.
49 49
 OPENSTACK_KEYSTONE_URL = "http://localhost:5000/v2.0/"
50
-OPENSTACK_KEYSTONE_ADMIN_URL = "http://localhost:5001/v2.0"
50
+OPENSTACK_KEYSTONE_ADMIN_URL = "http://localhost:35357/v2.0"
51 51
 OPENSTACK_KEYSTONE_DEFAULT_ROLE = "Member"
52 52
 
53 53
 # NOTE(tres): Available services should come from the service
... ...
@@ -172,7 +172,7 @@ service_protocol = http
172 172
 service_host = 127.0.0.1
173 173
 service_port = 5000
174 174
 auth_host = 127.0.0.1
175
-auth_port = 5001
175
+auth_port = 35357
176 176
 auth_protocol = http
177 177
 auth_uri = http://127.0.0.1:5000/
178 178
 admin_token = 999888777666
... ...
@@ -61,7 +61,7 @@ service_protocol = http
61 61
 service_host = 127.0.0.1
62 62
 service_port = 5000
63 63
 auth_host = 127.0.0.1
64
-auth_port = 5001
64
+auth_port = 35357
65 65
 auth_protocol = http
66 66
 auth_uri = http://127.0.0.1:5000/
67 67
 admin_token = 999888777666
... ...
@@ -36,7 +36,7 @@ service_port = 5000
36 36
 admin_host = 0.0.0.0
37 37
 
38 38
 # Port the bind the Admin API server to
39
-admin_port = 5001
39
+admin_port = 35357
40 40
 
41 41
 #Role that allows to perform admin operations.
42 42
 keystone-admin-role = KeystoneAdmin
... ...
@@ -30,7 +30,7 @@ $BIN_DIR/keystone-manage $* service add keystone identity "Keystone Identity Ser
30 30
 #endpointTemplates
31 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 keystone 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%:35357/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