[Openstack] Not able to launch based VM due to nova-network service.

2015-10-24 Thread Rahul Arora
auth_protocol = http admin_tenant_name = service admin_user = neutron admin_password = NEUTRON_PASS [database] connection = mysql://neutron:NEUTRON_DBPASS@icehouse-controller/neutron [service_providers] service_provider=LOADBALANCER:Haproxy:neutron.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:

Re: [Openstack] [openstack-dev] Errors in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
sh B. > > On Fri, Oct 16, 2015 at 8:47 PM, Hinds, Luke (Nokia - GB/Bristol) < > luke.hi...@nokia.com> wrote: > >> On Fri, 2015-10-16 at 20:04 +0530, EXT Rahul Arora wrote: >> >> HI Nitish, >> >> Actually i am running openstack kilo on my powerpc platform

Re: [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
; > Also, before you run "show tables", you need to select the DB to use, > using "use ". > > Thanks. > > > Regards, > Nitish B. > > On Fri, Oct 16, 2015 at 6:41 PM, Rahul Arora > wrote: > >> Hi Nasir, >> >> While doing insta

Re: [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
ation VARCHAR(64) NOT NULL, \n\tnexthop VARCHAR(64) NOT NULL, \n\trouter_id VARCHAR(36) NOT NULL, \n\ tnuage_route_id VARCHAR(36), \n\tPRIMARY KEY (destination, nexthop, router_id), \n\tFOREIGN KEY(router_id) REFERENCES routers (id) ON DELETE CA SCADE\n)ENGINE=InnoDB\n\n' () I am not able to

Re: [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
Type '\c' to clear the current input statement. mysql> use neutron Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> show tables -> Looks like both are same. .. Regards

Re: [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
hemy/engine/base.py", line 1063, in _execute_context context) File "/usr/lib/python2.7/site-packages/sqlalchemy/engine/default.py", line 442, in do_execute cursor.execute(statement, parameters) File "/usr/lib/python2.7/site-packages/MySQLdb/cursors.py", line 201

Re: [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
(\W) Show warnings after every statement. nowarning (\w) Don't show warnings after every statement. For server side help, type 'help contents' mysql> Can you please redirect me how i can see this? -- Regards Rahul Arora On Fri, Oct 16, 2015 at 3:52 PM, nithish B wrote: > H

[Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
.shared IN (%s)' ('75ee0e2b66e04287920904eb40351f57', 0) 2015-10-06 02:29:53.894 8064 TRACE neutron.api.v2.resource NOTE: I am using ml2 plugins to run the neutron-server service. Please help me solving this issue. Thanks for the help. -- Regards Rahul Arora __