bd3fb2a403
Change-Id: I410bf1c8d7ca3d07ab9ed544223c5bec06f5f7a0
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
[keystone_authtoken]
|
|
project_domain_name = Default
|
|
project_name = service
|
|
user_domain_name = Default
|
|
password = secret
|
|
username = venus
|
|
auth_url = http://0.0.0.0/identity
|
|
interface = public
|
|
auth_type = password
|
|
|
|
[DEFAULT]
|
|
transport_url = rabbit://openstack:secret@0.0.0.0:5672
|
|
my_ip = 0.0.0.0
|
|
periodic_interval = 60
|
|
rootwrap_config = /etc/venus/rootwrap.conf
|
|
api_paste_config = /etc/venus/api-paste.ini
|
|
use_syslog = True
|
|
debug = True
|
|
auth_strategy = keystone
|
|
os_region_name = RegionOne
|
|
osapi_venus_listen_port = 10010
|
|
osapi_venus_workers = 1
|
|
log_dir = /var/log/nova/
|
|
logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [- - - - - - -] %(instance)s%(message)s
|
|
logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(user_identity)s] %(instance)s%(message)s
|
|
|
|
[oslo_messaging_notifications]
|
|
transport_url = rabbit://stackrabbit:secret@localhost:5672/
|
|
driver = messagingv2
|
|
|
|
|
|
[elasticsearch]
|
|
url = http://localhost:9200
|
|
es_index_days =30
|
|
username = esuser
|
|
password = espass
|