Remove a sample file of masakari.conf

This patch removes a sample file of masakari.conf.
Because masakari configuration file can be generated by
"tox -egenconfig" command now.

This is a trivial fix.

Change-Id: Iec4c147fbc048ab46f3366847c3df977ee0c234a
This commit is contained in:
Rikimaru Honjo
2017-11-09 14:19:54 +09:00
committed by dineshbhor
parent 24e500cb77
commit 33f84252e8

View File

@@ -1,26 +0,0 @@
[DEFAULT]
enabled_apis = masakari_api
# Enable to specify listening IP other than default
masakari_api_listen = 127.0.0.1
# Enable to specify port other than default
#masakari_api_listen_port = 15868
debug = False
auth_strategy=keystone
[wsgi]
# The paste configuration file path
api_paste_config = /etc/masakari/api-paste.ini
[keystone_authtoken]
www_authenticate_uri = http://127.0.0.1:5000
auth_url = http://127.0.0.1:5000
auth_type = password
project_domain_id = default
user_domain_id = default
project_name = service
username = masakari
password = masakari
[database]
connection = mysql+pymysql://root:admin@127.0.0.1/masakari?charset=utf8