在Train版中創建實體失敗。計算節點沒有創建網橋。跪求各位大神幫看看吧,已經鼓搗好幾天了

錯誤日志如下。
控制節點的nova-conductor.log日志內容

控制節點的linuxbridge-agent.log日志內容

計算節點的nova-compute.log的日志內容


計算節點的linuxbridge-agent.log日志內容

控制節點的nova.conf組態檔內容
[root@controller01 neutron]# grep -v "^#" /etc/nova/nova.conf |grep -v "^$"
[DEFAULT]
enabled_apis = osapi_compute,metadata
my_ip = 192.168.66.101
use_neutron = true
firewall_driver = nova.virt.firewall.NoopFirewallDriver
transport_url = rabbit://openstack:openstack@controller01
[api]
auth_strategy = keystone
[api_database]
connection = mysql+pymysql://nova:nova@controller01/nova_api
[barbican]
[cache]
[cinder]
os_region_name = RegionOne
[compute]
[conductor]
[console]
[consoleauth]
[cors]
[database]
connection = mysql+pymysql://nova:nova@controller01/nova
[devices]
[ephemeral_storage_encryption]
[filter_scheduler]
[glance]
api_servers = http://controller01:9292
[guestfs]
[healthcheck]
[hyperv]
[ironic]
[key_manager]
[keystone]
[keystone_authtoken]
www_authenticate_uri = http://controller01:5000
auth_url = http://controller01:5000
memcached_servers = controller01:11211
auth_type = password
project_domain_name = Default
user_domain_name = Default
project_name = service
username = nova
password = nova
[libvirt]
[metrics]
[mks]
[neutron]
url = http://controller01:9696
auth_url = http://controller01:5000
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 = neutron
[notifications]
[osapi_v21]
[oslo_concurrency]
lock_path = /var/lib/nova/tmp
[oslo_messaging_amqp]
[oslo_messaging_kafka]
[oslo_messaging_notifications]
[oslo_messaging_rabbit]
[oslo_middleware]
[oslo_policy]
[pci]
[placement]
region_name = RegionOne
project_domain_name = Default
project_name = service
auth_type = password
user_domain_name = Default
auth_url = http://controller01:5000/v3
username = placement
password = placement
[powervm]
[privsep]
[profiler]
[quota]
[rdp]
[remote_debug]
[scheduler]
discover_hosts_in_cells_interval = 300
[serial_console]
[service_user]
[spice]
[upgrade_levels]
[vault]
[vendordata_dynamic_auth]
[vmware]
[vnc]
enabled = true
server_listen = 192.168.66.101
server_proxyclient_address = 192.168.66.101
[workarounds]
[wsgi]
[xenserver]
[xvp]
[zvm]
控制節點neutron.conf內容
grep -v "^#" /etc/neutron/neutron.conf |grep -v "^$"
[DEFAULT]
core_plugin = ml2
service_plugins = router
allow_overlapping_ips = true
transport_url = rabbit://openstack:openstack@controller01
auth_strategy = keystone
notify_nova_on_port_status_changes = True
notify_nova_on_port_data_changes = True
[cors]
[database]
connection = mysql+pymysql://neutron:neutron@controller01/neutron
[keystone_authtoken]
www_authenticate_uri = http://controller01:5000
auth_url = http://controller01:5000
memcached_servers = controller01:11211
auth_type = password
project_domain_name = default
user_domain_name = default
project_name = service
username = neutron
password = neutron
[oslo_concurrency]
lock_path = /var/lib/neutron/tmp
[oslo_messaging_amqp]
[oslo_messaging_kafka]
[oslo_messaging_notifications]
[oslo_messaging_rabbit]
[oslo_middleware]
[oslo_policy]
[privsep]
[ssl]
[nova]
auth_url = http://controller01:5000
auth_type = password
project_domain_name = default
user_domain_name = default
region_name = RegionOne
project_name = service
username = nova
password = nova
控制節點Linuxbridge-agent.ini內容
grep -v "^#" /etc/neutron/plugins/ml2/linuxbridge_agent.ini |grep -v "^$"
[DEFAULT]
[linux_bridge]
physical_interface_mappings = provider:ens36
[vxlan]
enable_vxlan = True
local_ip = 192.168.66.101
l2_population = true
[securitygroup]
enable_security_group = True
firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver
計算節點的nova.conf內容如下
grep -v "^#" /etc/nova/nova.conf |grep -v "^$"
[DEFAULT]
enabled_apis = osapi_compute,metadata
transport_url = rabbit://openstack:[email protected]
my_ip = 192.168.66.102
use_neutron = True
firewall_driver = nova.virt.firewall.NoopFirewallDriver
[api]
auth_strategy = keystone
[api_database]
[barbican]
[cache]
[cinder]
[compute]
[conductor]
[console]
[consoleauth]
[cors]
[database]
[devices]
[ephemeral_storage_encryption]
[filter_scheduler]
[glance]
api_servers = http://controller01:9292
[guestfs]
[healthcheck]
[hyperv]
[ironic]
[key_manager]
[keystone]
[keystone_authtoken]
www_authenticate_uri = http://192.168.66.101:5000/
auth_url = http://192.168.66.101:5000/
memcached_servers = 192.168.66.101:11211
auth_type = password
project_domain_name = Default
user_domain_name = Default
project_name = service
username = nova
password = nova
[libvirt]
virt_type = qemu
[metrics]
[mks]
[neutron]
url = http://controller01:9696
auth_url = http://controller01:5000
auth_type = password
project_domain_name = default
user_domain_name = default
region_name = RegionOne
project_name = service
username = neutron
password = neutron
[notifications]
[osapi_v21]
[oslo_concurrency]
lock_path = =
[oslo_messaging_amqp]
[oslo_messaging_kafka]
[oslo_messaging_notifications]
[oslo_messaging_rabbit]
[oslo_middleware]
[oslo_policy]
[pci]
[placement]
region_name = RegionOne
auth_url = http://controller01:5000/v3
project_domain_name = Default
project_name = service
auth_type = password
user_domain_name = Default
username = placement
password = placement
[powervm]
[privsep]
[profiler]
[quota]
[rdp]
[remote_debug]
[scheduler]
[serial_console]
[service_user]
[spice]
[upgrade_levels]
[vault]
[vendordata_dynamic_auth]
[vmware]
[vnc]
enabled = True
vncserver_listen = 0.0.0.0
vncserver_proxyclient_address = 192.168.66.102
novncproxy_base_url = http://192.168.66.101:6080/vnc_auto.html
[workarounds]
[wsgi]
[xenserver]
[xvp]
[zvm]
計算節點的neutron.conf檔案內容如下
grep -v "^#" /etc/neutron/neutron.conf |grep -v "^$"
[DEFAULT]
transport_url = rabbit://openstack:openstack@controller01
auth_strategy = keystone
[cors]
[database]
[keystone_authtoken]
www_authenticate_uri = http://controller01:5000
auth_url = http://controller01:5000
memcached_servers = controller01:11211
auth_type = password
project_domain_name = default
user_domain_name = default
project_name = service
username = neutron
password = neutron
[oslo_concurrency]
lock_path = /var/lib/neutron/tmp
[oslo_messaging_amqp]
[oslo_messaging_kafka]
[oslo_messaging_notifications]
[oslo_messaging_rabbit]
[oslo_middleware]
[oslo_policy]
[privsep]
[ssl]
計算節點的linuxbeidge-agent.ini檔案內容如下:
grep -v "^#" /etc/neutron/plugins/ml2/linuxbridge_agent.ini |grep -v "^$"
[DEFAULT]
[linux_bridge]
physical_interface_mappings = provider:ens37
[vxlan]
enable_vxlan = True
local_ip = 192.168.66.102
l2_population = true
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/249965.html
標籤:OpenStack
