bcaa976c74
Implement a runnable service basic OperationEngine service. I take creating a scheduled_operation for an example. To show RPC call between api service and OperationEngine service. Change-Id: I24038513bdb545567b308a6daeac7b0d86d5e29e Closes-Bug: #1527097
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
[keystone_authtoken]
|
|
#signing_dir = /var/cache/smaug
|
|
#cafile = /opt/stack/data/ca-bundle.pem
|
|
#auth_uri = http://192.168.1.102:5000
|
|
#project_domain_id = default
|
|
#project_name = service
|
|
#user_domain_id = default
|
|
#password = nomoresecrete
|
|
#username = smaug
|
|
#auth_url = http://http://192.168.1.102:35357
|
|
#auth_plugin = password
|
|
|
|
[DEFAULT]
|
|
#api_paste_config = /etc/smaug/api-paste.ini
|
|
#logging_context_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user_id)s %(project_id)s%(color)s] %(instance)s%(color)s%(message)s
|
|
#logging_debug_format_suffix = from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d
|
|
#logging_default_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s
|
|
#logging_exception_prefix = %(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s
|
|
#verbose = True
|
|
#debug = True
|
|
#auth_strategy = noauth
|
|
#log_dir = /var/log/
|
|
#rpc_backend = rabbit
|
|
|
|
#[database]
|
|
#connection = mysql+pymysql://root:stackdb@127.0.0.1/smaug?charset=utf8
|
|
|
|
#[oslo_messaging_rabbit]
|
|
#rabbit_userid = stackrabbit
|
|
#rabbit_password = stackqueue
|
|
#rabbit_hosts = 10.229.50.225 |