networking - How configure Distribute Virtual Router(DVR) on Neutron with JUJU? - Ask Ubuntu


i installed ubuntu openstack using autopilot. try configure dvr neutron-api charm activating dvr.

when run command "neutron agent-list" it's possible see open vswitch agents on computes nodes have been created iniatial l3 agent , other neutron services on network node died.

how can debug error? i'm checking /var/log/neutron logs not show anything.

regards,

checking issue. discover when make change on neutron-gateway charm neutron components @ network node fail.

the right logs stored @ /var/log/upstar. cheking log neutron-openvswitch-agent.log saw following error:

traceback (most recent call last): file "/usr/bin/neutron-openvswitch-agent", line 6, in neutron.cmd.eventlet.plugins.ovs_neutron_agent import main file "/usr/lib/python2.7/dist-packages/neutron/cmd/eventlet/plugins/ovs_neutron_agent.py", line 16, in import neutron.plugins.ml2.drivers.openvswitch.agent.main agent_main file "/usr/lib/python2.7/dist-packages/neutron/plugins/ml2/drivers/openvswitch/agent/main.py", line 24, in neutron.common import config common_config file "/usr/lib/python2.7/dist-packages/neutron/common/config.py", line 28, in oslo_service import wsgi file "/usr/lib/python2.7/dist-packages/oslo_service/wsgi.py", line 29, in paste import deploy importerror: cannot import name deploy

the solution uninstall , install again paste , paste.deploy: $ pip uninstall paste $ pip install paste $ pip uninstall pastedeploy $ pip install pastedeploy


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User