Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1014665 Details for
Bug 1211961
neutron-l3-agent service is bein started before FWaaS be enabled
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
neutron-l3-agent log file
packstack_log_file.txt (text/plain), 5.53 KB, created by
Arx Cruz
on 2015-04-15 10:08:34 UTC
(
hide
)
Description:
neutron-l3-agent log file
Filename:
MIME Type:
Creator:
Arx Cruz
Created:
2015-04-15 10:08:34 UTC
Size:
5.53 KB
patch
obsolete
>2015-04-15 08:33:47.196 5247 INFO neutron.common.config [-] Logging enabled! >2015-04-15 08:33:47.199 5247 DEBUG neutron.common.utils [-] Reloading cached file /etc/neutron/policy.json read_cached_file /usr/lib/python2.7/site-packages/neutron/common/utils.py:113 >2015-04-15 08:33:47.200 5247 DEBUG neutron.policy [-] Loading policies from file: /etc/neutron/policy.json _set_rules /usr/lib/python2.7/site-packages/neutron/policy.py:92 >2015-04-15 08:33:47.203 5247 DEBUG neutron.services.firewall.agents.l3reference.firewall_l3_agent [req-25047cd3-8d99-4f64-824e-d00dc04a3f53 None] Initializing firewall agent __init__ /usr/lib/python2.7/site-packages/neutron/services/firewall/agents/l3reference/firewall_l3_agent.py:66 >2015-04-15 08:33:47.204 5247 DEBUG neutron.openstack.common.service [req-25047cd3-8d99-4f64-824e-d00dc04a3f53 None] Full set of CONF: _wait_for_exit_or_signal /usr/lib/python2.7/site-packages/neutron/openstack/common/service.py:167 >2015-04-15 08:33:47.204 5247 DEBUG neutron.openstack.common.service [req-25047cd3-8d99-4f64-824e-d00dc04a3f53 None] ******************************************************************************** log_opt_values /usr/lib/python2.7/site-packages/oslo/config/cfg.py:1932 >2015-04-15 08:33:47.204 5247 DEBUG neutron.openstack.common.service [req-25047cd3-8d99-4f64-824e-d00dc04a3f53 None] Configuration options gathered from: log_opt_values /usr/lib/python2.7/site-packages/oslo/config/cfg.py:1933 >2015-04-15 08:33:47.204 5247 DEBUG neutron.openstack.common.service [req-25047cd3-8d99-4f64-824e-d00dc04a3f53 None] command line args: ['--config-file', '/usr/share/neutron/neutron-dist.conf', '--config-file', '/etc/neutron/neutron.conf', '--config-file', '/etc/neutron/l3_agent.ini', '--config-file', '/etc/neutron/fwaas_driver.ini', '--log-file', '/var/log/neutron/l3-agent.log'] log_opt_values /usr/lib/python2.7/site-packages/oslo/config/cfg.py:1934 >2015-04-15 08:33:47.205 5247 DEBUG neutron.openstack.common.service [req-25047cd3-8d99-4f64-824e-d00dc04a3f53 None] config files: ['/usr/share/neutron/neutron-dist.conf', '/etc/neutron/neutron.conf', '/etc/neutron/l3_agent.ini', '/etc/neutron/fwaas_driver.ini'] log_opt_values /usr/lib/python2.7/site-packages/oslo/config/cfg.py:1935 >2015-04-15 08:33:47.205 5247 DEBUG neutron.openstack.common.service [req-25047cd3-8d99-4f64-824e-d00dc04a3f53 None] ================================================================================ log_opt_values /usr/lib/python2.7/site-packages/oslo/config/cfg.py:1936 > >In this piece of code should have the message FWaaS Driver Loaded as showed here when I restart the service: > >2015-04-15 10:00:15.645 31777 INFO neutron.common.config [-] Logging enabled! >2015-04-15 10:00:15.651 31777 DEBUG neutron.common.utils [-] Reloading cached file /etc/neutron/policy.json read_cached_file /usr/lib/python2.7/site-packages/neutron/common/utils.py:113 >2015-04-15 10:00:15.652 31777 DEBUG neutron.policy [-] Loading policies from file: /etc/neutron/policy.json _set_rules /usr/lib/python2.7/site-packages/neutron/policy.py:92 >2015-04-15 10:00:15.659 31777 DEBUG neutron.services.firewall.agents.l3reference.firewall_l3_agent [req-d710fab9-f20d-41be-89d1-315ae59b94ca None] Initializing firewall agent __init__ /usr/lib/python2.7/site-packages/neutron/services/firewall/agents/l3reference/firewall_l3_agent.py:66 >2015-04-15 10:00:15.662 31777 DEBUG neutron.services.firewall.drivers.linux.iptables_fwaas [req-d710fab9-f20d-41be-89d1-315ae59b94ca None] Initializing fwaas iptables driver __init__ /usr/lib/python2.7/site-packages/neutron/services/firewall/drivers/linux/iptables_fwaas.py:50 >2015-04-15 10:00:15.662 31777 DEBUG neutron.services.firewall.agents.l3reference.firewall_l3_agent [req-d710fab9-f20d-41be-89d1-315ae59b94ca None] FWaaS Driver Loaded: 'neutron.services.firewall.drivers.linux.iptables_fwaas.IptablesFwaasDriver' __init__ /usr/lib/python2.7/site-packages/neutron/services/firewall/agents/l3reference/firewall_l3_agent.py:75 >2015-04-15 10:00:15.664 31777 DEBUG neutron.openstack.common.service [req-d710fab9-f20d-41be-89d1-315ae59b94ca None] Full set of CONF: _wait_for_exit_or_signal /usr/lib/python2.7/site-packages/neutron/openstack/common/service.py:167 >2015-04-15 10:00:15.664 31777 DEBUG neutron.openstack.common.service [req-d710fab9-f20d-41be-89d1-315ae59b94ca None] ******************************************************************************** log_opt_values /usr/lib/python2.7/site-packages/oslo/config/cfg.py:1932 > >Here's the piece of code in neutron/services/firewall/agents/l3reference/firewall_l3_agent.py > >class FWaaSL3AgentRpcCallback(api.FWaaSAgentRpcCallbackMixin): > """FWaaS Agent support to be used by Neutron L3 agent.""" > > def __init__(self, conf): > LOG.debug(_("Initializing firewall agent")) > self.conf = conf > fwaas_driver_class_path = cfg.CONF.fwaas.driver > self.fwaas_enabled = cfg.CONF.fwaas.enabled > if self.fwaas_enabled: > try: > self.fwaas_driver = importutils.import_object( > fwaas_driver_class_path) > LOG.debug(_("FWaaS Driver Loaded: '%s'"), > fwaas_driver_class_path) > except ImportError: > msg = _('Error importing FWaaS device driver: %s') > raise ImportError(msg % fwaas_driver_class_path) > self.services_sync = False > self.root_helper = config.get_root_helper(conf) > # setup RPC to msg fwaas plugin > self.fwplugin_rpc = FWaaSL3PluginApi(topics.FIREWALL_PLUGIN, > conf.host) > super(FWaaSL3AgentRpcCallback, self).__init__(host=conf.host)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1211961
:
1014662
| 1014665