Trace back is seen on populate.log

ConfigFileValueError: invalid literal for
int() with base 10: 'rabbit_port'. At the very beginning of Valet
deployment, /usr/etc/valet/valet.conf file is getting read instead
of /etc/valet/valet.conf. Here the value of port is expected to be
an int and not string. Changing the value to int.

Change-Id: I820c5f44a76d5a4a313d896b50242071b37eb6b2
This commit is contained in:
Omar Rivera 2017-02-15 06:09:28 -06:00 committed by Omar Rivera
parent 000a827f03
commit 46bd04cb24

View File

@ -2,14 +2,14 @@
default_log_levels="api=DEBUG,valet=DEBUG,ostro_daemon=DEBUG,ostro_listener=INFO,music=INFO,requests=ERROR,pika=ERROR,pecan=ERROR,urllib3=ERROR"
logging_default_format_string='%(asctime)s.%(msecs)03d [%(levelname)-5.5s] [%(name)s] - %(message)s'
use_stderr=False
log_dir=/var/log/valet
log_dir=/var/log/valet
[messaging]
username=rabbit_userid
password=rabbit_password
host=rabbit_host
port=rabbit_port
host=rabbit_host
port=5672
[identity]
project_name=identity_project