Remove log_level as kuryr is using oslo_log now

Change-Id: I4c1010c980bc5e66fae828e10fd40dbcf12f76ca
This commit is contained in:
Liping Mao 2016-05-20 00:50:25 +08:00
parent 0ef39368fe
commit fb2242957c
2 changed files with 0 additions and 5 deletions

View File

@ -5,7 +5,6 @@ cat > /etc/kuryr/kuryr.conf << EOF
[DEFAULT]
bindir = /usr/libexec/kuryr
log_level = $LOG_LEVEL
capability_scope = $CAPABILITY_SCOPE
EOF

View File

@ -34,10 +34,6 @@ core_opts = [
cfg.StrOpt('kuryr_uri',
default='http://127.0.0.1:2377',
help=_('Kuryr URL for accessing Kuryr through json rpc.')),
cfg.StrOpt('log_level',
default=os.environ.get('LOG_LEVEL', 'INFO'),
choices=['DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL'],
help=_('The level of the logging.')),
cfg.StrOpt('capability_scope',
default=os.environ.get('CAPABILITY_SCOPE', 'local'),
choices=['local', 'global'],