Updating keystone to have service and admin port come from config and other config file cleanups.

This commit is contained in:
Joshua Harlow 2012-02-17 19:03:20 -08:00
parent 0e8d9df3ea
commit a7ceefccf6
4 changed files with 8 additions and 6 deletions

View File

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

View File

@ -1,4 +1,4 @@
# From commit 30439a6dc4
# From devstack commit 30439a6dc4
[pipeline:glance-registry]
#pipeline = context registryapp

View File

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

View File

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