error in neutron : uable to establish connection to http://controller:9696
Hello All,
I installed Mitaka openstack and I got the error below when I entered ( # neutron ext-list )
It seems that port 9696 is not opened and not listened as I checked that point
Could you please tell me how to open port 9696
another question : how to show /var/log/neutron/server.log file ... is it via ( # sudo vi /var/log/neutron/server.log or what ? as this command give me a new empty file )
thanks in advance and will be waiting your support,
Sarah
Please provide the following info -:
neutron ext-list --debug
netstat -ano |grep 9696
cat /etc/neutron/neutron.conf
1- neutron ext-list --debug it give me the same error that I put with a long log words
2- netstat -ano |grep 9696 is empty 3- cat /etc/neutron/neutron.conf
[DEFAULT]
core_plugin = ml2
service_plugins = router
allow_overlapping_ips = True
rpc_backend = rabbit
auth_strategy = keystone
notify_nova_on_port_status_changes = True
notify_nova_on_port_data_changes = True
[oslo_messaging_rabbit]
rabbit_host = controller
rabbit_userid = openstack
rabbit_password = 12345
[keystone_authtoken]
auth_uri = http://controller:5000
auth_url = http:// controller:35357
memcached_servers = controller:11211
auth_type = password
project_domain_name = default
user_domain_name = default
project_name = service
username = neutron
password = 12345
[nova]
auth_url = http://controller:35357
auth_type = password
project_domain_name = default
user_domain_name = default
region_name = RegionOne
project_name = service
username = neutron
password = 12345