Updating keystone to have service and admin port come from config and other config file cleanups.
This commit is contained in:
parent
0e8d9df3ea
commit
a7ceefccf6
@ -1,4 +1,4 @@
|
||||
## From devstack glance-api.conf commit 30439a6dc4
|
||||
## From devstack commit 30439a6dc4
|
||||
|
||||
[DEFAULT]
|
||||
# Show more verbose log output (sets INFO log level output)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# From commit 30439a6dc4
|
||||
# From devstack commit 30439a6dc4
|
||||
|
||||
[pipeline:glance-registry]
|
||||
#pipeline = context registryapp
|
||||
|
@ -1,4 +1,4 @@
|
||||
## From devstack glance-registry.conf commit 30439a6dc4
|
||||
## From devstack commit 30439a6dc4
|
||||
|
||||
[DEFAULT]
|
||||
# Show more verbose log output (sets INFO log level output)
|
||||
|
@ -1,12 +1,14 @@
|
||||
# From devstack commit 18ee4eaf58 with no modifications
|
||||
# From devstack commit 18ee4eaf58 with modifications to parametrize
|
||||
# certain variables (ports mainly).
|
||||
|
||||
[DEFAULT]
|
||||
public_port = 5000
|
||||
admin_port = 35357
|
||||
public_port = %KEYSTONE_SERVICE_PORT%
|
||||
admin_port = %KEYSTONE_AUTH_PORT%
|
||||
admin_token = %SERVICE_TOKEN%
|
||||
compute_port = 3000
|
||||
verbose = True
|
||||
debug = True
|
||||
|
||||
# commented out so devstack logs to stdout
|
||||
# log_file = %DEST%/keystone/keystone.log
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user