Paste #86614
1 2 3 4 5 6 7 8 9 10 11 12 | 2014-07-15 15:26:28.830 16862 WARNING neutron.openstack.common.db.sqlalchemy.session [-] This application has not enabled MySQL traditional mode, which means silent data corru ption may occur. Please encourage the application developers to enable this mode. 2014-07-15 15:26:29.436 16862 INFO neutron.db.api [-] Database registration exception: (OperationalError) (1005, "Can't create table 'neutron.networkdhcpagentbindings' (errno: 150)") '\nCREATE TABLE networkdhcpagentbindings (\n\tnetwork_id VARCHAR(36) NOT NULL, \n\tdhcp_agent_id VARCHAR(36) NOT NULL, \n\tPRIMARY KEY (network_id, dhcp_agent_id), \n\ tFOREIGN KEY(network_id) REFERENCES networks (id) ON DELETE CASCADE, \n\tFOREIGN KEY(dhcp_agent_id) REFERENCES agents (id) ON DELETE CASCADE\n)ENGINE=InnoDB\n\n' () 2014-07-15 15:26:29.438 16862 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2014-07-15 15:26:29.438 16862 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2014-07-15 15:26:29.931 16862 INFO neutron.plugins.ml2.plugin [-] Modular L2 Plugin initialization complete 2014-07-15 15:26:29.933 16862 INFO neutron.manager [-] Loading Plugin: router 2014-07-15 15:26:30.073 16862 INFO neutron.db.api [-] Database registration exception: (OperationalError) (1005, "Can't create table 'neutron.networkdhcpagentbindings' (errno: 150)") '\nCREATE TABLE networkdhcpagentbindings (\n\tnetwork_id VARCHAR(36) NOT NULL, \n\tdhcp_agent_id VARCHAR(36) NOT NULL, \n\tPRIMARY KEY (network_id, dhcp_agent_id), \n\ tFOREIGN KEY(network_id) REFERENCES networks (id) ON DELETE CASCADE, \n\tFOREIGN KEY(dhcp_agent_id) REFERENCES agents (id) ON DELETE CASCADE\n)ENGINE=InnoDB\n\n' () |