[Openstack] [Swift] swift stat - 503 service unavailable

2017-05-24 Thread Naresh Kumar
Hi, My proxy-server gets authentication token from keystone but getting 503 service unavailable error while calling " curl -i http://127.0.0.1:8080/v1/AUTH_252f9f2613b34baab0f0d6dd93f974e8?format=json -X GET -H "X-Auth-Token: 8e6e9915a48b4408a114e30303a1dd97" My proxy-server.conf file config : [DE

Re: [Openstack] [Neutron]q-svc failed to start

2015-02-27 Thread Naresh Kumar
attaching localrc From: Naresh Kumar Sent: Friday, February 27, 2015 9:58 PM To: openstack@lists.openstack.org Subject: RE: [Neutron]q-svc failed to start Hi, Yes I have [ml2_odl] section there. I am attaching the necessary files. please take a look and tell me

Re: [Openstack] [Neutron]q-svc failed to start

2015-02-27 Thread Naresh Kumar
. From: trinath.soman...@freescale.com [trinath.soman...@freescale.com] Sent: Wednesday, February 25, 2015 3:56 PM To: Naresh Kumar; openstack@lists.openstack.org Subject: RE: [Neutron]q-svc failed to start [ml2_odl] section in /etc/neutron/plugins/ml2/ml2_conf_odl.ini is missing ? Can you

[Openstack] [Neutron]q-svc failed to start

2015-02-25 Thread Naresh Kumar
Hi, I am using the ml2_odl as my mechanism driver. When I run the devstack in my neutron q-svc was failed to start. Fromthe log file of neutron it says following error, File "/opt/stack/neutron/neutron/plugins/ml2/drivers/mechanism_odl.py", line 139, in initialize raise cfg.RequiredOptErro

Re: [Openstack] [Neutron]neutron.conf?

2015-02-20 Thread Naresh Kumar
bussiness logic in ODL. For this do I need stuffs like create_network_postcommit, create_subnet_postcommit etc,. Regards, Naresh. From: trinath.soman...@freescale.com [trinath.soman...@freescale.com] Sent: Friday, February 20, 2015 12:51 PM To: Naresh Kumar; openstack

[Openstack] [Neutron]neutron.conf?

2015-02-19 Thread Naresh Kumar
Hi, I am developing a mechanism driver that calls the odl's restconf api "https://:8181/restconf/operations/xxx:xxx-xxx". I implemented an API extension that defines the API "/xxx". I dont need anyother services like firewall or lbaas to be running. How my neutron.conf file should look like in th

[Openstack] [Neutron] q-slv fail to start

2015-02-18 Thread Naresh Kumar
Hi, I have created a mechanism driver, modified the ml2 core plugin , added necessary conf file in neutron. While stacking I am getting following error, 2015-02-18 12:24:39.007 | + echo_summary 'Starting Neutron' 2015-02-18 12:24:39.008 | + [[ -t 3 ]] 2015-02-18 12:24:39.008 | + [[ True != \T\r\u

Re: [Openstack] CLI support in neutron ML2 driver

2015-02-18 Thread Naresh Kumar
Hi, Can anyone please tell me if I have to write only mechanism driver or also my own ml2 plugin to call these APIs in odl. Please explain me in brief.I am stuck in this for a long time. Regards, Naresh. From: Naresh Kumar [naresh.saa...@lnttechservices.com

Re: [Openstack] [Neutron] test_mechanism_odl

2015-02-17 Thread Naresh Kumar
Hi, My Devstack doesn't have this module? Why I am getting module not found error while running the test file. How can I resolve this issue? Regards, Naresh. From: Kevin Benton [blak...@gmail.com] Sent: Tuesday, February 17, 2015 2:56 PM To: Naresh Kum

[Openstack] [Neutron] test_mechanism_odl

2015-02-17 Thread Naresh Kumar
Hi, I added a mechanism driver similar to mechanism_odl and test file to test my driver in tests/unit/ml2/ folder. When I run this file like "python test_mechanism_xxx.py" it says no module named mock. What is this mock module needed for. Can anyone explain this in brief. Thanks in advance, Nar

Re: [Openstack] CLI support in neutron ML2 driver

2015-01-29 Thread Naresh Kumar
Is there any sample I can refer to? Can you explain me with overall high level steps to implement it ? Thanks for your reply, Naresh. From: trinath.soman...@freescale.com [trinath.soman...@freescale.com] Sent: Thursday, January 29, 2015 4:10 PM To: Naresh Kumar

[Openstack] CLI support in neutron ML2 driver

2015-01-29 Thread Naresh Kumar
Hi, I have more expertise in Opendaylight than Openstack. I have created a CLI application which uses AdventNetCLI library in Opendaylight SB that will create/delete services in my non-openflow carrier ethernet switch through RESTCONF(It's working!). I want this app to be called from the Neutro