openstack的N版启动neutron-server报错

wwys 2019-07-28 08:34:48
配置文件如下
vim /etc/neutron/neutron.conf
connection = mysql+pymysql://neutron:neutron@192.168.131.192/neutron
auth_strategy = keystone
core_plugin = ml2
service_plugins =
[keystone_authtoken]
auth_uri = http://192.168.131.192:5000
auth_url = http://192.168.131.192:35357
memcached_servers = 192.168.131.192:11211
auth_type = password
project_domain_name = default
user_domain_name = default
project_name = service
username = neutron
password = neutron
[DEFAULT]
transport_url=rabbit://openstack:openstack@192.168.131.192
notify_nova_on_port_status_changes = True
notify_nova_on_port_data_changes = True
[nova]
uth_url = http://192.168.131.192:35357
auth_type = password
project_domain_name = default
user_domain_name = default
region_name = RegionOne
project_name = service
username = nova
password = nova
[oslo_concurrency]
lock_path = /var/lib/neutron/tmp


vim /etc/neutron/plugins/ml2/ml2_conf.ini
type_drivers = flat,vlan
tenant_network_types =
mechanism_drivers = linuxbridge
extension_drivers = port_security
flat_networks = provider
enable_ipset = true


vim /etc/neutron/plugins/ml2/linuxbridge_agent.ini
physical_interface_mappings = provider:ens33
enable_vxlan = false
firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver
enable_security_group = true


vim /etc/neutron/dhcp_agent.ini
interface_driver = neutron.agent.linux.interface.BridgeInterfaceDriver
dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq
enable_isolated_metadata = True


vim /etc/neutron/metadata_agent.ini
nova_metadata_ip = 192.168.131.192
metadata_proxy_shared_secret = oldboy


vim /etc/nova/nova.conf
[neutron]
url = http://192.168.131.192:9696
auth_url = http://192.168.131.192:35357
auth_type = password
project_domain_name = Default
user_domain_name = Default
region_name = RegionOne
project_name = service
username = neutron
password = neutron
service_metadata_proxy = True
metadata_proxy_shared_secret = oldboy


报的错误
systemctl status neutron-server.service
Jul 28 20:32:51 bogon systemd[1]: Starting OpenStack Neutron Server...
Jul 28 20:32:51 bogon neutron-server[18980]: Guru meditation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SI...reports.
Jul 28 20:32:53 bogon neutron-server[18980]: Option "verbose" from group "DEFAULT" is deprecated for removal. Its value may be silently... future.
Jul 28 20:32:53 bogon neutron-server[18980]: Option "rpc_backend" from group "DEFAULT" is deprecated for removal. Its value may be sile... future.
Jul 28 20:32:53 bogon neutron-server[18980]: Option "notification_driver" from group "DEFAULT" is deprecated. Use option "driver" from g...ations".
Hint: Some lines were ellipsized, use -l to show in full.


日志 /var/log/message
Jul 28 20:33:40 bogon neutron-server: Option "rpc_backend" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future.
Jul 28 20:33:40 bogon neutron-server: Option "notification_driver" from group "DEFAULT" is deprecated. Use option "driver" from group "oslo_messaging_notifications".
Jul 28 20:33:40 bogon systemd: neutron-server.service: main process exited, code=exited, status=1/FAILURE
Jul 28 20:33:40 bogon systemd: Failed to start OpenStack Neutron Server.
Jul 28 20:33:40 bogon systemd: Unit neutron-server.service entered failed state.
Jul 28 20:33:40 bogon systemd: neutron-server.service failed.
Jul 28 20:33:40 bogon systemd: neutron-server.service holdoff time over, scheduling restart.
Jul 28 20:33:40 bogon systemd: Starting OpenStack Neutron Server...
Jul 28 20:33:41 bogon neutron-server: Guru meditation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SIGUSR1 will no longer be registered in a future release, so please use SIGUSR2 to generate reports.
Jul 28 20:33:42 bogon neutron-server: Option "verbose" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future.
...全文
808 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
wwys 2019-08-19
  • 打赏
  • 举报
回复
配置文件写错

750

社区成员

发帖
与我相关
我的任务
社区描述
虚拟化相关技术讨论专区
社区管理员
  • 虚拟化社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧