Re: [openstack-dev] [openstack][charms] Openstack + OVN

2018-04-17 Thread Trinath Somanchi
Hi Openstack-Charms team-

Please help us with your guidance to submit openstack-ovn charm.

/Trinath | NXP

From: Aakash Kt [mailto:aakash...@gmail.com]
Sent: Thursday, April 12, 2018 7:34 PM
To: OpenStack Development Mailing List (not for usage questions) 

Subject: Re: [openstack-dev] [openstack][charms] Openstack + OVN

Hello,

Any update on getting to the development of this charm? I need some guidance on 
this.

Thank you,
Aakash

On Tue, Mar 27, 2018 at 10:27 PM, Aakash Kt 
> wrote:
Hello,

So an update about current status. The charm spec for charm-os-ovn has been 
merged (queens/backlog). I don't know what the process is after this, but I had 
a couple of questions for the development of the charm :

- I was wondering whether I need to use the charms.openstack package? Or can I 
just write using the reactive framework as is?
- If we do have to use charms.openstack, where can I find good documentation of 
the package? I searched online and could not find much to go on with.
- How much time do you think this will take to develop (not including test 
cases) ?

Do guide me on the further steps to bring this charm to completion :-)

Thank you,
Aakash


On Mon, Mar 19, 2018 at 5:37 PM, Aakash Kt 
> wrote:
Hi James,

Thank you for the previous code review.
I have pushed another patch. Also, I do not know how to reply to your review 
comments on gerrit, so I will reply to them here.

About the signed-off-message, I did not know that it wasn't a requirement for 
OpenStack, I assumed it was. I have removed it from the updated patch.

Thank you,
Aakash


On Thu, Mar 15, 2018 at 11:34 AM, Aakash Kt 
> wrote:
Hi James,

Just a small reminder that I have pushed a patch for review, according to 
changes you suggested :-)

Thanks,
Aakash

On Mon, Mar 12, 2018 at 2:38 PM, James Page 
> wrote:
Hi Aakash

On Sun, 11 Mar 2018 at 19:01 Aakash Kt 
> wrote:
Hi,

I had previously put in a mail about the development for openstack-ovn charm. 
Sorry it took me this long to get back, was involved in other projects.

I have submitted a charm spec for the above charm.
Here is the review link : 
https://review.openstack.org/#/c/551800/

Please look in to it and we can further discuss how to proceed.

I'll feedback directly on the review.

Thanks!

James

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: 
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev




__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [Openstack] Issues Understanding Neutron Networking Layout

2017-12-19 Thread Trinath Somanchi
Check /opt/stack/logs ?

/
   Trinath Somanchi | HSDC | NXP INDIA

From: d.l...@surrey.ac.uk [mailto:d.l...@surrey.ac.uk]
Sent: Tuesday, December 19, 2017 3:59 PM
To: Trinath Somanchi <trinath.soman...@nxp.com>; openstack@lists.openstack.org
Subject: RE: Issues Understanding Neutron Networking Layout

Can you tell me where to look?   None of the usual "screen" logs are there with 
the latest DevStack and the system doesn't seem to be populating any of the 
/var/log locations etiher.

David

From: Trinath Somanchi [mailto:trinath.soman...@nxp.com]
Sent: 19 December 2017 08:51
To: Lake D Mr (PG/R - Elec Electronic Eng) 
<d.l...@surrey.ac.uk<mailto:d.l...@surrey.ac.uk>>; 
openstack@lists.openstack.org<mailto:openstack@lists.openstack.org>
Subject: RE: Issues Understanding Neutron Networking Layout

Can you check neutron server/agent logs for exact error to debug ?

/
   Trinath Somanchi | HSDC | NXP INDIA

From: d.l...@surrey.ac.uk<mailto:d.l...@surrey.ac.uk> 
[mailto:d.l...@surrey.ac.uk]
Sent: Tuesday, December 19, 2017 2:02 PM
To: openstack@lists.openstack.org<mailto:openstack@lists.openstack.org>
Subject: [Openstack] Issues Understanding Neutron Networking Layout

Hello

I'm trying to create a Pike system with Carbon ODL integration using a single 
Controller node and a single Compute node.

The Controller Node has a single 1GE NIC to the management network.  It will 
not run any compute or network services.

The Compute Node has a single 1GE NIC to the management network and 4 x 10GE 
NICS for public network access.  I will be creating 4 VXNets, 4 routers, 4 
pools of public floating IP addresses.

I have built the machines using DevStack (configs attached).

It seems that even though the Controller node will have no network/compute 
functions, I still need to declare the ODL and networking parts in the 
local.conf on the controller.   But this implies that the Controller also has 
to have access to the 10GE network which I don't want or need.

I have created 4 OVS bridges on both the Controller and the Compute nodes but 
the corresponding NICs on the Controller are not connected anywhere.  The 
bridges are br-physnet1 to br-physnet4 and these link to em1 to em4 
respectively.  Only the em1 - em4 on the Compute node are actually active.

I then create the VXLAN, router and DHCP agent.

However, when I try to start an instance on the Compute node post DevStack 
installation, I hit an issue where the GUI tells me it has been "unable to 
allocate network."

I see no attempt to create a VXLAN between the Controller and the Compute node. 
  IPTables is open and a sniff on port 4789 reveals no traffic back and forth 
(on either side).

Does the Controller need to be physically connected to the same public facing 
networks as the Compute node?

Alternatively, how can I get all the Networking functions to run in the Compute 
node so that the Controller is just a controller?

Thanks

David
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] devstack:update libvirt to 3.4.0

2017-12-19 Thread Trinath Somanchi
Check status of nova-compute at,

# openstack compute service list

If the compute node is UP, check for nova-compute logs at compute node for 
exact error.

Hope this helps.

/
  Trinath Somanchi,
   NXP SDN/NFV Team.

From: huanglingyan (A) [mailto:huanglingy...@huawei.com]
Sent: Tuesday, December 19, 2017 2:18 PM
To: openstack@lists.openstack.org
Subject: [Openstack] devstack:update libvirt to 3.4.0

hi all,

hoping someone could shed some light on this issue I’ve worked on several days.

I have installed openstack through devstack and it works well when I create an 
instance.

stack@ubuntu:/var/run$ openstack server list
+--+---+++--+-+
| ID   | Name  | Status | Networks  
 | Image| Flavor  |
+--+---+++--+-+
| 6d6ac274-0f0b-4576-8f54-07e006214c9b | ins_1 | ACTIVE | public=172.24.4.4, 
2001:db8::3 | cirros-0.3.5-x86_64-disk | m1.tiny |
+--+---+++--+-+


The default version of libvirt is 2.5.0 while I want to use libvirt 3.4.0. What 
I have done is to install libvirt 3.4.0 manully since no apt repo has such 
version of libvirt.

To check libvirt version,

virsh # version
Compiled against library: libvirt 3.4.0
Using library: libvirt 3.4.0
Using API: QEMU 3.4.0
Running hypervisor: QEMU 2.9.0

However, my openstack seems to lose connetion with the new version of libvirt. 
It shows error when I create a new instance.

stack@ubuntu:/var/run$ openstack server list
+--+---+++--+-+
| ID   | Name  | Status | Networks  
 | Image| Flavor  |
+--+---+++--+-+
| 59369bec-7015-449b-bd4e-85f3237a3228 | ins_2 | ERROR  |   
 | cirros-0.3.5-x86_64-disk | m1.tiny |
| 6d6ac274-0f0b-4576-8f54-07e006214c9b | ins_1 | ACTIVE | public=172.24.4.4, 
2001:db8::3 | cirros-0.3.5-x86_64-disk | m1.tiny |
+--+---+++--+-+

The log shows

Failed to schedule instances:

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/server.py", 
line 232, in inner
return func(*args, **kwargs)
  File "/home/stack/nova/nova/scheduler/manager.py", line 149, in 
select_destinations
alloc_reqs_by_rp_uuid, provider_summaries)
  File "/home/stack/nova/nova/scheduler/filter_scheduler.py", line 110, in 
select_destinations
raise exception.NoValidHost(reason=reason)

NoValidHost: No valid host was found. There are not enough hosts available.

ERROR nova.conductor.manager Traceback (most recent call last):
ERROR nova.conductor.manager   File 
"/home/stack/nova/nova/conductor/manager.py", line 1034, in 
schedule_and_build_ins
ERROR nova.conductor.manager instance_uuids)
ERROR nova.conductor.manager   File 
"/home/stack/nova/nova/conductor/manager.py", line 626, in _schedule_instances
ERROR nova.conductor.manager request_spec, instance_uuids)
ERROR nova.conductor.manager   File "/home/stack/nova/nova/scheduler/utils.py", 
line 586, in wrapped
ERROR nova.conductor.manager return func(*args, **kwargs)
ERROR nova.conductor.manager   File 
"/home/stack/nova/nova/scheduler/client/__init__.py", line 52, in 
select_destinati
ERROR nova.conductor.manager instance_uuids)
ERROR nova.conductor.manager   File 
"/home/stack/nova/nova/scheduler/client/__init__.py", line 37, in __run_method
ERROR nova.conductor.manager return getattr(self.instance, __name)(*args, 
**kwargs)
ERROR nova.conductor.manager   File 
"/home/stack/nova/nova/scheduler/client/query.py", line 33, in 
select_destinations
ERROR nova.conductor.manager instance_uuids)
ERROR nova.conductor.manager   File 
"/home/stack/nova/nova/scheduler/rpcapi.py", line 137, in select_destinations
ERROR nova.conductor.manager return cctxt.call(ctxt, 'select_destinations', 
**msg_args)
ERROR nova.conductor.manager   File 
"/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/client.py", line 
169, i
ERROR nova.conductor.manager retry=self.retry)
ERROR nova.conductor.manager   File 
"/usr/local/lib/python2.7/dist-packages/oslo_messaging/transport.py", line 123, 
in
ERROR nova.conductor.manager timeout=timeout, retry=retry)
ERROR nova.conductor.manager   File 
"/usr/loca

Re: [Openstack] (no subject)

2017-10-14 Thread Trinath Somanchi
What you really want to achieve ? What setup you are trying ?


Best Regards,
Trinath Somanchi | NXP | HSDC, INDIA

From: Raja Siddharth Raju [mailto:rsrajuoffic...@gmail.com]
Sent: Saturday, October 14, 2017 3:19 PM
To: openstack@lists.openstack.org
Subject: [Openstack] (no subject)


3:15 PM  I have been asked to.put host ip during installation of 
openstack . I am running ubuntu 16.43 in oracle virtual box.

Can you please help me with the solution ?
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] [openstack-dev] [networking-odl] [SRIOV] [OVS HW offload] ERROR in port binding

2017-10-11 Thread Trinath Somanchi
Very nice

Get Outlook for Android<https://aka.ms/ghei36>


From: pranab boruah <pranabjyotibor...@gmail.com>
Sent: Wednesday, October 11, 2017 1:28:37 PM
To: Moshe Levi; openstack@lists.openstack.org; Trinath Somanchi
Cc: sean.k.moo...@intel.com
Subject: Re: [openstack-dev] [networking-odl] [SRIOV] [OVS HW offload] ERROR in 
port binding

Thanks Moshe and Trinath. We found out the issue.
We were using the stable pike branch of networking-odl.
This is where it failed:
https://github.com/openstack/networking-odl/blob/stable/pike/networking_odl/ml2/pseudo_agentdb_binding.py#L366

Now that we migrated to the master branch of networking-odl, it's
working for us.

Regards,
Pranab

On 8 October 2017 at 01:33, Moshe Levi <mosh...@mellanox.com> wrote:
>
>
>> -Original Message-
>> From: pranab boruah [mailto:pranabjyotibor...@gmail.com]
>> Sent: Friday, October 6, 2017 9:45 AM
>> To: openstack@lists.openstack.org
>> Cc: Moshe Levi <mosh...@mellanox.com>; sean.k.moo...@intel.com
>> Subject: [openstack-dev] [networking-odl] [SRIOV] [OVS HW offload] ERROR
>> in port binding
>>
>> Hi,
>>
>> We have a SRIOV NIC that supports SRIOV and OVS HW offload. We built a
>> pike cluster with networking-odl as the mechanism driver.
>>
>> As Sean mentioned that ODL part for SRIOV + OVS HW offload is not ready,
>> so we applied the following patches to ODL(version Nitrogen) :
>>
>> 1.
>> https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.
>> opendaylight.org%2Fgerrit%2F%23%2Fc%2F62481%2F=02%7C01%7Cm
>> oshele%40mellanox.com%7C28fcc198f7614f11c71a08d50c85c083%7Ca652971
>> c7d2e4d9ba6a4d149256f461b%7C0%7C0%7C636428690968981939=y8e
>> M1UjhRFofxv0JAkUyxzqvU6oQv8ctB%2Bu2fKohsZs%3D=0
>> 2.
>> https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.
>> opendaylight.org%2Fgerrit%2F%23%2Fc%2F60259%2F=02%7C01%7Cm
>> oshele%40mellanox.com%7C28fcc198f7614f11c71a08d50c85c083%7Ca652971
>> c7d2e4d9ba6a4d149256f461b%7C0%7C0%7C636428690968981939=eQl
>> T9o4oeDv1XnnGMrWEqFsI8zWXoqwKEkKCVmav4cg%3D=0
>>
>> Now, when we create a direct vnic_type port and try to launch instances, we
>> are running into issues.
>>
>> 1. The ODL patches didn't work straight away with Nitrogen version.
>> The patches needs to be rebased.
> Yes ODL patch is till work in progress.
>>
>> 2. Modified Nova to include the pci device list. Also, added host-config to 
>> the
>> compute node using the following command
>>
>> ovs-vsctl set Open_vSwitch 7ef8db05-8a4f-4cea-8b3b-432416c102fc
>> external_ids:odl_os_hostconfig_config_odl_l2="{"supported_vnic_types":
>> [{"vnic_type": "normal", "vif_type":"ovs", "vif_details": {} },
>> {"vnic_type": "direct", "vif_type": "ovs", "vif_details": {} } ],
>> "allowed_network_types": ["local", "gre", "vlan", "vxlan"]}"
> I used the set_ovs_hostconfigs script see 
> https://github.com/openstack/networking-odl/blob/master/networking_odl/cmd/set_ovs_hostconfigs.py
> With the ovs_sriov_offload and it worked for me.
>
>>
>> The error I am getting is from networking-odl ML2 driver. Do we need to
>> apply any patch there too?
>>
>> This is what the errror log says:
>>
>> networking_odl.ml2.pseudo_agentdb_binding
>> [req-0652004a-fd30-4503-aa57-e34aa8cff54e
>> 401f4c71873f4d17be9fbeabe423b7f9 8b48f23ebf754c41b336d13e69dcce11 -
>> default default] Binding failed: unsupported VNIC direct
>>
>> 2017-10-04 09:49:55.237 34400 WARNING
>> networking_odl.ml2.pseudo_agentdb_binding
>> [req-0652004a-fd30-4503-aa57-e34aa8cff54e
>> 401f4c71873f4d17be9fbeabe423b7f9 8b48f23ebf754c41b336d13e69dcce11 -
>> default default] No ODL hostconfigs for host overcloud-novacompute-
>> 1.localdomain found in agentdb
>>
>> 2017-10-04 09:49:55.237 34400 ERROR neutron.plugins.ml2.managers [req-
>> 0652004a-fd30-4503-aa57-e34aa8cff54e
>> 401f4c71873f4d17be9fbeabe423b7f9 8b48f23ebf754c41b336d13e69dcce11 -
>> default default] Failed to bind port
>> 96dc3a1f-fb21-4d9a-adfe-f34db45993d9 on host overcloud-novacompute-
>> 1.localdomain for vnic_type direct using segments [{'network_id': '6f747dee-
>> 3186-4aeb-b139-820c16709aee',
>> 'segmentation_id': 81, 'physical_network': None, 'id':
>> '845af7aa-5609-428c-bbd9-d133e16f9c22', 'network_type': u'vxlan'}]
>>
>> Are we missing any additional configuration step?
>>
>> TIA,
>> Pranab
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Hello

2017-09-08 Thread Trinath Somanchi
Hi Raja-

Welcome to OpenStack. I see a couple of replies from experts around to help you 
begin.

You need to have a devstack to kick start the OpenStack environment.

As there are many projects in OpenStack, configure your devstack on the focus 
of your requirement.

Please find the OpenStack Security initiative [1] and other useful links 
[2][3][4] for your reference and understanding.

[1] https://docs.openstack.org/security-guide/
[2] https://www.openstack.org/software/security/
[3] 
https://www.openstack.org/assets/securing-openstack-clouds/OpenStack-SecurityBrief-letteronline.pdf
[4] 
https://docs.openstack.org/security-guide/compute/vulnerability-awareness.html
Best Regards,
Trinath Somanchi | NXP | HSDC, INDIA

From: Raja Siddharth Raju [mailto:rsrajuoffic...@gmail.com]
Sent: Friday, September 08, 2017 11:07 AM
To: openstack@lists.openstack.org
Subject: [Openstack] Hello

Hi,
My name is Raja Siddharth Raju, student of Computer Science Engineering 
specialization with Cyber Security Forensics under BTech Program 3rd Year. I 
wish to contribute to Open Stack Security and would love to be its team member. 
I am new to open stack but I have some knowledge about Cyber Security and web 
application vulnerabilities which interests me. As a beginner, what shall be my 
first steps to explore open cloud.

--
Thanks and Regards,
Raja Siddharth Raju
(Mob:- 8178429427)
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [openstack-dev] [Tacker] Virtual Meetup Schedule poll

2017-09-06 Thread Trinath Somanchi
+1. Updated the poll.


Best Regards,
Trinath Somanchi | NXP | HSDC, INDIA

From: Dharmendra Kushwaha [mailto:dharmendra.kushw...@nectechnologies.in]
Sent: Wednesday, September 06, 2017 11:41 AM
To: OpenStack Development Mailing List (not for usage questions) 
<openstack-dev@lists.openstack.org>
Subject: [openstack-dev] [Tacker] Virtual Meetup Schedule poll

Hi all,

As we agreed to proceed with our virtual PTG meetup for Queens on 14th 
September. I have created 3 timeslots for meetup, Please vote for the time 
slots as per your availability:
https://beta.doodle.com/poll/wkn6phxvnc8r66sv

Please do it by Saturday, 9th September. Please let me know if something wrong 
about timezone in the poll.

Please also keep adding your topics on: 
https://etherpad.openstack.org/p/tacker-queen-grooming

Thanks & Regards
Dharmendra Kushwaha
IRC: dkushwaha

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [all] NFV Tutorial & SpecFest on Sep. 11

2017-08-29 Thread Trinath Somanchi
Hi

Kindly please share a remote go-to meeting invite.

Thanks for the initiative.

/Trinath



From: Tetsuya Nakamura 
Sent: Wednesday, August 30, 2017 5:12:19 AM
To: OpenStack Development Mailing List (not for usage questions)
Subject: [openstack-dev] [all] NFV Tutorial & SpecFest on Sep. 11

All,

Just a reminder. The NFV Tutorial & SpecFest will be held on September 11th in 
Denver. The venue (Sheraton DTC) is about 30 minutes driving from the OpenStack 
PTG venue.

The event is open to everyone. Please take a look at the detailed agenda:
https://nfvwiki.etsi.org/index.php?title=ETSI_NFV_Tutorial
 - Remote attendance with GoToMeeting will be possible

If you plan to participate in the event on-site or remotely, please send me 
your information including name, company, and e-mail address.


Best Regards,
Tetsuya Nakamura, CableLabs,
Vice Chair, ETSI NFV-ISG,
t.nakam...@cablelabs.com

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Networking-OVN] Unable to run OVN functional tests

2017-08-22 Thread Trinath Somanchi
I’m not running functional tests as root.

Also, from [1] , The following errors fails most for the cases.

Captured pythonlogging:
~~~
   ERROR [neutron.agent.linux.utils] Exit code: 1; Stdin: ; Stdout: ; 
Stderr: 2017-08-19T19:16:26Z|1|unixctl|WARN|failed to connect to 
/tmp/tmpNpVzUM/tmpxaCA5
ovs-appctl: cannot connect to "/tmp/tmpNpVzUM/tmpxaCA5m/ovnnb_db.ctl" (No 
such file or directory)

   ERROR [neutron.agent.linux.utils] Exit code: 1; Stdin: ; Stdout: ; 
Stderr: 2017-08-19T19:16:26Z|1|unixctl|WARN|failed to connect to 
/tmp/tmpNpVzUM/tmpxaCA5
ovs-appctl: cannot connect to "/tmp/tmpNpVzUM/tmpxaCA5m/ovnsb_db.ctl" (No 
such file or directory)

why the test case is searching ovnnb_db.ctl at some other location?

[1] http://paste.openstack.org/show/618837/

Best Regards,
Trinath Somanchi | NXP | HSDC, INDIA

From: Numan Siddique [mailto:nusid...@redhat.com]
Sent: Wednesday, August 23, 2017 10:25 AM
To: OpenStack Development Mailing List (not for usage questions) 
<openstack-dev@lists.openstack.org>
Subject: Re: [openstack-dev] [Networking-OVN] Unable to run OVN functional tests



On Wed, Aug 23, 2017 at 12:03 AM, Assaf Muller 
<as...@redhat.com<mailto:as...@redhat.com>> wrote:


On Sat, Aug 19, 2017 at 3:02 PM, Trinath Somanchi 
<trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>> wrote:
Hi-

Using [1] I have enabled devstack setup.

Now that when I try dvsm-functional tests, I get all tests failed.

Please find the error log [2]  help me resolve this issue.

Looking into the logs, I am pretty sure there is some problem in finding  
'ovsdb-server' binary in the path.
May be you need to verify if you have installed the ovs properly in your 
system. I would suggest you clone ovs repository, compile it and run "sudo make 
install".

Since you have mentioned that you have deployed devstack, devstack ovn script 
should have compiled ovs and installed.
What I suggest you to do is verify again if you have installed ovs properly. 
Run "which ovsdb-server" and see if it returns "/usr/local/sbin/ovsdb-server".

If you see the code here - 
https://github.com/openstack/networking-ovn/blob/master/networking_ovn/tests/functional/resources/process.py#L91,
 it uses spawn.find_executable('ovsdb-server'). May be you can run 
"spawn.find_executable('ovsdb-server') this out in a python shell.

I hope you are not running functional tests as "sudo". When you run as sudo it 
may be possible that /usr/local/bin or /usr/local/sbin might not be in the PATH 
environment.

Thanks
Numan


Also, were there any tempests tests possible for OVN?

The networking-ovn repo doesn't add new Tempest tests, but the Tempest 
networking tests, as well as the Tempest tests in the Neutron tree can be run 
against a cloud using OVN.


[1] https://docs.openstack.org/networking-ovn/latest/contributor/testing.html
[2] http://paste.openstack.org/show/618837/


Best Regards,
/ Trinath Somanchi.

Trinath Somanchi.
Hyderabad Software Development Center (HSDC), GSD , DN,
NXP India Pvt Limited, 1st Floor, Block 3, DLF Cyber City, Gachibowli,
Hyderabad, Telangana, 500032, India

Email: trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>  | Mobile: +91 
9866235130<tel:+91%2098662%2035130> | Off: +91 
4033504051<tel:+91%2040%203350%204051>
[cid:image002.png@01D28854.B7934C80]





__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: 
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe<http://openstack-dev-requ...@lists.openstack.org?subject:unsubscribe>
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: 
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe<http://openstack-dev-requ...@lists.openstack.org?subject:unsubscribe>
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [Networking-OVN] Unable to run OVN functional tests

2017-08-19 Thread Trinath Somanchi
Hi-

Using [1] I have enabled devstack setup.

Now that when I try dvsm-functional tests, I get all tests failed.

Please find the error log [2]  help me resolve this issue.

Also, were there any tempests tests possible for OVN?

[1] https://docs.openstack.org/networking-ovn/latest/contributor/testing.html
[2] http://paste.openstack.org/show/618837/


Best Regards,
/ Trinath Somanchi.

Trinath Somanchi.
Hyderabad Software Development Center (HSDC), GSD , DN,
NXP India Pvt Limited, 1st Floor, Block 3, DLF Cyber City, Gachibowli,
Hyderabad, Telangana, 500032, India

Email: trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>  | Mobile: +91 
9866235130 | Off: +91 4033504051
[cid:image002.png@01D28854.B7934C80]




__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Tacker

2017-08-17 Thread Trinath Somanchi
Can you check the tacker logs at /opt/stack/ for exceptions for this error.


Best Regards,
Trinath Somanchi | NXP | HSDC, INDIA

From: CRISTIAN ARRIBAS GONZALEZ [mailto:100304...@alumnos.uc3m.es]
Sent: Thursday, August 17, 2017 4:14 PM
To: openstack-dev@lists.openstack.org
Subject: [openstack-dev] Tacker

Hello,

my name is Cristian Arribas, i´m getting stated to use Tacker. I installed 
tacker
with devstack. When I want to deploy the ns service with Tosca Template, a one 
error ocurre:

Error: Failed to create NS: Request Failed: internal server error while 
processing your request.

¿What could be the problem?

Best regards.

--
Cristian Arribas González
Ingeniería de Telemática
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [Openstack] [Devstack] [Ocata] Could not determine a suitable URL for the plugin

2017-07-26 Thread Trinath Somanchi
Hi-

This is the issue.

ContextualVersionConflict: (SQLAlchemy 1.1.11 
(/home/onossona/.local/lib/python2.7/site-packages), 
Requirement.parse('SQLAlchemy<1.1.0,>=1.0.10'), set(['keystone']))


Resolve this Conflict. It will work. Also look for any other such conflicts and 
resolve them as the stack progresses.

Best Regards,
Trinath Somanchi | NXP | HSDC, INDIA

From: Silvia Fichera [mailto:fichera@gmail.com]
Sent: Wednesday, July 26, 2017 5:54 PM
To: Trinath Somanchi <trinath.soman...@nxp.com>
Cc: openstack@lists.openstack.org
Subject: Re: [Openstack] [Devstack] [Ocata] Could not determine a suitable URL 
for the plugin

Hi Trinath,
I don't have the devstack.log.
I see some errors in key.log. I attach that one.
Thanks
Silvia

2017-07-26 14:03 GMT+02:00 Trinath Somanchi 
<trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>>:
Hi Silvia-

Can you put the devstack log for this deployment? Also check for any errors you 
are hitting this the log.

Log location might be /opt/stack/devstack.log.


Best Regards,
Trinath Somanchi | NXP | HSDC, INDIA

From: Silvia Fichera 
[mailto:fichera@gmail.com<mailto:fichera@gmail.com>]
Sent: Wednesday, July 26, 2017 5:31 PM
To: Trinath Somanchi <trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>>
Cc: openstack@lists.openstack.org<mailto:openstack@lists.openstack.org>
Subject: Re: [Openstack] [Devstack] [Ocata] Could not determine a suitable URL 
for the plugin

Hi Trinath,
I tried what you suggested but it did not work. There is the same error.
Silvia

2017-07-26 12:27 GMT+02:00 Trinath Somanchi 
<trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>>:
Hi-

Remove, OS_AUTH_URL=http://192.168.10.3:35357/v3 and add enable RECLONE=yes and 
OFFLINE=no. now try unstack.sh and clean.sh.

Now try a fresh stack.sh

Hope this helps/
Best Regards,
Trinath Somanchi | NXP | HSDC, INDIA

From: Silvia Fichera 
[mailto:fichera@gmail.com<mailto:fichera@gmail.com>]
Sent: Wednesday, July 26, 2017 3:22 PM
To: openstack@lists.openstack.org<mailto:openstack@lists.openstack.org>
Subject: [Openstack] [Devstack] [Ocata] Could not determine a suitable URL for 
the plugin

Hi all,
I'm installing OpenStack using devstack. In my PC I had Mitaka, but since it is 
no more available I decided to switch to Ocata.
When Devstack tries to activate keystone I have this error:

2017-07-26 11:35:39.230 9579 INFO keystone.assignment.core 
[req-ce831f95-e2a4-4923-9b24-96680b674602 - - - - -] Creating the default role 
9fe2ff9ee4384b1894a90878d3e92bab because it does not exist.
+./stack.sh:main:1067  create_keystone_accounts
+lib/keystone:create_keystone_accounts:383  local admin_project
++lib/keystone:create_keystone_accounts:384  openstack project show admin -f 
value -c id
Discovering versions from the identity service failed when creating the 
password plugin. Attempting to determine version from URL.
Could not determine a suitable URL for the plugin
+lib/keystone:create_keystone_accounts:384  admin_project=
+lib/keystone:create_keystone_accounts:1   exit_trap
+./stack.sh:exit_trap:491  local r=1
++./stack.sh:exit_trap:492  jobs -p
+./stack.sh:exit_trap:492  jobs=
+./stack.sh:exit_trap:495  [[ -n '' ]]
+./stack.sh:exit_trap:501  kill_spinner
+./stack.sh:kill_spinner:387   '[' '!' -z '' ']'
+./stack.sh:exit_trap:503  [[ 1 -ne 0 ]]
+./stack.sh:exit_trap:504  echo 'Error on exit'
Error on exit
+./stack.sh:exit_trap:505  generate-subunit 1501055656 6085 fail
+./stack.sh:exit_trap:506  [[ -z /opt/stack/logs ]]
+./stack.sh:exit_trap:509  
/home/onossona/devstack/tools/worlddump.py -d /opt/stack/logs
World dumping... see /opt/stack/logs/worlddump-2017-07-26-093541.txt for details
+./stack.sh:exit_trap:515  exit 1

I'm also attaching my local.conf.
I intend to use openstack with the onos sona plugin, that natively supports 
mitaka, but since it is no more available I want to try with a more recent 
release of OpenStack.
Could you help me to solve this issue?
I did not find any suitable solution online.
Thanks
--
Silvia Fichera



--
Silvia Fichera



--
Silvia Fichera
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] [Devstack] [Ocata] Could not determine a suitable URL for the plugin

2017-07-26 Thread Trinath Somanchi
Hi Silvia-

Can you put the devstack log for this deployment? Also check for any errors you 
are hitting this the log.

Log location might be /opt/stack/devstack.log.


Best Regards,
Trinath Somanchi | NXP | HSDC, INDIA

From: Silvia Fichera [mailto:fichera@gmail.com]
Sent: Wednesday, July 26, 2017 5:31 PM
To: Trinath Somanchi <trinath.soman...@nxp.com>
Cc: openstack@lists.openstack.org
Subject: Re: [Openstack] [Devstack] [Ocata] Could not determine a suitable URL 
for the plugin

Hi Trinath,
I tried what you suggested but it did not work. There is the same error.
Silvia

2017-07-26 12:27 GMT+02:00 Trinath Somanchi 
<trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>>:
Hi-

Remove, OS_AUTH_URL=http://192.168.10.3:35357/v3 and add enable RECLONE=yes and 
OFFLINE=no. now try unstack.sh and clean.sh.

Now try a fresh stack.sh

Hope this helps/
Best Regards,
Trinath Somanchi | NXP | HSDC, INDIA

From: Silvia Fichera 
[mailto:fichera@gmail.com<mailto:fichera@gmail.com>]
Sent: Wednesday, July 26, 2017 3:22 PM
To: openstack@lists.openstack.org<mailto:openstack@lists.openstack.org>
Subject: [Openstack] [Devstack] [Ocata] Could not determine a suitable URL for 
the plugin

Hi all,
I'm installing OpenStack using devstack. In my PC I had Mitaka, but since it is 
no more available I decided to switch to Ocata.
When Devstack tries to activate keystone I have this error:

2017-07-26 11:35:39.230 9579 INFO keystone.assignment.core 
[req-ce831f95-e2a4-4923-9b24-96680b674602 - - - - -] Creating the default role 
9fe2ff9ee4384b1894a90878d3e92bab because it does not exist.
+./stack.sh:main:1067  create_keystone_accounts
+lib/keystone:create_keystone_accounts:383  local admin_project
++lib/keystone:create_keystone_accounts:384  openstack project show admin -f 
value -c id
Discovering versions from the identity service failed when creating the 
password plugin. Attempting to determine version from URL.
Could not determine a suitable URL for the plugin
+lib/keystone:create_keystone_accounts:384  admin_project=
+lib/keystone:create_keystone_accounts:1   exit_trap
+./stack.sh:exit_trap:491  local r=1
++./stack.sh:exit_trap:492  jobs -p
+./stack.sh:exit_trap:492  jobs=
+./stack.sh:exit_trap:495  [[ -n '' ]]
+./stack.sh:exit_trap:501  kill_spinner
+./stack.sh:kill_spinner:387   '[' '!' -z '' ']'
+./stack.sh:exit_trap:503  [[ 1 -ne 0 ]]
+./stack.sh:exit_trap:504  echo 'Error on exit'
Error on exit
+./stack.sh:exit_trap:505  generate-subunit 1501055656 6085 fail
+./stack.sh:exit_trap:506  [[ -z /opt/stack/logs ]]
+./stack.sh:exit_trap:509  
/home/onossona/devstack/tools/worlddump.py -d /opt/stack/logs
World dumping... see /opt/stack/logs/worlddump-2017-07-26-093541.txt for details
+./stack.sh:exit_trap:515  exit 1

I'm also attaching my local.conf.
I intend to use openstack with the onos sona plugin, that natively supports 
mitaka, but since it is no more available I want to try with a more recent 
release of OpenStack.
Could you help me to solve this issue?
I did not find any suitable solution online.
Thanks
--
Silvia Fichera



--
Silvia Fichera
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] [Devstack] [Ocata] Could not determine a suitable URL for the plugin

2017-07-26 Thread Trinath Somanchi
Hi-

Remove, OS_AUTH_URL=http://192.168.10.3:35357/v3 and add enable RECLONE=yes and 
OFFLINE=no. now try unstack.sh and clean.sh.

Now try a fresh stack.sh

Hope this helps/
Best Regards,
Trinath Somanchi | NXP | HSDC, INDIA

From: Silvia Fichera [mailto:fichera@gmail.com]
Sent: Wednesday, July 26, 2017 3:22 PM
To: openstack@lists.openstack.org
Subject: [Openstack] [Devstack] [Ocata] Could not determine a suitable URL for 
the plugin

Hi all,
I'm installing OpenStack using devstack. In my PC I had Mitaka, but since it is 
no more available I decided to switch to Ocata.
When Devstack tries to activate keystone I have this error:

2017-07-26 11:35:39.230 9579 INFO keystone.assignment.core 
[req-ce831f95-e2a4-4923-9b24-96680b674602 - - - - -] Creating the default role 
9fe2ff9ee4384b1894a90878d3e92bab because it does not exist.
+./stack.sh:main:1067  create_keystone_accounts
+lib/keystone:create_keystone_accounts:383  local admin_project
++lib/keystone:create_keystone_accounts:384  openstack project show admin -f 
value -c id
Discovering versions from the identity service failed when creating the 
password plugin. Attempting to determine version from URL.
Could not determine a suitable URL for the plugin
+lib/keystone:create_keystone_accounts:384  admin_project=
+lib/keystone:create_keystone_accounts:1   exit_trap
+./stack.sh:exit_trap:491  local r=1
++./stack.sh:exit_trap:492  jobs -p
+./stack.sh:exit_trap:492  jobs=
+./stack.sh:exit_trap:495  [[ -n '' ]]
+./stack.sh:exit_trap:501  kill_spinner
+./stack.sh:kill_spinner:387   '[' '!' -z '' ']'
+./stack.sh:exit_trap:503  [[ 1 -ne 0 ]]
+./stack.sh:exit_trap:504  echo 'Error on exit'
Error on exit
+./stack.sh:exit_trap:505  generate-subunit 1501055656 6085 fail
+./stack.sh:exit_trap:506  [[ -z /opt/stack/logs ]]
+./stack.sh:exit_trap:509  
/home/onossona/devstack/tools/worlddump.py -d /opt/stack/logs
World dumping... see /opt/stack/logs/worlddump-2017-07-26-093541.txt for details
+./stack.sh:exit_trap:515  exit 1

I'm also attaching my local.conf.
I intend to use openstack with the onos sona plugin, that natively supports 
mitaka, but since it is no more available I want to try with a more recent 
release of OpenStack.
Could you help me to solve this issue?
I did not find any suitable solution online.
Thanks
--
Silvia Fichera
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [OpenStack-Infra] [openstack-infra] [jenkins-job-builder]  run `jenkins-jobs test` failed

2017-05-04 Thread Trinath Somanchi
Do you want to try, 
https://lists.opendaylight.org/pipermail/integration-dev/2015-June/003397.html

Also, check the job configuration.


Thanks,
Trinath Somanchi.

Digital Networking | NXP – Hyderabad – INDIA.
Email: trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>
Mobile: +91 9866235130 | Off: +91 4033504051


From: dong.wenj...@zte.com.cn [mailto:dong.wenj...@zte.com.cn]
Sent: Thursday, May 04, 2017 3:27 PM
To: openstack-infra@lists.openstack.org
Subject: [OpenStack-Infra] [openstack-infra] [jenkins-job-builder]  run 
`jenkins-jobs test` failed




Hi folks,

I use "puppet-jenkins" to setuped a jenkins node, and then run the command 
`jenkins-jobs test /etc/jenkins_jobs/config/`

to parser the jobs which are from the "project-config/jenkins/jobs".

But it raised a error, here is the log:

Does anyone know how to resolve the issue? Do I need to install some tools?

Thanks for help~



INFO:jenkins_jobs.local_yaml:Including file 'include/run-project-guide.sh' from 
path '.'

WARNING:root:logrotate is deprecated on jenkins>=1.637, use the property 
build-discarder on newer jenkins instead

Traceback (most recent call last):

  File "/usr/local/bin/jenkins-jobs", line 10, in <module>

sys.exit(main())

  File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/cmd.py", line 191, 
in main

execute(options, config)

  File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/cmd.py", line 380, 
in execute

n_workers=1)

  File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/builder.py", line 
350, in update_jobs

self.parser.generateXML()

  File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/parser.py", line 
342, in generateXML

self.xml_jobs.append(self.getXMLForJob(job))

  File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/parser.py", line 
352, in getXMLForJob

self.gen_xml(xml, data)

  File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/parser.py", line 
359, in gen_xml

module.gen_xml(self, xml, data)

  File 
"/usr/local/lib/python2.7/dist-packages/jenkins_jobs/modules/publishers.py", 
line 6158, in gen_xml

self.registry.dispatch('publisher', parser, publishers, action)

  File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/registry.py", line 
249, in dispatch

format(name, component_type))

jenkins_jobs.errors.JenkinsJobsException: Unknown entry point or macro 'afs' 
for component type: 'publisher'.



BR,

dwj










___
OpenStack-Infra mailing list
OpenStack-Infra@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra

Re: [openstack-dev] [kolla] OpenStack Kolla-Kubernetes Workshop: Demystifying the Gate - video conferencing information

2017-04-23 Thread Trinath Somanchi
Thanks a lot for these workshop sessions. Looking forward for attending them.

Thanks,
Trinath Somanchi.

Digital Networking | NXP – Hyderabad – INDIA.
Email: trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>
Mobile: +91 9866235130 | Off: +91 4033504051


From: Steven Dake (stdake) [mailto:std...@cisco.com]
Sent: Sunday, April 23, 2017 6:30 AM
To: OpenStack Development Mailing List (not for usage questions) 
<openstack-dev@lists.openstack.org>
Subject: [openstack-dev] [kolla] OpenStack Kolla-Kubernetes Workshop: 
Demystifying the Gate - video conferencing information

As proposed earlier on the mailing list, A 2 week 6 session workshop has been 
organized From April 25th – May 4th Tu/W/Th for 45 minutes in length.

The agenda for this workshop is as follows:

Learn how OpenStack’s kolla-kubernetes gating functions to enable yourself to 
contribute more effectively to kolla-kubernetes.  This workshop will run for 
two weeks on Tuesday, Wednesday and Thursday for 45 minutes beginning April 
25th, 2017 and concluding May 4th, 2017 via Webex.  There is no need to 
actually have a camera; the only purpose of the video conferencing is to share 
a screen.  The workshop will be recorded.

Connection details are below:

I am using Webex for this video conferencing session.  Webex now supports 
Windows, Mac, and Linux.  To connect via Linux, use the web based version of 
Webex (not the client).  For those that can’t install a client, the web based 
version should meet your organization’s security requirements.

If your struggling to join the meeting, please join #openstack-kolla and speak 
up there.

Regards
-stevve

OpenStack Kolla-Kubernetes Workshop: Demystifying the Gate

Every Tuesday, Wednesday, Thursday, from Tuesday, April 25, 2017, to Thursday, 
May 4, 2017

17:00 UTC | 45 minutes

https://cisco.webex.com/ciscosales/j.php?MTID=m726d1915a1fa61470a810c9c9b01a4ef


Meeting number:

202 310 134

Meeting password:

openstack (67367822 from phones)



Join by phone

+1-866-432-9903 Call-in toll-free number (US/Canada)

+1-408-525-6800 Call-in toll number (US/Canada)

Access code: 202 310 134

Global call-in 
numbers<https://cisco.webex.com/ciscosales/globalcallin.php?serviceType=MC=383520252=1>
  |  Toll-free calling 
restrictions<https://www.webex.com/pdf/tollfree_restrictions.pdf>





Add this 
meeting<https://cisco.webex.com/ciscosales/j.php?MTID=mcbc11be7ec7607e78d9ec079735bf0bb>
 to your calendar. (Cannot add from mobile devices.)



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Tacker][OSC] Command naming specs

2017-04-17 Thread Trinath Somanchi
Agree. Vnffg can be moved as 'vnf forwardinggraph'. Also, we are discussing to 
improve the command readability from an user perspective. 


Thanks,
Trinath Somanchi.

Digital Networking | NXP – Hyderabad – INDIA.
Email: trinath.soman...@nxp.com
Mobile: +91 9866235130 | Off: +91 4033504051


-Original Message-
From: Akihiro Motoki [mailto:amot...@gmail.com] 
Sent: Monday, April 17, 2017 12:32 PM
To: OpenStack Development Mailing List (not for usage questions) 
<openstack-dev@lists.openstack.org>
Subject: Re: [openstack-dev] [Tacker][OSC] Command naming specs

2017-04-15 12:44 GMT+09:00 Trinath Somanchi <trinath.soman...@nxp.com>:
> Hi Jay-
>
> Thanks for the suggestions, we have improved this to an extent [1].
>
> For  'openstack vnf service function chain create' we agreed to go 
> with, 'openstack nfv chain create' or 'openstack vnf chain create'

I agree with Jay that NFV sounds too broad.
Even though tacker's scope can cover VNF-M and NFV-O, 'nfv' still sound too 
broad to me.
If a command belongs to VNF area, I would suggest to use 'vnf'.
If you have 'nfvo' related commands, you can explore an appropriate word.

VNFM and NFVO are different layers in ETSI and for example I am not sure 'VNF' 
forwarding graph can be called as 'NFV' forwarding graph.

> For ' openstack vnf forwardinggraph create' , you suggestion sounds 
> good. We are thinking on 'openstack vnffg create' in simple terms.

I don't think 'fg' is a common word. It is a bit long but 'forwarding graph' is 
much easier to understand.
'vnffg' is difficult to understand even though I think I know NFV to some 
extent.
Command line completion helps you. You should not think from the developer 
perspective.

Thanks,
Akihiro

> We have come up with a rule for certain commands which conflict with 
> other OpenStack projects,'nfv' is prefixed to differentiate the commands.
>
> The commands that may conflict include ``network-service``, 
> ``classifier``, ``nfp``, ``chain`` and ``event``.
>
> [1]
> https://review.openstack.org/#/c/455188/14/specs/pike/python-openstack
> client.rst
>
> Thanks,
>
> Trinath Somanchi.
>
>
>
> Digital Networking | NXP – Hyderabad – INDIA.
>
> Email: trinath.soman...@nxp.com
>
> Mobile: +91 9866235130 | Off: +91 4033504051
>
>
>
>
>
> -Original Message-
> From: Jay Pipes [mailto:jaypi...@gmail.com]
> Sent: Saturday, April 15, 2017 12:55 AM
> To: openstack-dev@lists.openstack.org
> Subject: Re: [openstack-dev] [Tacker][OSC] Command naming specs
>
>
>
> On 04/12/2017 03:08 AM, Trinath Somanchi wrote:
>
>> Hi OSC team-
>
>>
>
>> While  implementing tacker-cli commands as OSC plugins [1], We are
>
>> struck in command naming specifications.
>
>>
>
>> Tacker being NFVO+VNFM - an NFV component, we have taken ‘nfv’ as the
>
>> prefix.
>
>
>
> It's not *all* of NFV, though.
>
>
>
> This problem, by the way, is an indication that Tacker might have too 
> big a scope...and a scope that is very much tailored/purpose-built for 
> Telcos/NFV.
> But whatever, I raised this concern during the project application as 
> a member of the TC and folks ignored me, so it is what it is I guess.
>
>
>
>> We were struck in naming the below commands while aligning with the
>
>> OSC naming specs.
>
>>
>
>> For the below commands, for readability, we have added ‘-‘ within the
>
>> command names.
>
>>
>
>> Like,
>
>>
>
>>   network-service,  vnf-forwarding-graph,
>
>> service-function-chain,
>
>>
>
>> network-flow-classifier, network-forwarding-path.
>
>
>
> I think what Dean and Akihiro were suggesting is to use "vnf" as the 
> first "word" in the command list and then use space-delimited commands like 
> so:
>
>
>
> openstack vnf network service create
>
>
>
> Or just leave off the "network" above, because, well, Tacker doesn't 
> create any other type of service..., so:
>
>
>
> openstack vnf service create
>
>
>
> and then
>
>
>
> openstack vnf forwardinggraph create
>
>
>
> and
>
>
>
> openstack vnf service function chain create
>
>
>
>
>
> but then, you'll hit on the obvious overlap with networking-sfc, which 
> will bring in the obvious question of "what's the difference between 
> Tacker's SFC and networking-sfc's SFC?" which again should lead folks 
> to question the scope of Tacker in relation to other OpenStack projects...
>
>
>
> Best,
>
> -jay
>
>
>
> ___

Re: [openstack-dev] [Tacker][OSC] Command naming specs

2017-04-14 Thread Trinath Somanchi
Hi Jay-



Thanks for the suggestions, we have improved this to an extent [1].


For  'openstack vnf service function chain create' we agreed to go with, 
'openstack nfv chain create' or 'openstack vnf chain create'

For ' openstack vnf forwardinggraph create' , you suggestion sounds good. We 
are thinking on 'openstack vnffg create' in simple terms.

We have come up with a rule for certain commands which conflict with other 
OpenStack projects,'nfv' is prefixed to differentiate the commands.
The commands that may conflict include ``network-service``, ``classifier``, 
``nfp``, ``chain`` and ``event``.



[1] 
https://review.openstack.org/#/c/455188/14/specs/pike/python-openstackclient.rst



Thanks,

Trinath Somanchi.



Digital Networking | NXP – Hyderabad – INDIA.

Email: trinath.soman...@nxp.com

Mobile: +91 9866235130 | Off: +91 4033504051





-Original Message-
From: Jay Pipes [mailto:jaypi...@gmail.com]
Sent: Saturday, April 15, 2017 12:55 AM
To: openstack-dev@lists.openstack.org
Subject: Re: [openstack-dev] [Tacker][OSC] Command naming specs



On 04/12/2017 03:08 AM, Trinath Somanchi wrote:

> Hi OSC team-

>

> While  implementing tacker-cli commands as OSC plugins [1], We are

> struck in command naming specifications.

>

> Tacker being NFVO+VNFM - an NFV component, we have taken ‘nfv’ as the

> prefix.



It's not *all* of NFV, though.



This problem, by the way, is an indication that Tacker might have too big a 
scope...and a scope that is very much tailored/purpose-built for Telcos/NFV. 
But whatever, I raised this concern during the project application as a member 
of the TC and folks ignored me, so it is what it is I guess.



> We were struck in naming the below commands while aligning with the

> OSC naming specs.

>

> For the below commands, for readability, we have added ‘-‘ within the

> command names.

>

> Like,

>

>   network-service,  vnf-forwarding-graph,

> service-function-chain,

>

> network-flow-classifier, network-forwarding-path.



I think what Dean and Akihiro were suggesting is to use "vnf" as the first 
"word" in the command list and then use space-delimited commands like so:



openstack vnf network service create



Or just leave off the "network" above, because, well, Tacker doesn't create any 
other type of service..., so:



openstack vnf service create



and then



openstack vnf forwardinggraph create



and



openstack vnf service function chain create





but then, you'll hit on the obvious overlap with networking-sfc, which will 
bring in the obvious question of "what's the difference between Tacker's SFC 
and networking-sfc's SFC?" which again should lead folks to question the scope 
of Tacker in relation to other OpenStack projects...



Best,

-jay



__

OpenStack Development Mailing List (not for usage questions)

Unsubscribe: 
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe<mailto:openstack-dev-requ...@lists.openstack.org?subject:unsubscribe>

http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Tacker][OSC] Command naming specs

2017-04-13 Thread Trinath Somanchi
Thanks Akihiro for suggestions and comments.
Thanks,
Trinath Somanchi.

Digital Networking | NXP – Hyderabad – INDIA.
Email: trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>
Mobile: +91 9866235130 | Off: +91 4033504051


From: Akihiro Motoki [mailto:amot...@gmail.com]
Sent: Thursday, April 13, 2017 8:17 AM
To: OpenStack Development Mailing List (not for usage questions) 
<openstack-dev@lists.openstack.org>
Subject: Re: [openstack-dev] [Tacker][OSC] Command naming specs

networking-sfc has many overlapping areas with tacker and the command names can 
conflict, so I believe it is worth shared in this thread.

networking-sfc team is now implementing OSC commands (as neutronclient OSC 
plugin).
Their command name proposal can be found at 
https://review.openstack.org/#/c/409759/
and command names are like 
https://review.openstack.org/#/c/409759/30/doc/source/usage/osc/v2/networking-sfc.rst

As of now, networking-sfc commands are like:
  openstack sfc port chain create
  openstack sfc port pair group create
  openstack sfc port pair create
  openstack sfc flow classifier create

We would like to use 'sfc' (or 'network sfc') and
hope the tacker team avoid conflicts and confusions between tacker and 
networking-sfc commands.

Personally, 'sfc' is not a well-known abbreviation, but the full spelling 
'service function chaining' looks too long.
I don't think users want to type 'openstack service function chaining port 
chain group create' :-(  It loses usability significantly.

Thanks,
Akihiro

2017-04-13 8:23 GMT+09:00 Trinath Somanchi 
<trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>>:
But if we don’t prefix, then we are afraid we might confuse users with command 
names and conflict with other projects.

Example, ‘network-service’ if we follow the existing way, then

$> openstack network service create

might confuse the user in context that it’s a neutron/networking command. Is 
that not True?

Also, for some other commands, like sfc, we might end up conflict with 
networking-sfc.

Like, $> openstack  sfc show  (or) openstack service function chain show

With some of the other commands, there are abbreviations like

$> openstack vnffgd create

If the above command must be split to words, it spells like,

$> openstack virtual network function forwarding graph descriptor create  


If we elaborate this way the command itself will be a lengthy string where user 
has a very lengthy command.

Any suggestions for these?
Thanks,
Trinath Somanchi.

Digital Networking | NXP – Hyderabad – INDIA.
Email: trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>
Mobile: +91 9866235130<tel:+91%2098662%2035130> | Off: +91 
4033504051<tel:+91%2040%203350%204051>


From: Dean Troyer [mailto:dtro...@gmail.com<mailto:dtro...@gmail.com>]
Sent: Wednesday, April 12, 2017 10:17 PM
To: OpenStack Development Mailing List (not for usage questions) 
<openstack-dev@lists.openstack.org<mailto:openstack-dev@lists.openstack.org>>
Subject: Re: [openstack-dev] [Tacker][OSC] Command naming specs

On Wed, Apr 12, 2017 at 2:08 AM, Trinath Somanchi 
<trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>> wrote:
Tacker being NFVO+VNFM - an NFV component, we have taken ‘nfv’ as the prefix.

Note that OSC itself does not use 'command prefixes', it names resources with 
enough specificity to make them unique.  Sometimes that looks like a proefix, 
but it is not.


For the below commands, for readability, we have added ‘-‘ within the command 
names.
Like,
  network-service,  vnf-forwarding-graph, service-function-chain,
network-flow-classifier, network-forwarding-path.

But the existing OSC commands don’t have a ‘-‘ in between the command names.

The OSC command structure specifically does not use dashes or underscores as 
separators, it uses spaces.  We want commands to be words.  Dashes are only 
used in option names due to option parsing rules.

Specifically in networking there are a large number of resources that are hard 
to concisely name.  Plugins are of course free to do what they want but we 
encourage them to use the OSC guidelines, and we know that users _really_ 
appreciate staying consistent.

There are places where you may feel forced to use abbreviations ('vnf' in your 
example above).  Those are discouraged, but we also recognize that they are 
often the most common usage ('IP' in IP address for example) and where that 
usage is common is fine.  Again, networking is an area where many things are 
commonly known only by their abbreviation, and this usage is in fact expected 
by users.  In the end, picking commands that are what users would expect to 
search for is what they appreciate the most.

dt

--

Dean Troyer
dtro...@gmail.com<mailto:dtro...@gmail.com>

__
OpenStack Development Mailing List (not for usage q

Re: [openstack-dev] [Tacker][OSC] Command naming specs

2017-04-12 Thread Trinath Somanchi
But if we don’t prefix, then we are afraid we might confuse users with command 
names and conflict with other projects.

Example, ‘network-service’ if we follow the existing way, then

$> openstack network service create

might confuse the user in context that it’s a neutron/networking command. Is 
that not True?

Also, for some other commands, like sfc, we might end up conflict with 
networking-sfc.

Like, $> openstack  sfc show  (or) openstack service function chain show

With some of the other commands, there are abbreviations like

$> openstack vnffgd create

If the above command must be split to words, it spells like,

$> openstack virtual network function forwarding graph descriptor create  


If we elaborate this way the command itself will be a lengthy string where user 
has a very lengthy command.

Any suggestions for these?
Thanks,
Trinath Somanchi.

Digital Networking | NXP – Hyderabad – INDIA.
Email: trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>
Mobile: +91 9866235130 | Off: +91 4033504051


From: Dean Troyer [mailto:dtro...@gmail.com]
Sent: Wednesday, April 12, 2017 10:17 PM
To: OpenStack Development Mailing List (not for usage questions) 
<openstack-dev@lists.openstack.org>
Subject: Re: [openstack-dev] [Tacker][OSC] Command naming specs

On Wed, Apr 12, 2017 at 2:08 AM, Trinath Somanchi 
<trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>> wrote:
Tacker being NFVO+VNFM - an NFV component, we have taken ‘nfv’ as the prefix.

Note that OSC itself does not use 'command prefixes', it names resources with 
enough specificity to make them unique.  Sometimes that looks like a proefix, 
but it is not.


For the below commands, for readability, we have added ‘-‘ within the command 
names.
Like,
  network-service,  vnf-forwarding-graph, service-function-chain,
network-flow-classifier, network-forwarding-path.

But the existing OSC commands don’t have a ‘-‘ in between the command names.

The OSC command structure specifically does not use dashes or underscores as 
separators, it uses spaces.  We want commands to be words.  Dashes are only 
used in option names due to option parsing rules.

Specifically in networking there are a large number of resources that are hard 
to concisely name.  Plugins are of course free to do what they want but we 
encourage them to use the OSC guidelines, and we know that users _really_ 
appreciate staying consistent.

There are places where you may feel forced to use abbreviations ('vnf' in your 
example above).  Those are discouraged, but we also recognize that they are 
often the most common usage ('IP' in IP address for example) and where that 
usage is common is fine.  Again, networking is an area where many things are 
commonly known only by their abbreviation, and this usage is in fact expected 
by users.  In the end, picking commands that are what users would expect to 
search for is what they appreciate the most.

dt

--

Dean Troyer
dtro...@gmail.com<mailto:dtro...@gmail.com>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [Tacker][OSC] Command naming specs

2017-04-12 Thread Trinath Somanchi
Hi OSC team-

While  implementing tacker-cli commands as OSC plugins [1], We are struck in 
command naming specifications.

Tacker being NFVO+VNFM - an NFV component, we have taken 'nfv' as the prefix.

We were struck in naming the below commands while aligning with the OSC naming 
specs.

For the below commands, for readability, we have added '-' within the command 
names.
Like,
  network-service,  vnf-forwarding-graph, service-function-chain,
network-flow-classifier, network-forwarding-path.

But the existing OSC commands don't have a '-' in between the command names.

We want to know what is best fit options to rename the commands.
Kindly help us in improving the command names.
[1] https://review.openstack.org/#/c/455188
Thanking you.
/ Trinath Somanchi.

Trinath Somanchi.
Hyderabad Software Development Center (HSDC), GSD , DN,
NXP India Pvt Limited, 1st Floor, Block 3, DLF Cyber City, Gachibowli,
Hyderabad, Telangana, 500032, India

Email: trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>  | Mobile: +91 
9866235130 | Off: +91 4033504051
[cid:image002.png@01D28854.B7934C80]




__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [all][infra] logs.o.o corrupt - indicated by POST_FAILURE results

2017-04-01 Thread Trinath Somanchi
Now the system is up. Just push a recheck. It must be fine.



Thanks,
Trinath Somanchi  | HSDC, GSD, DN | NXP – Hyderabad –INDIA.


From: ChangBo Guo [mailto:glongw...@gmail.com]
Sent: Saturday, April 01, 2017 7:17 AM
To: OpenStack Development Mailing List (not for usage questions) 
<openstack-dev@lists.openstack.org>
Subject: Re: [openstack-dev] [all][infra] logs.o.o corrupt - indicated by 
POST_FAILURE results

Thanks for the reminder!

2017-04-01 2:28 GMT+08:00 Andreas Jaeger <a...@suse.com<mailto:a...@suse.com>>:
Since this morning, part of logs.openstack.org<http://logs.openstack.org> is 
corrupt due to a
downtime of one of the backing stores. The infra admins are currently
running fsck and then will take everything back in use.

Right now, we put the logs on a spare disks so that everything that is
run, is getting log results.

You might have received "POST_FAILURE" message on jobs since jobs could
not push their data to logs.o.o.

Once the system is up and running again, feel free to "recheck" your
jobs where you miss log files and see "POST_FAILURE" reports.

For now, please do not recheck to not fill up our temporary disk and
keep load low.

Just a reminder:

You can always check the status of the CI infrastructure via:
* https://wiki.openstack.org/wiki/Infrastructure_Status
* by following twitter http://twitter.com/openstackinfra
* Or checking the topic in IRC

And then report problems via #openstack-infra on IRC.

Andreas
--
 Andreas Jaeger 
aj@{suse.com<http://suse.com>,opensuse.org<http://opensuse.org>} Twitter: 
jaegerandi
  SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Felix Imendörffer, Jane Smithard, Graham Norton,
   HRB 21284 (AG Nürnberg)
GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: 
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe<http://openstack-dev-requ...@lists.openstack.org?subject:unsubscribe>
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



--
ChangBo Guo(gcb)
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [freezer] Demo of new OpenSatck Freezer features

2017-03-31 Thread Trinath Somanchi
Excellent!

Thanks for sharing this demo.


Thanks,
Trinath Somanchi | HSDC, GSD, DN | NXP – INDA.


From: Julia Odruzova [mailto:jvarlam...@mirantis.com]
Sent: Friday, March 31, 2017 4:16 PM
To: openstack-dev@lists.openstack.org
Subject: [openstack-dev] [freezer] Demo of new OpenSatck Freezer features


Hi Freezer team!



I prepared a short demo of recently implemented Freezer features.

This is a brief overview of features our Mirantis team took part in – rsync 
engine, backup to local/remote host and Nova tenant backup.
<https://www.youtube.com/watch?v=MYPQ5VKddg0>



https://www.youtube.com/watch?v=MYPQ5VKddg0



Thanks,

Julia Odruzova


<https://www.youtube.com/watch?v=MYPQ5VKddg0>


<https://www.youtube.com/watch?v=MYPQ5VKddg0>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [vitrage] vitrage Resource API

2017-03-20 Thread Trinath Somanchi
In tests?
Get Outlook for iOS


From: dong.wenj...@zte.com.cn 
Sent: Monday, March 20, 2017 2:49:57 PM
To: openstack-dev@lists.openstack.org
Subject: [openstack-dev] [vitrage] vitrage Resource API


Hi All,



I noticed that the APIs of `resource list` and `resource show`  were mocked.

Is  there any backgroud for the mock or the API is not necessary?



BR,

dwj




__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [stackalytics] user correction seems not effective

2017-03-20 Thread Trinath Somanchi
I’m referring to, https://review.openstack.org/#/c/446942/1


/ Trinath Somanchi.


From: Yujun Zhang (ZTE) [mailto:zhangyujun+...@gmail.com]
Sent: Monday, March 20, 2017 11:00 AM
To: OpenStack Development Mailing List (not for usage questions) 
<openstack-dev@lists.openstack.org>; shak...@gmail.com
Cc: 张玉军 <yujun.zh...@easystack.cn>
Subject: Re: [openstack-dev] [stackalytics] user correction seems not effective

Hi, Trinath

What failure are you referring to exactly? It seems all jobs passed normally.

I know there are some error message in the console logs, but that seems to be 
expected failures for negative test cases.

On Mon, Mar 20, 2017 at 12:16 PM Trinath Somanchi 
<trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>> wrote:
Jenkins is throwing some Failures in new submissions. That might be an issue.
Get Outlook for iOS<https://aka.ms/o0ukef>


From: Yujun Zhang (ZTE) 
<zhangyujun+...@gmail.com<mailto:zhangyujun%2b...@gmail.com>>
Sent: Monday, March 20, 2017 8:47:30 AM
To: shak...@gmail.com<mailto:shak...@gmail.com>
Cc: OpenStack Development Mailing List (not for usage questions); 张玉军
Subject: [openstack-dev] [stackalytics] user correction seems not effective

Hi, Ilya

I submitted a patch for user correction[1] several months ago. It is supposed 
to reset the Email list of user `zhangyujun`. But it seems not effective from 
the response of stackalytics api.

curl http://stackalytics.com/api/1.0/users/zhangyujun


{"user": {"launchpad_id": "zhangyujun", "user_id": "zhangyujun", "seq": 65434, 
"company_link": "EasyStack",
 "text": "Zhang Yujun", "companies": [{"company_name": "ZTE Corporation", 
"end_date": 1474588800}, {"company_name": "EasyStack", "end_date": 0}], "id": 
"zhangyujun", "static": true, "gerrit_id": "zhangyujun", "user_name": "Zhang 
Yujun", "emails": 
["zhangyujun.d...@gmail.com<mailto:zhangyujun.d...@gmail.com>", 
"zhangyu...@gmail.com<mailto:zhangyu...@gmail.com>", 
"284517...@qq.com<mailto:284517...@qq.com>", 
"zhangyujun+...@gmail.com<mailto:zhangyujun%2b...@gmail.com>", 
"yujun.zh...@easystack.cn<mailto:yujun.zh...@easystack.cn>", 
"zhang.yuj...@zte.com.cn<mailto:zhang.yuj...@zte.com.cn>"]}}

The email address in red should be removed if the patch works as expected.

Is there any way I can make further investigation on this issue? The log 
message from the stackalytics server might be helpful.


[1]: https://review.openstack.org/#/c/426502/

--
Yujun Zhang
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: 
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe<http://openstack-dev-requ...@lists.openstack.org?subject:unsubscribe>
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
--
Yujun Zhang
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [stackalytics] user correction seems not effective

2017-03-19 Thread Trinath Somanchi
Jenkins is throwing some Failures in new submissions. That might be an issue.

Get Outlook for iOS


From: Yujun Zhang (ZTE) 
Sent: Monday, March 20, 2017 8:47:30 AM
To: shak...@gmail.com
Cc: OpenStack Development Mailing List (not for usage questions); 张玉军
Subject: [openstack-dev] [stackalytics] user correction seems not effective

Hi, Ilya

I submitted a patch for user correction[1] several months ago. It is supposed 
to reset the Email list of user `zhangyujun`. But it seems not effective from 
the response of stackalytics api.

curl http://stackalytics.com/api/1.0/users/zhangyujun


{"user": {"launchpad_id": "zhangyujun", "user_id": "zhangyujun", "seq": 65434, 
"company_link": "EasyStack",
 "text": "Zhang Yujun", "companies": [{"company_name": "ZTE Corporation", 
"end_date": 1474588800}, {"company_name": "EasyStack", "end_date": 0}], "id": 
"zhangyujun", "static": true, "gerrit_id": "zhangyujun", "user_name": "Zhang 
Yujun", "emails": 
["zhangyujun.d...@gmail.com", 
"zhangyu...@gmail.com", 
"284517...@qq.com", 
"zhangyujun+...@gmail.com", 
"yujun.zh...@easystack.cn", 
"zhang.yuj...@zte.com.cn"]}}

The email address in red should be removed if the patch works as expected.

Is there any way I can make further investigation on this issue? The log 
message from the stackalytics server might be helpful.


[1]: https://review.openstack.org/#/c/426502/

--
Yujun Zhang
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [Openstack] libvirtError: internal error: Unable to add port tapxx to OVS

2017-03-07 Thread Trinath Somanchi
Can you give architectural and functional details of your setup.

Like, network topology and configuration.

/ Trinath

From: Avi Cohen (A) [mailto:avi.co...@huawei.com]
Sent: Tuesday, March 07, 2017 10:37 PM
To: Trinath Somanchi <trinath.soman...@nxp.com>; openstack@lists.openstack.org
Subject: RE: [Openstack] libvirtError: internal error: Unable to add port tapxx 
to OVS

Yes - it is created by the controller (distributed controller)

From: Trinath Somanchi [mailto:trinath.soman...@nxp.com]
Sent: Tuesday, 07 March, 2017 6:14 PM
To: openstack@lists.openstack.org<mailto:openstack@lists.openstack.org>; Avi 
Cohen (A)
Subject: Re: [Openstack] libvirtError: internal error: Unable to add port tapxx 
to OVS

Did you create ovs bridge 'br-int'?? In controller and compute nodes ??
Get Outlook for iOS<https://aka.ms/o0ukef>


From: Avi Cohen (A) <avi.co...@huawei.com<mailto:avi.co...@huawei.com>>
Sent: Tuesday, March 7, 2017 7:19:03 PM
To: openstack@lists.openstack.org<mailto:openstack@lists.openstack.org>
Subject: [Openstack] libvirtError: internal error: Unable to add port tapxx to 
OVS

Hello,
I get this error whenever I try to  launch a VM  (log is attached)
I have last dev-stack installed on bare-metal (fedora24)
Who can assist ?
Regards avi
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] libvirtError: internal error: Unable to add port tapxx to OVS

2017-03-07 Thread Trinath Somanchi
Did you create ovs bridge 'br-int'?? In controller and compute nodes ??

Get Outlook for iOS


From: Avi Cohen (A) 
Sent: Tuesday, March 7, 2017 7:19:03 PM
To: openstack@lists.openstack.org
Subject: [Openstack] libvirtError: internal error: Unable to add port tapxx to 
OVS

Hello,
I get this error whenever I try to  launch a VM  (log is attached)
I have last dev-stack installed on bare-metal (fedora24)
Who can assist ?
Regards avi
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [openstack-dev] [all] Small steps for Go

2017-03-07 Thread Trinath Somanchi
+1 , please add me.

/Trinath

Get Outlook for iOS


From: Davanum Srinivas 
Sent: Tuesday, March 7, 2017 6:47:49 PM
To: OpenStack Development Mailing List (not for usage questions)
Subject: [openstack-dev] [all] Small steps for Go

Folks,

Anyone interested? https://etherpad.openstack.org/p/go-and-containers

Thanks,
Dims

--
Davanum Srinivas :: https://twitter.com/dims

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [Openstack] nova assign isntances to cpu pinning

2017-02-06 Thread Trinath Somanchi
How your trying to add them is the main issue.

Source openrc with admin credentials and try to add the aggregate host.

Hope this helps.

/ Trinath

From: Manuel Sopena Ballesteros [mailto:manuel...@garvan.org.au]
Sent: Tuesday, February 07, 2017 5:49 AM
To: openstack@lists.openstack.org
Subject: [Openstack] nova assign isntances to cpu pinning

Hi,

I am trying to isolate my instances by cpu socket in order to improve my NUMA 
hardware performance.

[root@openstack-dev ~(keystone_admin)]# nova aggregate-set-metadata numa 
pinned=true
Metadata has been successfully updated for aggregate 1.
++++++
| Id | Name | Availability Zone | Hosts | Metadata|
++++++
| 1  | numa   | -   | | 'pinned=true'   
  |
++++++

I have done the changes on the nova metadata but my admin can't see the 
instances

[root@openstack-dev ~(keystone_admin)]# nova aggregate-add-host numa 
4d4f3c3f-2894-4244-b74c-2c479e296ff8
ERROR (NotFound): Compute host 4d4f3c3f-2894-4244-b74c-2c479e296ff8 could not 
be found. (HTTP 404) (Request-ID: req-286985d8-d6ce-429e-b234-dd5eac5ad62e)

And the user who has access to those instances does not have privileges to add 
the hosts

[root@openstack-dev ~(keystone_myuser)]# nova aggregate-add-host numa 
4d4f3c3f-2894-4244-b74c-2c479e296ff8
ERROR (Forbidden): Policy doesn't allow os_compute_api:os-aggregates:index to 
be performed. (HTTP 403) (Request-ID: req-a5687fd4-c00d-4b64-af9e-bd5a82eb99c1)

What would be the recommended way to do this?

Thank you very much

Manuel Sopena Ballesteros | Big data Engineer
Garvan Institute of Medical Research
The Kinghorn Cancer Centre, 370 Victoria Street, Darlinghurst, NSW 2010
T: + 61 (0)2 9355 5760 | F: +61 (0)2 9295 8507 | E: 
manuel...@garvan.org.au

NOTICE
Please consider the environment before printing this email. This message and 
any attachments are intended for the addressee named and may contain legally 
privileged/confidential/copyright information. If you are not the intended 
recipient, you should not read, use, disclose, copy or distribute this 
communication. If you have received this message in error please notify us at 
once by return email and then delete both messages. We accept no liability for 
the distribution of viruses or similar in electronic communications. This 
notice should not be removed.
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] [Nova][NUM-Error] VM spawn error - Insufficient compute resources

2017-02-01 Thread Trinath Somanchi
Here is the configuration of the host.

http://paste.openstack.org/show/597229/

I have configured a flavor with hw:mem_page_size: 1024

/ Trinath

From: Trinath Somanchi
Sent: Wednesday, February 01, 2017 5:41 PM
To: Openstack <openstack@lists.openstack.org>
Subject: [Nova][NUM-Error] VM spawn error - Insufficient compute resources


Hi-

While enabling VM with huge pages, I get the following error.

2017-02-01 18:02:14.305 ERROR nova.scheduler.utils 
[req-e9408e8e-bbb5-499f-ab71-07ae694b23b0 admin alt_demo] [instance: 
82bf7e7c-d835-4624-845d-2bd0dbdd0a11] Error from last host: openstack (node 
openstack): [u'Traceback (most recent call last):\n', u'  File 
"/opt/stack/nova/nova/compute/manager.py", line 1783, in 
_do_build_and_run_instance\nfilter_properties)\n', u'  File 
"/opt/stack/nova/nova/compute/manager.py", line 1938, in 
_build_and_run_instance\ninstance_uuid=instance.uuid, 
reason=e.format_message())\n', u'RescheduledException: Build of instance 
82bf7e7c-d835-4624-845d-2bd0dbdd0a11 was re-scheduled: Insufficient compute 
resources: Requested instance NUMA topology cannot fit the given host NUMA 
topology.\n']

I'm using devstack (stable/newton) and nova (6.0.0).

I have configured hugepages and flavors following the guide at 
http://docs.openstack.org/admin-guide/compute-huge-pages.html

Kindly please help me resolve this issue.

/ Trinath

Trinath Somanchi.
GSD , Digital Networking, NXP India Pvt Limited
1st Floor, Block 3, DLF Cyber City, Gachibowli, Hyderabad- 500032, India.
Email: trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>  | Mobile: +91 
9866235130 | Off: +91 4033504051
[cid:image002.png@01D27CD8.4BB26B90]

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] References for setting up your network

2017-01-31 Thread Trinath Somanchi
The best way to know-how about openstack is to manually install openstack form 
installation docs [1]. There you can understand different components of 
openstack their configuration and usage.

If you want to develop something in and around openstack, go for 
openstack-dev/devstack.

Hope this helps.

[1] http://docs.openstack.org/project-install-guide/newton/


/ Trinath

From: Dimitris Theoharis [mailto:dimt...@auvious.com]
Sent: Tuesday, January 31, 2017 5:54 PM
To: Openstack 
Subject: [Openstack] References for setting up your network



Hello

I am new to openstack and i am experimenting with it at home using virtual 
machines before i feel comfortable going into a production environment. Are 
there any good online tutorials or even books for purchase that explain in 
detail how to configure your network ? I am learning openstack using the 
openstack-ansible role .

thank you
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Setting up another compute node

2017-01-24 Thread Trinath Somanchi
Cool!. It’s a misconfiguration at controller. It happens when you configure the 
environment.

Congratulations!

/ Trinath

From: Peter Kirby [mailto:peter.ki...@objectstream.com]
Sent: Tuesday, January 24, 2017 8:17 PM
To: Eugen Block <ebl...@nde.ag>
Cc: OpenStack <openstack@lists.openstack.org>
Subject: Re: [Openstack] Setting up another compute node

Thank you all for the suggestions.  I just copied all the neutron config files 
from the working compute node and now the new one is working.  Unfortunately, I 
didn't make a backup copy of the files that were there so I can't compare and 
see what I had done wrong, but everything is working now.
Thanks again.

On Tue, Jan 24, 2017 at 2:02 AM, Eugen Block 
<ebl...@nde.ag<mailto:ebl...@nde.ag>> wrote:
Have you tried to create a new port manually? I assume this will also fail, 
then you have to check your neutron configuration. If it works, try to attach 
that port to a new instance and see what nova says.


Zitat von Trinath Somanchi 
<trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>>:
PortBindingFailed: Binding failed for port e1058d22-9a7b-4988-9644-d0f476a01015,


Please reverify neutron configuration


Get Outlook for iOS<https://aka.ms/o0ukef>



From: Peter Kirby 
<peter.ki...@objectstream.com<mailto:peter.ki...@objectstream.com>>
Sent: Tuesday, January 24, 2017 2:02:57 AM
To: Trinath Somanchi
Cc: OpenStack
Subject: Re: [Openstack] Setting up another compute node

I agree.  But I can't figure out why the port isn't getting created.  Those 
lines are the only ones that show up in neutron logs.

Here's what shows up in the nova logs:

Jan 23 14:09:21 vhost2 nova-compute[8936]: Traceback (most recent call last):
Jan 23 14:09:21 vhost2 nova-compute[8936]: File 
"/usr/lib/python2.7/site-packages/eventlet/hubs/poll.py", line 115, in wait
Jan 23 14:09:21 vhost2 nova-compute[8936]: listener.cb(fileno)
Jan 23 14:09:21 vhost2 nova-compute[8936]: File 
"/usr/lib/python2.7/site-packages/eventlet/greenthread.py", line 214, in main
Jan 23 14:09:21 vhost2 nova-compute[8936]: result = function(*args, **kwargs)
Jan 23 14:09:21 vhost2 nova-compute[8936]: File 
"/usr/lib/python2.7/site-packages/nova/utils.py", line 1159, in context_wrapper
Jan 23 14:09:21 vhost2 nova-compute[8936]: return func(*args, **kwargs)
Jan 23 14:09:21 vhost2 nova-compute[8936]: File 
"/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 1587, in 
_allocate_network_async
Jan 23 14:09:21 vhost2 nova-compute[8936]: six.reraise(*exc_info)
Jan 23 14:09:21 vhost2 nova-compute[8936]: File 
"/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 1570, in 
_allocate_network_async
Jan 23 14:09:21 vhost2 nova-compute[8936]: bind_host_id=bind_host_id)
Jan 23 14:09:21 vhost2 nova-compute[8936]: File 
"/usr/lib/python2.7/site-packages/nova/network/neutronv2/api.py", line 685, in 
allocate_for_instance
Jan 23 14:09:21 vhost2 nova-compute[8936]: self._delete_ports(neutron, 
instance, created_port_ids)
Jan 23 14:09:21 vhost2 nova-compute[8936]: File 
"/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
Jan 23 14:09:21 vhost2 nova-compute[8936]: self.force_reraise()
Jan 23 14:09:21 vhost2 nova-compute[8936]: File 
"/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in 
force_reraise
Jan 23 14:09:21 vhost2 nova-compute[8936]: six.reraise(self.type_, self.value, 
self.tb)
Jan 23 14:09:21 vhost2 nova-compute[8936]: File 
"/usr/lib/python2.7/site-packages/nova/network/neutronv2/api.py", line 674, in 
allocate_for_instance
Jan 23 14:09:21 vhost2 nova-compute[8936]: security_group_ids, available_macs, 
dhcp_opts)
Jan 23 14:09:21 vhost2 nova-compute[8936]: File 
"/usr/lib/python2.7/site-packages/nova/network/neutronv2/api.py", line 261, in 
_create_port
Jan 23 14:09:21 vhost2 nova-compute[8936]: raise 
exception.PortBindingFailed(port_id=port_id)
Jan 23 14:09:21 vhost2 nova-compute[8936]: PortBindingFailed: Binding failed 
for port e1058d22-9a7b-4988-9644-d0f476a01015, please check neutron logs for 
more information.
Jan 23 14:09:21 vhost2 nova-compute[8936]: Removing descriptor: 21



Peter Kirby / Infrastructure and Build Engineer
Magento Certified Developer 
Plus<https://www.magentocommerce.com/certification/directory/dev/2215598/>
peter.ki...@objectstream.com<mailto:peter.ki...@objectstream.com><mailto:peter.ki...@objectstream.com<mailto:peter.ki...@objectstream.com>>

Objectstream, Inc.
Office: 405-942-4477<tel:405-942-4477> / 
Fax: 866-814-0174<tel:866-814-0174>
7725 W Reno Avenue, Suite 307 Oklahoma City, OK 73127
http://www.objectstream.com/

On Mon, Jan 23, 2017 at 2:21 PM, Trinath Somanchi 
<trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com><mailto:trinath.soman...@nxp.com<mailto:trinath.soman...@

Re: [Openstack] Unable Upload Image

2017-01-24 Thread Trinath Somanchi
Congratulations!

Nice learning 

Get Outlook for iOS<https://aka.ms/o0ukef>


From: Bjorn Mork <bjron.m...@gmail.com>
Sent: Tuesday, January 24, 2017 3:24:26 PM
To: Trinath Somanchi
Cc: openstack@lists.openstack.org
Subject: Re: [Openstack] Unable Upload Image

Hi,

Thanks for your support and pointing the culprit. Actually, I had multiple 
services configured on controller, which I removed manually and re-verified 
Glance configuration side. Which was already okay...at last issue is resolved.


[root@Controller ~]# openstack service list
WARNING: openstackclient.common.utils is deprecated and will be removed after 
Jun 2017. Please use osc_lib.utils
+--+--+--+
| ID   | Name | Type |
+--+--+--+
| 16a01e55aded47a6baa977a8afba8e19 | glance   | image|
| 328e27c225834469b6340f0c09bf118a | glance   | image|
| 583d44a1a4834223bbec2435d1cd7a12 | neutron  | network  |
| 5a6717672d034aaca24a7575f5ac1d4d | manilav2 | sharev2  |
| 9094446d95c0435d8f379aefaa5c0964 | cinder   | volume   |
| a03a1faebfd74daba077ce30a3058e41 | manila   | share|
| a505184b9ac348c3acd81a055cb73f4a | keystone | identity |
| ec45b879f9e0449bb72ad8dcd42e075c | glance   | image|
| f778fdd0ee484a96a682f8bb40166875 | cinderv2 | volumev2 |
| fd30560ff857410dbbd4299b8dc3b164 | nova | compute  |
+--+--+--+
[root@Controller ~]# openstack service delete ec45b879f9e0449bb72ad8dcd42e075c
WARNING: openstackclient.common.utils is deprecated and will be removed after 
Jun 2017. Please use osc_lib.utils
[root@Controller ~]#
[root@Controller ~]#
[root@Controller ~]# openstack service delete 328e27c225834469b6340f0c09bf118a
WARNING: openstackclient.common.utils is deprecated and will be removed after 
Jun 2017. Please use osc_lib.utils
[root@Controller ~]#
[root@Controller ~]#
[root@Controller ~]#
[root@Controller ~]# openstack service list
WARNING: openstackclient.common.utils is deprecated and will be removed after 
Jun 2017. Please use osc_lib.utils
+--+--+--+
| ID   | Name | Type |
+--+--+--+
| 16a01e55aded47a6baa977a8afba8e19 | glance   | image|
| 583d44a1a4834223bbec2435d1cd7a12 | neutron  | network  |
| 5a6717672d034aaca24a7575f5ac1d4d | manilav2 | sharev2  |
| 9094446d95c0435d8f379aefaa5c0964 | cinder   | volume   |
| a03a1faebfd74daba077ce30a3058e41 | manila   | share|
| a505184b9ac348c3acd81a055cb73f4a | keystone | identity |
| f778fdd0ee484a96a682f8bb40166875 | cinderv2 | volumev2 |
| fd30560ff857410dbbd4299b8dc3b164 | nova | compute  |
+--+--+--+
[root@Controller ~]#

Thanks for your support.

Regards,
B~Mork




On Sun, Jan 22, 2017 at 2:57 PM, Trinath Somanchi 
<trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>> wrote:
Very Good.

Here is the culprit, ServiceCatalogException: Invalid service catalog service: 
image

Please debug it.

/ Trinath

From: Bjorn Mork [mailto:bjron.m...@gmail.com<mailto:bjron.m...@gmail.com>]
Sent: Sunday, January 22, 2017 4:24 PM

To: Trinath Somanchi <trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>>
Cc: openstack@lists.openstack.org<mailto:openstack@lists.openstack.org>
Subject: Re: [Openstack] Unable Upload Image

Thanks for sharing link. Logs given below;

Error_log

[Sun Jan 22 10:44:40.804142 2017] [:error] [pid 4817] 
DEBUG:keystoneauth.session:REQ: curl -g -i -X GET 
http://controller:5000/v3/users/bac999c177474e08976c54a362ba6a70/projects -H 
"User-Agent: python-keystoneclient" -H "Accept: application/json" -H 
"X-Auth-Token: {SHA1}cbccf767336b5e5e11dfd1eb113243f01893cc16"
[Sun Jan 22 10:44:40.882088 2017] [:error] [pid 4817] 
DEBUG:keystoneauth.session:RESP: [200] Date: Sun, 22 Jan 2017 10:44:40 GMT 
Server: Apache/2.4.6 (CentOS) mod_wsgi/3.4 Python/2.7.5 Vary: X-Auth-Token 
x-openstack-request-id: req-4cb2d8ce-8894-40b2-afcf-1ae68bfec228 
Content-Length: 460 Keep-Alive: timeout=5, max=100 Connection: Keep-Alive 
Content-Type: application/json
[Sun Jan 22 10:44:40.882121 2017] [:error] [pid 4817] RESP BODY: {"links": 
{"self": 
"http://controller:5000/v3/users/bac999c177474e08976c54a362ba6a70/projects;, 
"previous": null, "next": null}, "projects": [{"is_domain": false, 
"description": "Admin Project", "links": {"self": 
"http://controller:5000/v3/projects/1c53d92609ca40a290a8a552b466b30a"}, 
"enabled": true, "id": "1c53d92609ca40a290a8a552b466b30a", "parent_id": 
"183a01ba69194a9fac15d02b4c9aa118", "domain_id": 
"183

Re: [Openstack] Setting up another compute node

2017-01-23 Thread Trinath Somanchi

PortBindingFailed: Binding failed for port e1058d22-9a7b-4988-9644-d0f476a01015,


Please reverify neutron configuration


Get Outlook for iOS<https://aka.ms/o0ukef>


From: Peter Kirby <peter.ki...@objectstream.com>
Sent: Tuesday, January 24, 2017 2:02:57 AM
To: Trinath Somanchi
Cc: OpenStack
Subject: Re: [Openstack] Setting up another compute node

I agree.  But I can't figure out why the port isn't getting created.  Those 
lines are the only ones that show up in neutron logs.

Here's what shows up in the nova logs:

Jan 23 14:09:21 vhost2 nova-compute[8936]: Traceback (most recent call last):
Jan 23 14:09:21 vhost2 nova-compute[8936]: File 
"/usr/lib/python2.7/site-packages/eventlet/hubs/poll.py", line 115, in wait
Jan 23 14:09:21 vhost2 nova-compute[8936]: listener.cb(fileno)
Jan 23 14:09:21 vhost2 nova-compute[8936]: File 
"/usr/lib/python2.7/site-packages/eventlet/greenthread.py", line 214, in main
Jan 23 14:09:21 vhost2 nova-compute[8936]: result = function(*args, **kwargs)
Jan 23 14:09:21 vhost2 nova-compute[8936]: File 
"/usr/lib/python2.7/site-packages/nova/utils.py", line 1159, in context_wrapper
Jan 23 14:09:21 vhost2 nova-compute[8936]: return func(*args, **kwargs)
Jan 23 14:09:21 vhost2 nova-compute[8936]: File 
"/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 1587, in 
_allocate_network_async
Jan 23 14:09:21 vhost2 nova-compute[8936]: six.reraise(*exc_info)
Jan 23 14:09:21 vhost2 nova-compute[8936]: File 
"/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 1570, in 
_allocate_network_async
Jan 23 14:09:21 vhost2 nova-compute[8936]: bind_host_id=bind_host_id)
Jan 23 14:09:21 vhost2 nova-compute[8936]: File 
"/usr/lib/python2.7/site-packages/nova/network/neutronv2/api.py", line 685, in 
allocate_for_instance
Jan 23 14:09:21 vhost2 nova-compute[8936]: self._delete_ports(neutron, 
instance, created_port_ids)
Jan 23 14:09:21 vhost2 nova-compute[8936]: File 
"/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
Jan 23 14:09:21 vhost2 nova-compute[8936]: self.force_reraise()
Jan 23 14:09:21 vhost2 nova-compute[8936]: File 
"/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in 
force_reraise
Jan 23 14:09:21 vhost2 nova-compute[8936]: six.reraise(self.type_, self.value, 
self.tb)
Jan 23 14:09:21 vhost2 nova-compute[8936]: File 
"/usr/lib/python2.7/site-packages/nova/network/neutronv2/api.py", line 674, in 
allocate_for_instance
Jan 23 14:09:21 vhost2 nova-compute[8936]: security_group_ids, available_macs, 
dhcp_opts)
Jan 23 14:09:21 vhost2 nova-compute[8936]: File 
"/usr/lib/python2.7/site-packages/nova/network/neutronv2/api.py", line 261, in 
_create_port
Jan 23 14:09:21 vhost2 nova-compute[8936]: raise 
exception.PortBindingFailed(port_id=port_id)
Jan 23 14:09:21 vhost2 nova-compute[8936]: PortBindingFailed: Binding failed 
for port e1058d22-9a7b-4988-9644-d0f476a01015, please check neutron logs for 
more information.
Jan 23 14:09:21 vhost2 nova-compute[8936]: Removing descriptor: 21



Peter Kirby / Infrastructure and Build Engineer
Magento Certified Developer 
Plus<https://www.magentocommerce.com/certification/directory/dev/2215598/>
peter.ki...@objectstream.com<mailto:peter.ki...@objectstream.com>

Objectstream, Inc.
Office: 405-942-4477 / Fax: 866-814-0174
7725 W Reno Avenue, Suite 307 Oklahoma City, OK 73127
http://www.objectstream.com/

On Mon, Jan 23, 2017 at 2:21 PM, Trinath Somanchi 
<trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>> wrote:
The port doesn't exists at all.

Port e1058d22-9a7b-4988-9644-d0f476a01015 not present in bridge br-int

Get Outlook for iOS<https://aka.ms/o0ukef>

____
From: Peter Kirby 
<peter.ki...@objectstream.com<mailto:peter.ki...@objectstream.com>>
Sent: Tuesday, January 24, 2017 1:43:36 AM

To: Trinath Somanchi
Cc: OpenStack
Subject: Re: [Openstack] Setting up another compute node

I just did another attempt at this so I'd have fresh logs.

There are all the lines produced in the neutron openvswitch-agent.log file when 
I attempt that previous command.

2017-01-23 14:09:20.918 8097 INFO neutron.agent.securitygroups_rpc 
[req-a9ab1e05-cf41-44ce-8762-d7f0f72e7ba3 582643be48c04603a09250a1be6e6cf3 
1dd7b6481aa34ef7ba105a7336845369 - - -] Security group member updated 
[u'a52a5f37-e0dd-4810-a719-2555f348bc1c']
2017-01-23 14:09:21.132 8097 INFO neutron.agent.securitygroups_rpc 
[req-b8cc3ab8-d4f3-4c96-820d-148ae6fd47af 582643be48c04603a09250a1be6e6cf3 
1dd7b6481aa34ef7ba105a7336845369 - - -] Security group member updated 
[u'a52a5f37-e0dd-4810-a719-2555f348bc1c']
2017-01-23 14:09:22.057 8097 INFO neutron.agent.common.ovs_lib 
[req-d4d61032-5071-4792-a2a1-3d645d44ccfa - - - - -] Port 
e1058d22-9a7b-4988-9644-d0f476a01015 not present in bridge br-int
2017-01-23 14:09:22.058

Re: [Openstack] Setting up another compute node

2017-01-23 Thread Trinath Somanchi
The port doesn't exists at all.

Port e1058d22-9a7b-4988-9644-d0f476a01015 not present in bridge br-int

Get Outlook for iOS<https://aka.ms/o0ukef>


From: Peter Kirby <peter.ki...@objectstream.com>
Sent: Tuesday, January 24, 2017 1:43:36 AM
To: Trinath Somanchi
Cc: OpenStack
Subject: Re: [Openstack] Setting up another compute node

I just did another attempt at this so I'd have fresh logs.

There are all the lines produced in the neutron openvswitch-agent.log file when 
I attempt that previous command.

2017-01-23 14:09:20.918 8097 INFO neutron.agent.securitygroups_rpc 
[req-a9ab1e05-cf41-44ce-8762-d7f0f72e7ba3 582643be48c04603a09250a1be6e6cf3 
1dd7b6481aa34ef7ba105a7336845369 - - -] Security group member updated 
[u'a52a5f37-e0dd-4810-a719-2555f348bc1c']
2017-01-23 14:09:21.132 8097 INFO neutron.agent.securitygroups_rpc 
[req-b8cc3ab8-d4f3-4c96-820d-148ae6fd47af 582643be48c04603a09250a1be6e6cf3 
1dd7b6481aa34ef7ba105a7336845369 - - -] Security group member updated 
[u'a52a5f37-e0dd-4810-a719-2555f348bc1c']
2017-01-23 14:09:22.057 8097 INFO neutron.agent.common.ovs_lib 
[req-d4d61032-5071-4792-a2a1-3d645d44ccfa - - - - -] Port 
e1058d22-9a7b-4988-9644-d0f476a01015 not present in bridge br-int
2017-01-23 14:09:22.058 8097 INFO 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent 
[req-d4d61032-5071-4792-a2a1-3d645d44ccfa - - - - -] port_unbound(): net_uuid 
None not in local_vlan_map
2017-01-23 14:09:22.059 8097 INFO neutron.agent.securitygroups_rpc 
[req-d4d61032-5071-4792-a2a1-3d645d44ccfa - - - - -] Remove device filter for 
[u'e1058d22-9a7b-4988-9644-d0f476a01015']


When I attempt to check the status of the port mentioned there, it doesn't 
exist on either compute node.

(neutron) port-show e1058d22-9a7b-4988-9644-d0f476a01015
Unable to find port with name or id 'e1058d22-9a7b-4988-9644-d0f476a01015'


Thank you very much for your input.




Peter Kirby / Infrastructure and Build Engineer
Magento Certified Developer 
Plus<https://www.magentocommerce.com/certification/directory/dev/2215598/>
peter.ki...@objectstream.com<mailto:peter.ki...@objectstream.com>

Objectstream, Inc.
Office: 405-942-4477 / Fax: 866-814-0174
7725 W Reno Avenue, Suite 307 Oklahoma City, OK 73127
http://www.objectstream.com/

On Mon, Jan 23, 2017 at 1:48 PM, Trinath Somanchi 
<trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>> wrote:
This is the error

 port_unbound(): net_uuid None not in local_vlan_map


Get Outlook for iOS<https://aka.ms/o0ukef>


From: Peter Kirby 
<peter.ki...@objectstream.com<mailto:peter.ki...@objectstream.com>>
Sent: Tuesday, January 24, 2017 12:45:01 AM
To: Trinath Somanchi
Cc: OpenStack
Subject: Re: [Openstack] Setting up another compute node

I am using the CLI so I can force the VM to create on the new host.  Using this 
command:

openstack server create \
  --image db090568-9500-4092-ac23-364f25940b2f \
  --flavor m1.small \
  --availability-zone nova:vhost2 \
  --nic net-id=ce7f1bf3-b6b3-45c3-8251-2cbcdc9d4595 \
  temptest

If I do not specify vhost2, this command does successfully create the VM on 
vhost1.



Peter Kirby / Infrastructure and Build Engineer
Magento Certified Developer 
Plus<https://www.magentocommerce.com/certification/directory/dev/2215598/>
peter.ki...@objectstream.com<mailto:peter.ki...@objectstream.com>

Objectstream, Inc.
Office: 405-942-4477 / Fax: 866-814-0174
7725 W Reno Avenue, Suite 307 Oklahoma City, OK 73127
http://www.objectstream.com/

On Mon, Jan 23, 2017 at 12:27 PM, Trinath Somanchi 
<trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>> wrote:

Can you post how did you spawn the VM ? I guess network is not added.


/Trinath


From: Peter Kirby 
<peter.ki...@objectstream.com<mailto:peter.ki...@objectstream.com>>
Sent: Monday, January 23, 2017 9:22:10 PM
To: OpenStack
Subject: [Openstack] Setting up another compute node

Hi,

I'm currently running OpenStack Mitaka on CentOS 7.2 and I'm trying to setup 
another compute node.

I have nova installed and running and the following neutron packages:
openstack-neutron.noarch  1:8.3.0-1.el7@openstack-mitaka
openstack-neutron-common.noarch   1:8.3.0-1.el7@openstack-mitaka
openstack-neutron-ml2.noarch  1:8.3.0-1.el7@openstack-mitaka
openstack-neutron-openvswitch.noarch  1:8.3.0-1.el7@openstack-mitaka
python-neutron.noarch 1:8.3.0-1.el7@openstack-mitaka
python-neutron-lib.noarch 0.0.3-1.el7  @openstack-mitaka
python2-neutronclient.noarch  4.1.2-1.el7  @openstack-mitaka

The neutron-openvswitch-agent is up and running and I can see it and nova from 
the OpenStack commandline.  Neutron agent-list says the new host has the 
openvswitch agent and it's alive.

However, when I tr

Re: [Openstack] Setting up another compute node

2017-01-23 Thread Trinath Somanchi
This is the error

 port_unbound(): net_uuid None not in local_vlan_map


Get Outlook for iOS<https://aka.ms/o0ukef>


From: Peter Kirby <peter.ki...@objectstream.com>
Sent: Tuesday, January 24, 2017 12:45:01 AM
To: Trinath Somanchi
Cc: OpenStack
Subject: Re: [Openstack] Setting up another compute node

I am using the CLI so I can force the VM to create on the new host.  Using this 
command:

openstack server create \
  --image db090568-9500-4092-ac23-364f25940b2f \
  --flavor m1.small \
  --availability-zone nova:vhost2 \
  --nic net-id=ce7f1bf3-b6b3-45c3-8251-2cbcdc9d4595 \
  temptest

If I do not specify vhost2, this command does successfully create the VM on 
vhost1.



Peter Kirby / Infrastructure and Build Engineer
Magento Certified Developer 
Plus<https://www.magentocommerce.com/certification/directory/dev/2215598/>
peter.ki...@objectstream.com<mailto:peter.ki...@objectstream.com>

Objectstream, Inc.
Office: 405-942-4477 / Fax: 866-814-0174
7725 W Reno Avenue, Suite 307 Oklahoma City, OK 73127
http://www.objectstream.com/

On Mon, Jan 23, 2017 at 12:27 PM, Trinath Somanchi 
<trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>> wrote:

Can you post how did you spawn the VM ? I guess network is not added.


/Trinath


From: Peter Kirby 
<peter.ki...@objectstream.com<mailto:peter.ki...@objectstream.com>>
Sent: Monday, January 23, 2017 9:22:10 PM
To: OpenStack
Subject: [Openstack] Setting up another compute node

Hi,

I'm currently running OpenStack Mitaka on CentOS 7.2 and I'm trying to setup 
another compute node.

I have nova installed and running and the following neutron packages:
openstack-neutron.noarch  1:8.3.0-1.el7@openstack-mitaka
openstack-neutron-common.noarch   1:8.3.0-1.el7@openstack-mitaka
openstack-neutron-ml2.noarch  1:8.3.0-1.el7@openstack-mitaka
openstack-neutron-openvswitch.noarch  1:8.3.0-1.el7@openstack-mitaka
python-neutron.noarch 1:8.3.0-1.el7@openstack-mitaka
python-neutron-lib.noarch 0.0.3-1.el7  @openstack-mitaka
python2-neutronclient.noarch  4.1.2-1.el7  @openstack-mitaka

The neutron-openvswitch-agent is up and running and I can see it and nova from 
the OpenStack commandline.  Neutron agent-list says the new host has the 
openvswitch agent and it's alive.

However, when I try to deploy an instance to this new host, I get the following 
error and the the instances fails to deploy:

2017-01-20 10:51:21.132 24644 INFO neutron.agent.common.ovs_lib 
[req-2be33822-4a69-4521-9267-a81315b20b6b - - - - -] Port 
67b72a38-c553-4f06-953c-92f43d5dea60 not present in bridge br-int
2017-01-20 10:51:21.133 24644 INFO 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent 
[req-2be33822-4a69-4521-9267-a81315b20b6b - - - - -] port_unbound(): net_uuid 
None not in local_vlan_map

Here is the output from ovs-vsctl show:
2e5497fc-6f3a-4761-a99b-d4e95d0614f7
Bridge br-int
fail_mode: secure
Port br-int
Interface br-int
type: internal
Bridge br-ex
Port "eno1"
Interface "eno1"
Port br-ex
Interface br-ex
type: internal
ovs_version: "2.5.0"

I suspect I'm missing one small step, but I've been searching google and logs 
for days now and I can't seem to nail down the problem.  Does anyone have any 
suggestions where I should look next?

Thank you.




___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Setting up another compute node

2017-01-23 Thread Trinath Somanchi
Can you post how did you spawn the VM ? I guess network is not added.


/Trinath


From: Peter Kirby 
Sent: Monday, January 23, 2017 9:22:10 PM
To: OpenStack
Subject: [Openstack] Setting up another compute node

Hi,

I'm currently running OpenStack Mitaka on CentOS 7.2 and I'm trying to setup 
another compute node.

I have nova installed and running and the following neutron packages:
openstack-neutron.noarch  1:8.3.0-1.el7@openstack-mitaka
openstack-neutron-common.noarch   1:8.3.0-1.el7@openstack-mitaka
openstack-neutron-ml2.noarch  1:8.3.0-1.el7@openstack-mitaka
openstack-neutron-openvswitch.noarch  1:8.3.0-1.el7@openstack-mitaka
python-neutron.noarch 1:8.3.0-1.el7@openstack-mitaka
python-neutron-lib.noarch 0.0.3-1.el7  @openstack-mitaka
python2-neutronclient.noarch  4.1.2-1.el7  @openstack-mitaka

The neutron-openvswitch-agent is up and running and I can see it and nova from 
the OpenStack commandline.  Neutron agent-list says the new host has the 
openvswitch agent and it's alive.

However, when I try to deploy an instance to this new host, I get the following 
error and the the instances fails to deploy:

2017-01-20 10:51:21.132 24644 INFO neutron.agent.common.ovs_lib 
[req-2be33822-4a69-4521-9267-a81315b20b6b - - - - -] Port 
67b72a38-c553-4f06-953c-92f43d5dea60 not present in bridge br-int
2017-01-20 10:51:21.133 24644 INFO 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent 
[req-2be33822-4a69-4521-9267-a81315b20b6b - - - - -] port_unbound(): net_uuid 
None not in local_vlan_map

Here is the output from ovs-vsctl show:
2e5497fc-6f3a-4761-a99b-d4e95d0614f7
Bridge br-int
fail_mode: secure
Port br-int
Interface br-int
type: internal
Bridge br-ex
Port "eno1"
Interface "eno1"
Port br-ex
Interface br-ex
type: internal
ovs_version: "2.5.0"

I suspect I'm missing one small step, but I've been searching google and logs 
for days now and I can't seem to nail down the problem.  Does anyone have any 
suggestions where I should look next?

Thank you.



___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] [Kolla-Kubernetes] Ansible Errors.

2017-01-22 Thread Trinath Somanchi
Hi-

While setting up the environment, 
http://docs.openstack.org/developer/kolla-kubernetes/development-environment.html#managing-and-interacting-with-the-environment

I have seen Ansible errors while running command, $> vagrant up.

Error: http://paste.openstack.org/show/595971/

Please help me resolve the issue.


/ Trinath

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] [Kolla-Kuberenetes] kube1 networking issue

2017-01-22 Thread Trinath Somanchi
While moving forward, I got this issue,

root@openstack-pike:/tmp/halcyon-vagrant-kubernetes# kubectl run -i -t 
$(uuidgen) --image=busybox --restart=Never
error: Error loading config file "/root/.kube/config": yaml: mapping values are 
not allowed in this context

was struck here inorder to bring up kolla-kubernetes environment.

Please help me resolve the issue.

/ Trinath

From: Trinath Somanchi [mailto:trinath.soman...@nxp.com]
Sent: Sunday, January 22, 2017 4:04 PM
To: openstack@lists.openstack.org
Subject: [Openstack] [Kolla-Kuberenetes] kube1 networking issue

Hi -


While setting up the kolla-kubernetes development environment,
following the guide 
https://github.com/openstack/kolla-kubernetes/blob/master/doc/source/development-environment.rst#managing-and-interacting-with-the-environment
 ,
I got the following error, http://paste.openstack.org/show/595964/ .

Please help me resolve the issue.

I'm setting up the environment on Ubuntu 14.04.5.

Access is connected to eth1 interface of the box.


/ Trinath

Trinath Somanchi.
GSD , Digital Networking, NXP India Pvt Limited
1st Floor, Block 3, DLF Cyber City, Gachibowli, Hyderabad- 500032, India.
Email: trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>  | Mobile: +91 
9866235130 | Off: +91 4033504051
[cid:image002.png@01D274D0.C558DAC0]

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] [Kolla-Kuberenetes] kube1 networking issue

2017-01-22 Thread Trinath Somanchi
Hi-

With more search into this area, I have found that Ubuntu changed the interface 
names from eth1 to ens0s3.

While checking the interfaces in kube1, I found enp0s3 has got IP 10.0.2.15.

Since there was an error for the interface configuration at kube1, How to 
proceed further with improvements?


/ Trinath

From: Trinath Somanchi [mailto:trinath.soman...@nxp.com]
Sent: Sunday, January 22, 2017 4:04 PM
To: openstack@lists.openstack.org
Subject: [Openstack] [Kolla-Kuberenetes] kube1 networking issue

Hi -


While setting up the kolla-kubernetes development environment,
following the guide 
https://github.com/openstack/kolla-kubernetes/blob/master/doc/source/development-environment.rst#managing-and-interacting-with-the-environment
 ,
I got the following error, http://paste.openstack.org/show/595964/ .

Please help me resolve the issue.

I'm setting up the environment on Ubuntu 14.04.5.

Access is connected to eth1 interface of the box.


/ Trinath

Trinath Somanchi.
GSD , Digital Networking, NXP India Pvt Limited
1st Floor, Block 3, DLF Cyber City, Gachibowli, Hyderabad- 500032, India.
Email: trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>  | Mobile: +91 
9866235130 | Off: +91 4033504051
[cid:image002.png@01D274CE.F4480010]

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Unable Upload Image

2017-01-22 Thread Trinath Somanchi
Very Good.

Here is the culprit, ServiceCatalogException: Invalid service catalog service: 
image

Please debug it.

/ Trinath

From: Bjorn Mork [mailto:bjron.m...@gmail.com]
Sent: Sunday, January 22, 2017 4:24 PM
To: Trinath Somanchi <trinath.soman...@nxp.com>
Cc: openstack@lists.openstack.org
Subject: Re: [Openstack] Unable Upload Image

Thanks for sharing link. Logs given below;

Error_log

[Sun Jan 22 10:44:40.804142 2017] [:error] [pid 4817] 
DEBUG:keystoneauth.session:REQ: curl -g -i -X GET 
http://controller:5000/v3/users/bac999c177474e08976c54a362ba6a70/projects -H 
"User-Agent: python-keystoneclient" -H "Accept: application/json" -H 
"X-Auth-Token: {SHA1}cbccf767336b5e5e11dfd1eb113243f01893cc16"
[Sun Jan 22 10:44:40.882088 2017] [:error] [pid 4817] 
DEBUG:keystoneauth.session:RESP: [200] Date: Sun, 22 Jan 2017 10:44:40 GMT 
Server: Apache/2.4.6 (CentOS) mod_wsgi/3.4 Python/2.7.5 Vary: X-Auth-Token 
x-openstack-request-id: req-4cb2d8ce-8894-40b2-afcf-1ae68bfec228 
Content-Length: 460 Keep-Alive: timeout=5, max=100 Connection: Keep-Alive 
Content-Type: application/json
[Sun Jan 22 10:44:40.882121 2017] [:error] [pid 4817] RESP BODY: {"links": 
{"self": 
"http://controller:5000/v3/users/bac999c177474e08976c54a362ba6a70/projects;, 
"previous": null, "next": null}, "projects": [{"is_domain": false, 
"description": "Admin Project", "links": {"self": 
"http://controller:5000/v3/projects/1c53d92609ca40a290a8a552b466b30a"}, 
"enabled": true, "id": "1c53d92609ca40a290a8a552b466b30a", "parent_id": 
"183a01ba69194a9fac15d02b4c9aa118", "domain_id": 
"183a01ba69194a9fac15d02b4c9aa118", "name": "admin"}]}
[Sun Jan 22 10:44:40.882141 2017] [:error] [pid 4817]
[Sun Jan 22 10:44:42.707364 2017] [:error] [pid 4817] HTTP exception with no 
status/code
[Sun Jan 22 10:44:42.707418 2017] [:error] [pid 4817] Traceback (most recent 
call last):
[Sun Jan 22 10:44:42.707426 2017] [:error] [pid 4817]   File 
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/rest/utils.py",
 line 126, in _wrapped
[Sun Jan 22 10:44:42.707431 2017] [:error] [pid 4817] data = function(self, 
request, *args, **kw)
[Sun Jan 22 10:44:42.707435 2017] [:error] [pid 4817]   File 
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/rest/glance.py",
 line 163, in get
[Sun Jan 22 10:44:42.707440 2017] [:error] [pid 4817] request, 
filters=filters, **kwargs)
[Sun Jan 22 10:44:42.707444 2017] [:error] [pid 4817]   File 
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/glance.py",
 line 293, in image_list_detailed
[Sun Jan 22 10:44:42.707448 2017] [:error] [pid 4817] images_iter = 
glanceclient(request).images.list(page_size=request_size,
[Sun Jan 22 10:44:42.707452 2017] [:error] [pid 4817]   File 
"/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in 
wrapped
[Sun Jan 22 10:44:42.707511 2017] [:error] [pid 4817] value = cache[key] = 
func(*args, **kwargs)
[Sun Jan 22 10:44:42.707519 2017] [:error] [pid 4817]   File 
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/glance.py",
 line 136, in glanceclient
[Sun Jan 22 10:44:42.707537 2017] [:error] [pid 4817] url = 
base.url_for(request, 'image')
[Sun Jan 22 10:44:42.707578 2017] [:error] [pid 4817]   File 
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/base.py",
 line 321, in url_for
[Sun Jan 22 10:44:42.707746 2017] [:error] [pid 4817] raise 
exceptions.ServiceCatalogException(service_type)
[Sun Jan 22 10:44:42.707753 2017] [:error] [pid 4817] ServiceCatalogException: 
Invalid service catalog service: image

Access_LOG

192.168.0.196 - - [22/Jan/2017:14:46:19 +0400] "GET /dashboard/project/images/ 
HTTP/1.1" 200 22767 "http://192.168.0.172/dashboard/project/images; 
"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0"
192.168.0.196 - - [22/Jan/2017:14:46:20 +0400] "GET 
/dashboard/i18n/js/horizon+openstack_dashboard/ HTTP/1.1" 200 2372 
"http://192.168.0.172/dashboard/project/images/; "Mozilla/5.0 (Windows NT 10.0; 
WOW64; rv:50.0) Gecko/20100101 Firefox/50.0"
192.168.0.196 - - [22/Jan/2017:14:46:21 +0400] "POST /dashboard/api/policy/ 
HTTP/1.1" 200 17 "http://192.168.0.172/dashboard/project/images; "Mozilla/5.0 
(Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0"
192.168.0.196 - - [22/Jan/2017:14:46:21 +0400] "GET 
/dashboard/api/keystone/user-session/ HTTP/1.1" 200 626 
"http://192.168.0.172/dashboard/project/images; "Mozilla/5.0 (Windows NT 10.0; 
W

[Openstack] [Kolla-Kuberenetes] kube1 networking issue

2017-01-22 Thread Trinath Somanchi
Hi -


While setting up the kolla-kubernetes development environment,
following the guide 
https://github.com/openstack/kolla-kubernetes/blob/master/doc/source/development-environment.rst#managing-and-interacting-with-the-environment
 ,
I got the following error, http://paste.openstack.org/show/595964/ .

Please help me resolve the issue.

I'm setting up the environment on Ubuntu 14.04.5.

Access is connected to eth1 interface of the box.


/ Trinath

Trinath Somanchi.
GSD , Digital Networking, NXP India Pvt Limited
1st Floor, Block 3, DLF Cyber City, Gachibowli, Hyderabad- 500032, India.
Email: trinath.soman...@nxp.com  | Mobile: +91 9866235130 | Off: +91 4033504051
[cid:image002.png@01D274C9.27B29830]

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Unable Upload Image

2017-01-22 Thread Trinath Somanchi
Please look into logs,

http://docs.openstack.org/mitaka/config-reference/dashboard/logs.html



/ Trinath

From: Bjorn Mork [mailto:bjron.m...@gmail.com]
Sent: Sunday, January 22, 2017 3:25 PM
To: Trinath Somanchi <trinath.soman...@nxp.com>
Cc: openstack@lists.openstack.org
Subject: Re: [Openstack] Unable Upload Image

Hi,

Which log file you need (i will share), full list is shown in below;


[root@controller log]# cd /var/logs
-bash: cd: /var/logs: No such file or directory


[root@controller log]# pwd
/var/log


[root@controller log]# ll
total 1000
drwxr-xr-x. 2 root root176 Jan 21 10:30 anaconda
drwx--. 2 root root 23 Jan 21 10:33 audit
-rw-r--r--. 1 root root   8831 Jan 21 11:39 boot.log
-rw---. 1 root utmp768 Jan 21 11:23 btmp
drwxr-xr-x. 2 chrony   chrony6 Dec  6 17:42 chrony
-rw---. 1 root root   3973 Jan 21 19:01 cron
-rw-r--r--. 1 root root 129218 Jan 21 11:39 dmesg
-rw-r--r--. 1 root root 129219 Jan 21 11:20 dmesg.old
-rw-r--r--. 1 root root113 Jan 21 11:24 firewalld
-rw---. 1 root root   1280 Jan 21 11:12 grubby
-rw-r--r--. 1 root root 291708 Jan 21 15:15 lastlog
-rw---. 1 root root600 Jan 21 11:39 maillog
drwxr-x---. 2 mysqlmysql25 Jan 21 15:08 mariadb
-rw---. 1 root root 607826 Jan 21 19:18 messages
drwx--. 2 root root  6 Jun 10  2014 ppp
drwxr-x---. 2 rabbitmq rabbitmq 69 Jan 21 15:13 rabbitmq
drwxr-xr-x. 2 root root  6 Jan 21 10:30 rhsm
-rw---. 1 root root  12605 Jan 21 15:16 secure
-rw---. 1 root root  0 Jan 21 10:22 spooler
-rw---. 1 root root  0 Jan 21 10:19 tallylog
drwxr-xr-x. 2 root root 23 Dec  6 17:26 tuned
-rw-rw-r--. 1 root utmp  10368 Jan 21 14:40 wtmp
-rw---. 1 root root  12295 Jan 21 15:15 yum.log


Regards,
B~Mork

On Sun, Jan 22, 2017 at 1:41 PM, Trinath Somanchi 
<trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>> wrote:
Can you also check the horizon logs at /var/logs ?

Please post that error here.

/ Trinath

From: Bjorn Mork [mailto:bjron.m...@gmail.com<mailto:bjron.m...@gmail.com>]
Sent: Sunday, January 22, 2017 3:10 PM
To: Trinath Somanchi <trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>>
Cc: openstack@lists.openstack.org<mailto:openstack@lists.openstack.org>
Subject: Re: [Openstack] Unable Upload Image

Hi,
I checked keystone & glance files; password is same. I can login to DB using my 
password on command line.
1. It does not fetch images-list using GUI & shows error  Error: Unable to 
retrieve the images.

2. Unable upload Image if I select file based Image selection via create Image, 
also does not upload image and show  TypeError: response is undefined & Error: 
Unable to create the image.

Glance-api.conf configuration is given below;

[keystone_authtoken]
auth_uri = http://controller:5000
auth_url = http://controller:35357
memcached_servers = controller:11211
auth_type = password
project_domain_name = default
user_domain_name = default
project_name = service
username = glance
password = openstack

[database]
connection = mysql+pymysql://glance:openstack@controller/glance



[root@Controller ~]# mysql -uglance -popenstack -d glance
mysql: unknown option '-d'
[root@Controller ~]# mysql -uglance -popenstack glance
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 3195
Server version: 10.1.18-MariaDB MariaDB Server

Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [glance]>


==
MariaDB [keystone]> select * from endpoint where 
service_id='ec45b879f9e0449bb72ad8dcd42e075c';
+--++---+--++---+-+---+
| id   | legacy_endpoint_id | interface | 
service_id   | url| extra | enabled | 
region_id |
+--++---+--++---+-+---+
| 4b715873910c4693a8bc80507ff5826d | NULL   | internal  | 
ec45b879f9e0449bb72ad8dcd42e075c | http://controller:9292 | {}|   1 | 
RegionOne |
| 4eaf3cff4e7f40c78b0c8e926911dca3 | NULL   | admin | 
ec45b879f9e0449bb72ad8dcd42e075c | http://controller:9292 | {}|   1 | 
RegionOne |
| ca770afcf6984c36bfc5e3cc5927f179 | NULL   | public| 
ec45b879f9e0449bb72ad8dcd42e

Re: [Openstack] Unable Upload Image

2017-01-22 Thread Trinath Somanchi
Can you also check the horizon logs at /var/logs ?

Please post that error here.

/ Trinath

From: Bjorn Mork [mailto:bjron.m...@gmail.com]
Sent: Sunday, January 22, 2017 3:10 PM
To: Trinath Somanchi <trinath.soman...@nxp.com>
Cc: openstack@lists.openstack.org
Subject: Re: [Openstack] Unable Upload Image

Hi,
I checked keystone & glance files; password is same. I can login to DB using my 
password on command line.
1. It does not fetch images-list using GUI & shows error  Error: Unable to 
retrieve the images.

2. Unable upload Image if I select file based Image selection via create Image, 
also does not upload image and show  TypeError: response is undefined & Error: 
Unable to create the image.

Glance-api.conf configuration is given below;

[keystone_authtoken]
auth_uri = http://controller:5000
auth_url = http://controller:35357
memcached_servers = controller:11211
auth_type = password
project_domain_name = default
user_domain_name = default
project_name = service
username = glance
password = openstack

[database]
connection = mysql+pymysql://glance:openstack@controller/glance



[root@Controller ~]# mysql -uglance -popenstack -d glance
mysql: unknown option '-d'
[root@Controller ~]# mysql -uglance -popenstack glance
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 3195
Server version: 10.1.18-MariaDB MariaDB Server

Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [glance]>


==
MariaDB [keystone]> select * from endpoint where 
service_id='ec45b879f9e0449bb72ad8dcd42e075c';
+--++---+--++---+-+---+
| id   | legacy_endpoint_id | interface | 
service_id   | url| extra | enabled | 
region_id |
+--++---+--++---+-+---+
| 4b715873910c4693a8bc80507ff5826d | NULL   | internal  | 
ec45b879f9e0449bb72ad8dcd42e075c | http://controller:9292 | {}|   1 | 
RegionOne |
| 4eaf3cff4e7f40c78b0c8e926911dca3 | NULL   | admin | 
ec45b879f9e0449bb72ad8dcd42e075c | http://controller:9292 | {}|   1 | 
RegionOne |
| ca770afcf6984c36bfc5e3cc5927f179 | NULL   | public| 
ec45b879f9e0449bb72ad8dcd42e075c | http://controller:9292 | {}|   1 | 
RegionOne |
+--++---+--++---+-+---+
3 rows in set (0.00 sec)

===

[root@Controller ~]# openstack endpoint list | grep glance
WARNING: openstackclient.common.utils is deprecated and will be removed after 
Jun 2017. Please use osc_lib.utils
| 4b715873910c4693a8bc80507ff5826d | RegionOne | glance   | image| 
True| internal  | http://controller:9292|
| 4eaf3cff4e7f40c78b0c8e926911dca3 | RegionOne | glance   | image| 
True| admin | http://controller:9292|
| ca770afcf6984c36bfc5e3cc5927f179 | RegionOne | glance   | image| 
True| public| http://controller:9292|
==

Please help further. How can I enable debugging logs to identify actual issue. 
please help.

Regards,
B~Mork


On Sun, Jan 22, 2017 at 12:11 PM, Trinath Somanchi 
<trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>> wrote:
Hi-

There might be session issues from GUI. Please logout and login again.

If the error still persists, please refresh the cookies. Also check your 
keystone configuration and auth credentials with glance and keystone.

/ Trinath

From: Bjorn Mork [mailto:bjron.m...@gmail.com<mailto:bjron.m...@gmail.com>]
Sent: Sunday, January 22, 2017 11:49 AM
To: openstack@lists.openstack.org<mailto:openstack@lists.openstack.org>
Subject: [Openstack] Unable Upload Image

Hi Team,

I need support on my installation, unable to upload images in my setup, It is 
showing error "Error: Unable to retrieve the images." via GUI, although on cli 
, if use the command like shown below it works fine and shows there is already 
one image. But unable to show via GUI...


[root@Controller ~]# source /etc/openstack-scripts/admin-openrc
[root@Controller ~]#
[root@Controller ~]# glance image-list
+--++
| ID   | Name   |
+-

Re: [Openstack] Unable Upload Image

2017-01-22 Thread Trinath Somanchi
Hi-

There might be session issues from GUI. Please logout and login again.

If the error still persists, please refresh the cookies. Also check your 
keystone configuration and auth credentials with glance and keystone.

/ Trinath

From: Bjorn Mork [mailto:bjron.m...@gmail.com]
Sent: Sunday, January 22, 2017 11:49 AM
To: openstack@lists.openstack.org
Subject: [Openstack] Unable Upload Image

Hi Team,

I need support on my installation, unable to upload images in my setup, It is 
showing error "Error: Unable to retrieve the images." via GUI, although on cli 
, if use the command like shown below it works fine and shows there is already 
one image. But unable to show via GUI...


[root@Controller ~]# source /etc/openstack-scripts/admin-openrc
[root@Controller ~]#
[root@Controller ~]# glance image-list
+--++
| ID   | Name   |
+--++
| ade9e725-21bc-4032-90f7-68d517f6106a | cirros |
+--++
[root@Controller ~]#

You are requested to please help me. Thanks

Regards,
B~Mork
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [openstack-dev] [tacker] Weekly meeting time slot - doodle poll

2016-12-03 Thread Trinath Somanchi
Thanks a lot Sridhar.

/ Trinath

From: Sridhar Ramaswamy [mailto:sric...@gmail.com]
Sent: Saturday, December 03, 2016 4:37 AM
To: OpenStack Development Mailing List (not for usage questions) 

Cc: Dharmendra Kushwaha ; 
 ; Tung Doan 
; Tung Doan ; 龚永生 

Subject: Re: [openstack-dev] [tacker] Weekly meeting time slot - doodle poll

Thanks for the all those who responded. There is an overwhelming response to go 
with an early UTC time. I'm picking the following slot,

Wednesdays 0530 UTC

I've pushed a request to switch to new this time effective Dec 14th [1]. We 
will continue with use the existing Tuesdays 1600UTC slot for one more week 
(Dec 6th).

[1] https://review.openstack.org/406390

On Tue, Nov 29, 2016 at 10:17 PM, Sridhar Ramaswamy 
> wrote:
Given the natural changes in the mix of our active members and the recent 
daylight savings time change, I'm opening a doodle poll to find the best slot 
for our weekly meeting with max coverage. Please respond to the doodle poll 
below,

http://doodle.com/poll/ee9p34kfhskd2ucc

Note, this is the same poll shared in today's weekly meeting, though I've added 
more timeslots to pick from. If you've already responded, please log back one 
more time and select all possible slots.

thanks,
Sridhar

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [neutron] Stepping down as testing lieutenant and from the core & drivers teams

2016-11-29 Thread Trinath Somanchi
Hi Assaf -

It's a sad moment to miss you here.  Hope you will find some more time in the 
future to come back.

It's very nice to work with you.

All the best. Don't stop your blog.

/ Trinath

-Original Message-
From: Assaf Muller [mailto:as...@redhat.com] 
Sent: Tuesday, November 29, 2016 12:29 AM
To: OpenStack Development Mailing List (not for usage questions) 

Subject: [openstack-dev] [neutron] Stepping down as testing lieutenant and from 
the core & drivers teams

Hi all,

For the past few months I've been gaining more responsibilities within Red Hat. 
I have less time to dedicate to personal contribution and it's had a 
considerable tole on my ability to perform my duties upstream to the degree of 
effectiveness I am satisfied with. To that end, I've decided that the right 
thing to do is to hand over my testing lieutenant responsibilities to Jakub 
Libosvar, and to step down from the core and drivers team.

This is a bitter sweet moment. I'm enormously proud to see the progress Neutron 
as a platform, community and as a reference implementation have made over the 
last 3 years and I'm thrilled to have taken part in that. It's grown from an 
experiment to a ubiquitous OpenStack project with a proven, robust and scalable 
batteries-included implementation used at the largest retail, insurance, 
banking, web and telco (And more!) companies in the world.
My focus will remain on OpenStack networking but my contributions will be 
indirect through my amazing team members. The people leading Quantum when I 
joined are nearly all gone and luckily we've seen a continuous influx of fresh 
talent ready to take over leadership responsibilities. I'm confident the wheel 
will keep on spinning and the project will continue stepping down the right 
path.

I'll still be on IRC and I'll be working over the upcoming couple of weeks to 
hand off any specific tasks I had going on. Have fun folks.

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Neutron] Stepping down from core

2016-11-17 Thread Trinath Somanchi
Carl -

You are an asset to Neutron community. Missing you as core is a hard thing.

I wish a grand U turn again at your work towards Neutron.

Wishing you all the best.

/Trinath

From: Carl Baldwin [mailto:c...@ecbaldwin.net]
Sent: Friday, November 18, 2016 12:13 AM
To: OpenStack Development Mailing List 
Subject: [openstack-dev] [Neutron] Stepping down from core

Neutron (and Openstack),

It is with regret that I report that my work situation has changed such that 
I'm not able to keep up with my duties as a Neutron core reviewer, L3 
lieutenant, and drivers team member. My participation has dropped off 
considerably since Newton was released and I think it is fair to step down and 
leave an opening for others to fill. There is no shortage of talent in Neutron 
and Openstack and I know I'm leaving it in good hands.

I will be more than happy to come back to full participation in Openstack and 
Neutron in the future if things change again in that direction. This is a great 
community and I've had a great time participating and learning with you all.

Well, I don't want to drag this out. I will still be around on IRC and will be 
happy to help out where I am able. Feel free to ping me.

Carl
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

2016-10-27 Thread Trinath Somanchi
-1.

Occupied for the day.

From: Mohan Kumar [mailto:nmohankumar1...@gmail.com]
Sent: Wednesday, October 26, 2016 7:44 PM
To: OpenStack Development Mailing List (not for usage questions) 

Subject: Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

+1

On Sat, Oct 15, 2016 at 12:00 AM, Miguel Lavalle 
> wrote:
Dear Neutrinos,
I am organizing a social event for the team on Thursday 27th at 19:30. After 
doing some Google research, I am proposing Raco de la Vila, which is located in 
Poblenou: http://www.racodelavila.com/en/index.htm. The menu is here: 
http://www.racodelavila.com/en/carta-racodelavila.htm
It is easy to get there by subway from the Summit venue: 
https://goo.gl/maps/HjaTEcBbDUR2. I made a reservation for 25 people under 
'Neutron' or "Miguel Lavalle". Please confirm your attendance so we can get a 
final count.
Here's some reviews: 
https://www.tripadvisor.com/Restaurant_Review-g187497-d1682057-Reviews-Raco_De_La_Vila-Barcelona_Catalonia.html

Cheers

Miguel

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: 
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [new][meteos] New project: Meteos

2016-10-20 Thread Trinath Somanchi
Hi-

Congratulations on this announcement.

What is the initial stepin to work in this project?
What are the plans and deliverables?

/Trinath

From: Hiroyuki Eguchi [mailto:h-egu...@az.jp.nec.com]
Sent: Thursday, October 20, 2016 12:38 PM
To: 'openstack-dev@lists.openstack.org' 
Subject: [openstack-dev] [new][meteos] New project: Meteos

Hello.

I'm pleased to introduce a new project called Meteos.

Meteos is Machine Learning as a Service (MLaaS) in Apache Spark.

Meteos allows users to analyze huge amount of data and predict a value by data 
mining and machine learning algorithms.
Meteos create a workspace of Machine Learning via OpenStack Sahara's spark 
plugin and manage some resources and jobs regarding Machine Learning.

This project has just started.
I plan to release the initial version by the end of this year.

If you have any questions concerning this project, please feel free to contact 
me.

For more details:

[Wiki]
https://wiki.openstack.org/wiki/Meteos

[Use Case(Predict sales using Meteos)]
https://wiki.openstack.org/wiki/Meteos/Usecase

[Launchpad]
https://launchpad.net/meteos
https://launchpad.net/python-meteosclient

Thanks.

--
Hiroyuki Eguchi

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [Openstack] Location of log messages for stevedore extensions in OpenStack

2016-10-18 Thread Trinath Somanchi
Check " INFO" in the logs.

-Original Message-
From: Kevin Wilson [mailto:wkev...@gmail.com] 
Sent: Tuesday, October 18, 2016 2:11 PM
To: Trinath Somanchi <trinath.soman...@nxp.com>
Cc: openstack@lists.openstack.org
Subject: Re: [Openstack] Location of log messages for stevedore extensions in 
OpenStack

Helo, Tinath,
Thanks for your quick repsonse. It did help. After some trials I found out that 
LOG.error messages from stevedore/extension.py are shown in 
/var/log/nova-compute.log However, I cannot find where I can  set the log level 
to be "info" (so that LOG.info messages will be displayed).

I looked by:

more /etc/nova/nova-compute.conf | grep extension gives nothing, and also more 
/etc/nova/nova-compute.conf | grep stevedore gives nothing


Any ideas ?
Kevin



On Mon, Oct 17, 2016 at 8:39 PM, Trinath Somanchi <trinath.soman...@nxp.com> 
wrote:
> /var/logs. check there..
>
> 
> From: Kevin Wilson <wkev...@gmail.com>
> Sent: Monday, October 17, 2016 8:05:54 PM
> To: openstack@lists.openstack.org
> Subject: [Openstack] Location of log messages for stevedore extensions 
> in OpenStack
>
> Hello,
> I have a machine on which openstack runs and it uses stevedore  API, 
> see for example:
> https://github.com/openstack/stevedore/blob/master/stevedore/extension
> .py
>
> My question is:
> In the exension.py file of stevedore, there are loggin messages, like 
> ...
> LOG.debug('found extension %r', ep)
> ...
>
> What is the location of the log file to which these messages are written ?
>
> Regards,
> Kevin
>
> ___
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe : 
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Location of log messages for stevedore extensions in OpenStack

2016-10-17 Thread Trinath Somanchi
/var/logs. check there..


From: Kevin Wilson 
Sent: Monday, October 17, 2016 8:05:54 PM
To: openstack@lists.openstack.org
Subject: [Openstack] Location of log messages for stevedore extensions in 
OpenStack

Hello,
I have a machine on which openstack runs and it uses stevedore  API,
see for example:
https://github.com/openstack/stevedore/blob/master/stevedore/extension.py

My question is:
In the exension.py file of stevedore, there are loggin messages, like
...
LOG.debug('found extension %r', ep)
...

What is the location of the log file to which these messages are written ?

Regards,
Kevin

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

2016-10-14 Thread Trinath Somanchi
+1


/Trinath


From: Miguel Lavalle 
Sent: Saturday, October 15, 2016 12:00:57 AM
To: OpenStack Development Mailing List
Subject: [openstack-dev] [Neutron] Neutron team social event in Barcelona

Dear Neutrinos,

I am organizing a social event for the team on Thursday 27th at 19:30. After 
doing some Google research, I am proposing Raco de la Vila, which is located in 
Poblenou: http://www.racodelavila.com/en/index.htm. The menu is here: 
http://www.racodelavila.com/en/carta-racodelavila.htm

It is easy to get there by subway from the Summit venue: 
https://goo.gl/maps/HjaTEcBbDUR2. I made a reservation for 25 people under 
'Neutron' or "Miguel Lavalle". Please confirm your attendance so we can get a 
final count.

Here's some reviews: 
https://www.tripadvisor.com/Restaurant_Review-g187497-d1682057-Reviews-Raco_De_La_Vila-Barcelona_Catalonia.html

Cheers

Miguel
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [Openstack] DHCP Agent debugging problem

2016-09-29 Thread Trinath Somanchi
there exists a q-dhcp-x namespace too. Try checking there.


/Trinath


From: Phani Pawan Padmanabharao 
Sent: Thursday, September 29, 2016 7:47:57 PM
To: openstack@lists.openstack.org
Subject: [Openstack] DHCP Agent debugging problem

Hello All,

Me and my team members are trying to find out the scenarios and the effects 
when an agent dies or does not function properly in OpenStack.
We are trying to debug the Dhcp Agent in Neutron. But apart from the console 
logs (of VMs) and the logs of Agent and Neutron server, is there any way to 
know that the Dhcp release did not happen as expected?
For example, in the L3 Agent, we can directly see the iptable rules inside the 
q-router namespace.
Is there any such mechanism for Dhcp Agent, where we can login to the q-dhcp 
namespace and execute some commands to see if the Dhcp release did not happen?

Thanks in Advance,
Phani
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [openstack-dev] [Neutron] Adding ihrachys to the neutron-drivers team

2016-09-18 Thread Trinath Somanchi
Congratulations Ihar.


From: Armando M. 
Sent: Saturday, September 17, 2016 10:10:38 PM
To: OpenStack Development Mailing List (not for usage questions)
Subject: [openstack-dev] [Neutron] Adding ihrachys to the neutron-drivers team

Hi folks,

I would like to propose Ihar to become a member of the Neutron drivers team [1].

Ihar wide knowledge of the Neutron codebase, and his longstanding duties as 
stable core, downstream package whisperer, release and oslo liaison (I am sure 
I am forgetting some other capacity he is in) is going to put him at great 
comfort in the newly appointed role, and help him grow and become wise even 
further.

Even though we have not been meeting regularly lately we will resume our 
Thursday meetings soon [2], and having Ihar onboard by then will be highly 
beneficial.

Please, join me in welcome Ihar to the team.

Cheers,
Armando

[1] 
http://docs.openstack.org/developer/neutron/policies/neutron-teams.html#drivers-team
[2] https://wiki.openstack.org/wiki/Meetings/NeutronDrivers
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [tacker] PTL candidacy

2016-09-16 Thread Trinath Somanchi
+1


From: Sridhar Ramaswamy 
Sent: Saturday, September 17, 2016 3:40:18 AM
To: OpenStack Development Mailing List (not for usage questions)
Subject: [openstack-dev] [tacker] PTL candidacy

Hi Tackers,

I would like to announce my candidacy to continue as Tacker PTL for the Ocata
dev cycle.

I'm a member of the Tacker community right from its Neutron ServiceVM days.
I actively participated in its transition into NFV Orchestration area and its
graduation into big-tent. Since becoming an official project our developer
community has grown and has more diverse [1].

Newton was a packed cycle for us with many stellar achievements from the
community: VNF Scaling, Audit Events, VNF Forwarding Graph using Neutron
Networking-SFC (we are almost there!) and External Alarm-based Monitoring
using Ceilometer. As usual tons of refactoring work happened to continue
to shed the "Neutronisms" in the project.

Along the way, we have become a better openstack citizen following best
practices like Reno release-notes, better release processes, and better
python3 support. We also expanded our core-team with three new members.

My vision for Tacker Ocata is along the following workstreams identified
in the recent weekly meeting.

* Decomposed VIM drivers:
We need to enable a healthy ecosystem of VIM drivers beyond the current
default openstack VIM driver. Our user community has mixed hypervisor/cloud
technology in their deployments - with some existing pre-openstack systems
(a.la, VMware), some OpenStack based clouds, and, forward looking 
into
Containers and public clouds. All this needs an easy to add VIM driver to
bolt underneath Tacker. Luckily our architecture is designed with this in
mind right from day one. We just need to make it easy (a) for developers to
bring in new VIM drivers and (b) for deployers to quickly add new VIM
capabilities without requiring a fork-lift upgrade of Tacker for every new
VIM type.

As part of this workstream, I'd work towards bringing in a Container VIM
type interfacing with Magnum / Zun.

Lifecycle Features:
* Finish left over Newton features - VNFC and NSD
* Better integration with external EM / FCAPS systems
* Enable support for VNFs leveraging Neutron's latest VLAN aware VM feature

Project maintenance:
 * Doc: API reference guide
 * Pecan API framework
 * OSC support
 * Finish python3x TC goal

Tons of fun things to do! However, Ocata is going to be a short cycle.
So, over next few weeks, I'll help to continue to groom these topics and
zoom in on those that are implementable in one dev cycle and clearly
identify some tracks that would carry over to the next cycle.

In Ocata, given an opportunity to serve as your PTL, I'll continue my role
as the "chief enabler" for this amazing community of developers that I'm so
proud to lead over the last two cycles.

- Sridhar Ramaswamy (irc: sridhar_ram)

[1] http://stackalytics.com/?module=tacker-group=commits

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [Openstack] [openstack][AIO][Ansible]

2016-08-05 Thread Trinath Somanchi
Now that can you check those MissingWarnings are the bottle necks ?


From: Vaidyanath Manogaran [mailto:vaidyanat...@gmail.com]
Sent: Friday, August 05, 2016 12:21 PM
To: Trinath Somanchi <trinath.soman...@nxp.com>
Cc: Openstack <openstack@lists.openstack.org>; commun...@lists.openstack.org; 
prabhu_kondara...@infosys.com; Vaidyanath Manogaran 
<vaidyanath.manoga...@infosys.com>
Subject: Re: [Openstack] [openstack][AIO][Ansible]

Yes it works fine.

 pip install pudb
Collecting pudb
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318:
 SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name 
Indication) extension to TLS is not available on this platform. This may cause 
the server to present an incorrect TLS certificate, which can cause validation 
failures. You can upgrade to a newer version of Python to solve this. For more 
information, see 
https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122:
 InsecurePlatformWarning: A true SSLContext object is not available. This 
prevents urllib3 from configuring SSL appropriately and may cause certain SSL 
connections to fail. You can upgrade to a newer version of Python to solve 
this. For more information, see 
https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
  Downloading pudb-2016.2.tar.gz (51kB)
100% || 51kB 127kB/s
Collecting urwid>=1.1.1 (from pudb)
  Downloading urwid-1.3.1.tar.gz (588kB)
100% || 593kB 636kB/s
Collecting pygments>=1.0 (from pudb)
  Downloading Pygments-2.1.3-py2.py3-none-any.whl (755kB)
100% || 757kB 563kB/s
Building wheels for collected packages: pudb, urwid
  Running setup.py bdist_wheel for pudb ... done
  Stored in directory: 
/root/.cache/pip/wheels/fa/fc/cc/9e575bdcfa38fe98bdbf80f536098092134484c172fbc90245
  Running setup.py bdist_wheel for urwid ... done
  Stored in directory: 
/root/.cache/pip/wheels/e7/bb/9d/d7f7fcc9b3aeae20cf4685667635002415629e6395ff2dda7d
Successfully built pudb urwid
Installing collected packages: urwid, pygments, pudb
Successfully installed pudb-2016.2 pygments-2.1.3 urwid-1.3.1



On Fri, Aug 5, 2016 at 12:18 PM, Trinath Somanchi 
<trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>> wrote:
Have you tried manually?

/ Trinath

From: Vaidyanath Manogaran 
[mailto:vaidyanat...@gmail.com<mailto:vaidyanat...@gmail.com>]
Sent: Friday, August 05, 2016 11:44 AM
To: Trinath Somanchi <trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>>
Cc: Openstack 
<openstack@lists.openstack.org<mailto:openstack@lists.openstack.org>>; 
commun...@lists.openstack.org<mailto:commun...@lists.openstack.org>; 
prabhu_kondara...@infosys.com<mailto:prabhu_kondara...@infosys.com>; Vaidyanath 
Manogaran 
<vaidyanath.manoga...@infosys.com<mailto:vaidyanath.manoga...@infosys.com>>
Subject: Re: [Openstack] [openstack][AIO][Ansible]

I have setup the proxy details in the /etc/openstack_deploy/user_variables.yml

apply_security_hardening: true
HTTP_PROXY: "http://192.168.19.46:3128;
HTTPS_PROXY: "http://192.168.19.46:3128;
NO_PROXY: "localhost,127.0.0.1"
http_proxy: "http://192.168.19.46:3128;
https_proxy: "http://192.168.19.46:3128;
no_proxy: "localhost,127.0.0.1"

But still its unable to get the details.

Regards,
Vaidyanath

On Fri, Aug 5, 2016 at 11:38 AM, Trinath Somanchi 
<trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>> wrote:
The error is the you were unable to download latest PIP from internet.

Please check the accessibility.

/ Trinath

From: Vaidyanath Manogaran 
[mailto:vaidyanat...@gmail.com<mailto:vaidyanat...@gmail.com>]
Sent: Friday, August 05, 2016 10:49 AM
To: Openstack 
<openstack@lists.openstack.org<mailto:openstack@lists.openstack.org>>; 
commun...@lists.openstack.org<mailto:commun...@lists.openstack.org>; 
prabhu_kondara...@infosys.com<mailto:prabhu_kondara...@infosys.com>; Vaidyanath 
Manogaran 
<vaidyanath.manoga...@infosys.com<mailto:vaidyanath.manoga...@infosys.com>>
Subject: [Openstack] [openstack][AIO][Ansible]

Hi All,

We are trying to setup Openstack STABLE/MITAKA branch AIO environment using 
Openstack-Ansible pre-defined scripts, But It is failing at PIP installation 
step on "lxc-hosts-setup.yml".
We have come across following steps, but we still stuck on the same stage. Can 
you please help what is the issue here ?

Steps followed:
1.   Modified Playbooks (YAML files) as per our environment setup- No 
Syntax error
2.   Added proxy settings in “user_variables.yml” file – No Syntax error
3.   Executed “scripts/bootstr

Re: [Openstack] [openstack][AIO][Ansible]

2016-08-05 Thread Trinath Somanchi
Have you tried manually?

/ Trinath

From: Vaidyanath Manogaran [mailto:vaidyanat...@gmail.com]
Sent: Friday, August 05, 2016 11:44 AM
To: Trinath Somanchi <trinath.soman...@nxp.com>
Cc: Openstack <openstack@lists.openstack.org>; commun...@lists.openstack.org; 
prabhu_kondara...@infosys.com; Vaidyanath Manogaran 
<vaidyanath.manoga...@infosys.com>
Subject: Re: [Openstack] [openstack][AIO][Ansible]

I have setup the proxy details in the /etc/openstack_deploy/user_variables.yml

apply_security_hardening: true
HTTP_PROXY: "http://192.168.19.46:3128;
HTTPS_PROXY: "http://192.168.19.46:3128;
NO_PROXY: "localhost,127.0.0.1"
http_proxy: "http://192.168.19.46:3128;
https_proxy: "http://192.168.19.46:3128;
no_proxy: "localhost,127.0.0.1"

But still its unable to get the details.

Regards,
Vaidyanath

On Fri, Aug 5, 2016 at 11:38 AM, Trinath Somanchi 
<trinath.soman...@nxp.com<mailto:trinath.soman...@nxp.com>> wrote:
The error is the you were unable to download latest PIP from internet.

Please check the accessibility.

/ Trinath

From: Vaidyanath Manogaran 
[mailto:vaidyanat...@gmail.com<mailto:vaidyanat...@gmail.com>]
Sent: Friday, August 05, 2016 10:49 AM
To: Openstack 
<openstack@lists.openstack.org<mailto:openstack@lists.openstack.org>>; 
commun...@lists.openstack.org<mailto:commun...@lists.openstack.org>; 
prabhu_kondara...@infosys.com<mailto:prabhu_kondara...@infosys.com>; Vaidyanath 
Manogaran 
<vaidyanath.manoga...@infosys.com<mailto:vaidyanath.manoga...@infosys.com>>
Subject: [Openstack] [openstack][AIO][Ansible]

Hi All,

We are trying to setup Openstack STABLE/MITAKA branch AIO environment using 
Openstack-Ansible pre-defined scripts, But It is failing at PIP installation 
step on "lxc-hosts-setup.yml".
We have come across following steps, but we still stuck on the same stage. Can 
you please help what is the issue here ?

Steps followed:
1.   Modified Playbooks (YAML files) as per our environment setup- No 
Syntax error
2.   Added proxy settings in “user_variables.yml” file – No Syntax error
3.   Executed “scripts/bootstrap-ansible.sh” file – Succeeded.
4.   Executed “scripts/bootstrap-aio.sh” file – Succeeded.
5.   Executed “scripts/run-playbooks.sh” file – Failed at TASK: 
[pip_install | Get Modern PIP]
a.   Verified  “/etc/environment” file
 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
b.  Verified “/etc/ansible/hosts” file
127.0.0.1 localhost
 
c.   Verified “/etc/ansible/roles/pip_install/tasks/main.yml” file.
d.  Verified “/etc/ansible/roles/pip_install/defaults/main.yml” file for 
PIP download URLS - Accessable
## Path to pip download/installation script.
pip_upstream_url: https://bootstrap.pypa.io/get-pip.py
pip_fallback_url: 
https://raw.githubusercontent.com/pypa/get-pip/master/get-pip.py

Error:
[Executing "lxc-hosts-setup.yml" playbook]
Variable files: "-e @/etc/openstack_deploy/user_conf_files.yml -e 
@/etc/openstack_deploy/user_secrets.yml -e 
@/etc/openstack_deploy/user_variables.yml "

PLAY [Basic lxc host setup] ***

TASK: [apt_package_pinning | Add apt pin preferences] *
skipping: [aio1]

TASK: [pip_install | Create pip config directory] *
ok: [aio1] => (item=/opt)
ok: [aio1] => (item=/root/.cache)
ok: [aio1] => (item=/root/.cache/pip)

TASK: [pip_install | Drop pip file(s)] 
ok: [aio1] => (item={'dest': u'/root/.cache/pip/selfcheck.json', 'src': 
'selfcheck.json'})

TASK: [pip_install | Get Modern PIP] **
failed: [aio1] => {"attempts": 5, "failed": true}
msg: Task failed as maximum retries was encountered
...ignoring

TASK: [pip_install | Get Modern PIP using fallback URL] ***
failed: [aio1] => {"attempts": 5, "failed": true}
msg: Task failed as maximum retries was encountered
...ignoring



--
Regards,

Vaidyanath
+91-9483465528<tel:%2B91-9483465528>(M)



--
Regards,

Vaidyanath
+91-9483465528(M)
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] [openstack][AIO][Ansible]

2016-08-05 Thread Trinath Somanchi
The error is the you were unable to download latest PIP from internet.

Please check the accessibility.

/ Trinath

From: Vaidyanath Manogaran [mailto:vaidyanat...@gmail.com]
Sent: Friday, August 05, 2016 10:49 AM
To: Openstack ; commun...@lists.openstack.org; 
prabhu_kondara...@infosys.com; Vaidyanath Manogaran 

Subject: [Openstack] [openstack][AIO][Ansible]

Hi All,

We are trying to setup Openstack STABLE/MITAKA branch AIO environment using 
Openstack-Ansible pre-defined scripts, But It is failing at PIP installation 
step on "lxc-hosts-setup.yml".
We have come across following steps, but we still stuck on the same stage. Can 
you please help what is the issue here ?

Steps followed:
1.   Modified Playbooks (YAML files) as per our environment setup- No 
Syntax error
2.   Added proxy settings in “user_variables.yml” file – No Syntax error
3.   Executed “scripts/bootstrap-ansible.sh” file – Succeeded.
4.   Executed “scripts/bootstrap-aio.sh” file – Succeeded.
5.   Executed “scripts/run-playbooks.sh” file – Failed at TASK: 
[pip_install | Get Modern PIP]
a.   Verified  “/etc/environment” file
 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
b.  Verified “/etc/ansible/hosts” file
127.0.0.1 localhost
 
c.   Verified “/etc/ansible/roles/pip_install/tasks/main.yml” file.
d.  Verified “/etc/ansible/roles/pip_install/defaults/main.yml” file for 
PIP download URLS - Accessable
## Path to pip download/installation script.
pip_upstream_url: https://bootstrap.pypa.io/get-pip.py
pip_fallback_url: 
https://raw.githubusercontent.com/pypa/get-pip/master/get-pip.py

Error:
[Executing "lxc-hosts-setup.yml" playbook]
Variable files: "-e @/etc/openstack_deploy/user_conf_files.yml -e 
@/etc/openstack_deploy/user_secrets.yml -e 
@/etc/openstack_deploy/user_variables.yml "

PLAY [Basic lxc host setup] ***

TASK: [apt_package_pinning | Add apt pin preferences] *
skipping: [aio1]

TASK: [pip_install | Create pip config directory] *
ok: [aio1] => (item=/opt)
ok: [aio1] => (item=/root/.cache)
ok: [aio1] => (item=/root/.cache/pip)

TASK: [pip_install | Drop pip file(s)] 
ok: [aio1] => (item={'dest': u'/root/.cache/pip/selfcheck.json', 'src': 
'selfcheck.json'})

TASK: [pip_install | Get Modern PIP] **
failed: [aio1] => {"attempts": 5, "failed": true}
msg: Task failed as maximum retries was encountered
...ignoring

TASK: [pip_install | Get Modern PIP using fallback URL] ***
failed: [aio1] => {"attempts": 5, "failed": true}
msg: Task failed as maximum retries was encountered
...ignoring



--
Regards,

Vaidyanath
+91-9483465528(M)
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] [OpenStack] Glance: Unable to create image.

2016-08-01 Thread Trinath Somanchi
Hi Shiv-

The error clearly mentions its an misconfiguration of keystone.

Reverify your glance configuration for keystone – glance authentication 
credentials.  The one you have created while installing and configuring glance.

/ Trinath



From: shivkumar gupta [mailto:shivkumar_gupt...@yahoo.com]
Sent: Monday, August 01, 2016 2:42 PM
To: OpenStack Mailing List 
Subject: Re: [Openstack] [OpenStack] Glance: Unable to create image.

Hello Experts,

Please suggest and help to proceed further.

Regards
Shiv

On Sunday, 31 July 2016 5:04 PM, shivkumar gupta 
> wrote:

Hello Experts,

I am unable to create image in during glance installation and getting following 
error.

 glance image-create --name "Cirros" --file 
/tmp/images/cirros-0.3.3-x86_64-disk.img --disk-format qcow2 --container-format 
bare --is-public True --progress
[=>] 100%
Request returned failure status.
Invalid OpenStack Identity credentials.

From api.log i can see following errors was present.
2016-07-30 21:36:17.135 7114 INFO urllib3.connectionpool [-] Starting new HTTPS 
connection (1): 127.0.0.1
2016-07-30 21:36:17.145 7114 WARNING keystoneclient.middleware.auth_token [-] 
Retrying on HTTP connection exception: [Errno 1] _ssl.c:510: error:140770FC:SSL 
routines:SSL23_GET_SERVER_HELLO:unknown protocol
2016-07-30 21:36:17.648 7114 INFO urllib3.connectionpool [-] Starting new HTTPS 
connection (1): 127.0.0.1
2016-07-30 21:36:17.671 7114 WARNING keystoneclient.middleware.auth_token [-] 
Retrying on HTTP connection exception: [Errno 1] _ssl.c:510: error:140770FC:SSL 
routines:SSL23_GET_SERVER_HELLO:unknown protocol
2016-07-30 21:36:18.673 7114 INFO urllib3.connectionpool [-] Starting new HTTPS 
connection (1): 127.0.0.1
2016-07-30 21:36:18.686 7114 WARNING keystoneclient.middleware.auth_token [-] 
Retrying on HTTP connection exception: [Errno 1] _ssl.c:510: error:140770FC:SSL 
routines:SSL23_GET_SERVER_HELLO:unknown protocol
2016-07-30 21:36:20.690 7114 INFO urllib3.connectionpool [-] Starting new HTTPS 
connection (1): 127.0.0.1
2016-07-30 21:36:20.724 7114 ERROR keystoneclient.middleware.auth_token [-] 
HTTP connection exception: [Errno 1] _ssl.c:510: error:140770FC:SSL 
routines:SSL23_GET_SERVER_HELLO:unknown protocol
2016-07-30 21:36:20.725 7114 WARNING keystoneclient.middleware.auth_token [-] 
Authorization failed for token
2016-07-30 21:36:20.726 7114 INFO keystoneclient.middleware.auth_token [-] 
Invalid user token - deferring reject downstream
2016-07-30 21:36:20.776 7114 INFO glance.wsgi.server [-] 10.10.10.10 - - 
[30/Jul/2016 21:36:20] "POST /v1/images HTTP/1.1" 401 381 3.642616

root@controller:/home/shiv# keystone user-list
+--++-+-+
|id|  name  | enabled |email
|
+--++-+-+
| 4b5b3e35bf7646c5ab2151f0e641c71e | admin  |   True  | 
shivkumar_gupt...@yahoo.com |
| 823971bd62db441c8aa85726af4e0029 |  demo  |   True  |   
d...@example.com  |
| 66694ef0feae472f89ca96416234b48f | glance |   True  | 
|
+--++-+-+

root@controller:/home/shiv# keystone user-role-list
+--+---+--+--+
|id|  name | user_id  | 
   tenant_id |
+--+---+--+--+
| df629a49703241ec88c81c5e756da6f5 | admin | 4b5b3e35bf7646c5ab2151f0e641c71e | 
a574030c4c104b80aee84478388c42c6 |
+--+---+--+--+

root@controller:/home/shiv# keystone tenant-list
+--+-+-+
|id|   name  | enabled |
+--+-+-+
| a574030c4c104b80aee84478388c42c6 |  admin  |   True  |
| 67aba69109bc4505a119693676324d90 |   demo  |   True  |
| a7a4647b7a0c459f87cdef7357edf0ba | service |   True  |
+--+-+-+

root@controller:/home/shiv# keystone user-get glance
+--+--+
| Property |  Value   |
+--+--+
|  email   |  |
| enabled  |   True   |
|id| 66694ef0feae472f89ca96416234b48f |
|   name   |  glance  |
| username |  glance  |

Re: [openstack-dev] ml2 and vxlan configurations, neutron-server fails to start

2013-11-28 Thread Trinath Somanchi



Can u post the contents of neutron.conf file too ?

Also, the complete neutron log..

Check the sqlalchemy version compatibility

--
Trinath Somanchi - B39208
trinath.soman...@freescale.com | extn: 4048

From: Gopi Krishna B [mailto:gopi97...@gmail.com]
Sent: Thursday, November 28, 2013 5:32 PM
To: openstack-dev@lists.openstack.org
Subject: [openstack-dev] ml2 and vxlan configurations, neutron-server fails to 
start


Hi
I am configuring Havana on fedora 19. Observing the below errors in case of 
neutron.
Please help me resolve this issue.
Note: copied only few lines from the server.log, in case full log is 
required, let me know.

/etc/neutron/plugins/ml2/ml2_conf.ini
type_drivers = vxlan,local
tenant_network_types = vxlan
mechanism_drivers = neutron.plugins.ml2.drivers.OpenvswitchMechanismDriver
network_vlan_ranges = physnet1:1000:2999
vni_ranges = 5000:6000
vxlan_group = 239.10.10.1


ERROR neutron.common.legacy [-] Skipping unknown group key: firewall_driver

ERROR stevedore.extension [-] Could not load 'local': (SQLAlchemy 0.8.3 
(/usr/lib64/python2.7/site-packages), 
Requirement.parse('SQLAlchemy=0.7.8,=0.7.99'))
 ERROR stevedore.extension [-] (SQLAlchemy 0.8.3 
(/usr/lib64/python2.7/site-packages), 
Requirement.parse('SQLAlchemy=0.7.8,=0.7.99'))

ERROR stevedore.extension [-] Could not load 'vxlan': (SQLAlchemy 0.8.3 
(/usr/lib64/python2.7/site-packages), 
Requirement.parse('SQLAlchemy=0.7.8,=0.7.99'))
ERROR stevedore.extension [-] (SQLAlchemy 0.8.3 
(/usr/lib64/python2.7/site-packages), 
Requirement.parse('SQLAlchemy=0.7.8,=0.7.99'))
TRACE stevedore.extension VersionConflict: (SQLAlchemy 0.8.3 
(/usr/lib64/python2.7/site-packages), 
Requirement.parse('SQLAlchemy=0.7.8,=0.7.99'))

ERROR neutron.common.config [-] Unable to load neutron from configuration file 
/etc/neutron/api-paste.ini.
TRACE neutron.common.config LookupError: No section 'quantum' (prefixed by 
'app' or 'application' or 'composite' or 'composit' or 'pipeline' or 
'filter-app') found in config /etc/neutron/api-paste.ini


 ERROR neutron.service [-] In serve_wsgi()
TRACE neutron.service RuntimeError: Unable to load quantum from configuration 
file /etc/neutron/api-paste.ini.

Regards
Gopi Krishna



___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [Openstack] OpenStack Technical Deep Dive Session @Hyderabad INDIA

2013-11-24 Thread Trinath Somanchi
Hi Dheerendra-

Good to know this ..

Can you kindly update the plans/agenda for the Technical Deep Dive Session.

Thanking you,
--
Trinath Somanchi - B39208
trinath.soman...@freescale.com | extn: 4048

From: Dheerendra [mailto:dheerendra.madhusudh...@gmail.com]
Sent: Monday, November 25, 2013 9:46 AM
To: openstack@lists.openstack.org
Subject: [Openstack] OpenStack Technical Deep Dive Session @Hyderabad INDIA

Hi Stackers @Hyd India
We are planning to conduct 2 days technical deep dive/hands-on session on 
OpenStack. We are planning somewhere in the 2nd or 3rd week of December.  This 
session is for new comers to kick-start the OpenStack. Off-course experienced 
people are welcome for the session. They can come and share their exp.
Currently we have around 5-6 people who have shown interest. Thought of 
widening the audience to help the community.

If you are interested please drop-in an email.
-Dheerendra
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] [Nova] Launched Instance failed

2013-11-21 Thread Trinath Somanchi
 nova.openstack.common.rpc.amqp

Kindly help me trouble shoot the issue.

--
Trinath Somanchi - B39208
trinath.soman...@freescale.com | extn: 4048

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] [openstack-dev] [Neutron] Server restart failes when configured with ML2 (BugID: 1210236) - SOLVED

2013-11-17 Thread Trinath Somanchi
It worked..!

I have created a network with LM2-PLugin with Openvswitch Mechanism Driver in 
place..

root@havana:~# neutron net-create netvlan
Created a new network:
+---+--+
| Field | Value|
+---+--+
| admin_state_up| True |
| id| ebaf399c-a28e-4df2-9d87-3a3e3b90749a |
| name  | netvlan  |
| provider:network_type | vlan |
| provider:physical_network | physnet1 |
| provider:segmentation_id  | 1|
| shared| False|
| status| ACTIVE   |
| subnets   |  |
| tenant_id | 18088213420b45109da582f677ed8367 |
+---+--+

Thanks a lot Rob, Eugene, Kyle, Oleg and Romil Gupta..

--
Trinath Somanchi - B39208
trinath.soman...@freescale.com | extn: 4048


-Original Message-
From: Robert Kukura [mailto:rkuk...@redhat.com] 
Sent: Saturday, November 16, 2013 4:11 AM
To: openstack@lists.openstack.org
Subject: Re: [Openstack] [openstack-dev] [Neutron] Server restart failes when 
configured with ML2 (BugID: 1210236)

On 11/15/2013 09:24 AM, Kyle Mestery (kmestery) wrote:
 
 On Nov 15, 2013, at 5:30 AM, Trinath Somanchi 
 trinath.soman...@freescale.com wrote:
 
 Oop!.. mistaken, Typo errors there..
  
 Thank you for the correction.
  
 The mechanism_driver configuration is openvswitch...
  
 My ml2_conf.ini is as follows:
  [ml2]
 type_drivers = local,vlan
 tenant_network_type = vlan
 
 There is a typo here, it's actually:
 
 tenant_network_types = vlan
 
 Try setting that and re-running, it should get you going.

Good catch, but see below too...

 
 Thanks,
 Kyle
 
 mechanism_drivers = openvswitch
 network_vlan_ranges = physnet1:1:4094

You also need the proper group for the network_vlan_ranges config option, which 
belongs to the VlanTypeDriver:

[ml2_type_vlan]
network_vlan_ranges = physnet1:1:4094

I just checked the Configuration Manual, and noticed this is documented under 
ml2_type_flat rather than ml2_type_vlan, so I filed 
https://bugs.launchpad.net/openstack-manuals/+bug/1251780.

-Bob

  
  I have seen another thing here, With the above configuration, 
 tenant_network_types is configured to vlan.  But the neutron 
 server.log shows,
  
 2013-11-15 16:59:59.530 24166 INFO neutron.plugins.ml2.managers [-] 
 Tenant network_types: ['local'] It must be vlan right?? Can you update me in 
 this regard ..
 The part of the log is as below.
 2013-11-15 16:59:59.529 24166 INFO neutron.plugins.ml2.managers [-] 
 Loaded type driver names: ['vlan', 'local']
 2013-11-15 16:59:59.529 24166 DEBUG neutron.plugins.ml2.managers [-] 
 Checking driver = {} _register_types 
 /usr/lib/python2.7/dist-packages/neutron/plugins/ml2/managers.py:50
 2013-11-15 16:59:59.529 24166 DEBUG neutron.plugins.ml2.managers [-] 
 Checking driver = {'vlan': stevedore.extension.Extension object at 
 0x3a9a810} _register_types 
 /usr/lib/python2.7/dist-packages/neutron/plugins/ml2/managers.py:50
 2013-11-15 16:59:59.529 24166 INFO neutron.plugins.ml2.managers [-] 
 Registered types: ['vlan', 'local']
 2013-11-15 16:59:59.529 24166 DEBUG neutron.plugins.ml2.managers [-] 
 Checking driver = {'vlan': stevedore.extension.Extension object at 
 0x3a9a810, 'local': stevedore.extension.Extension object at 
 0x3a9ac50} _check_tenant_network_types 
 /usr/lib/python2.7/dist-packages/neutron/plugins/ml2/managers.py:63
 2013-11-15 16:59:59.530 24166 INFO neutron.plugins.ml2.managers [-] 
 Tenant network_types: ['local']
  
 In the above configuration, for type_drivers=local,vlan , If I give only 
 vlan, the neutron server terminates with an  error.
  
 Is it that we need to give local with (vlan, gre, vxlan ...) ???
  When I created a network, I have got the response below. It worked well and 
 a Network entry is created.
  root@havana:~# neutron net-create net23 Created a new network:
 +---+--+
 | Field | Value|
 +---+--+
 | admin_state_up| True |
 | id| 9621b89d-fa0a-423d-a980-ffd975125509 |
 | name  | net23|
 | provider:network_type | local|
 | provider:physical_network |  |
 | provider:segmentation_id  |  |
 | shared| False

Re: [openstack-dev] Launching openstack instance results in state ERROR

2013-11-15 Thread Trinath Somanchi
Check the nova-api and nova-compute logs.

Did u check the Horizon based launch of VMs ?

Check neutron/server.log for Ports creation.

--
Trinath Somanchi - B39208
trinath.soman...@freescale.com | extn: 4048

From: Krishanu Dhar [mailto:rony.k...@gmail.com]
Sent: Friday, November 15, 2013 3:04 PM
To: openst...@lists.openstack.org; OpenStack Development Mailing List (not for 
usage questions)
Subject: [openstack-dev] Launching openstack instance results in state ERROR

Hi,
I am trying to launch an instance from an image and everytime it results in a 
state ERROR. Below is a snippet. Can someone help please?

krish@krish-VirtualBox:~/devstack$ nova boot --flavor 2 --image 
dfb5f3af-de73-43e4-8927-c317540543e7 --num-instances 2 --key_name 
KEY_NAME --security_groups default --meta description=test test

+--+--+
| Property | Value  
  |
+--+--+
| OS-DCF:diskConfig| MANUAL 
  |
| OS-EXT-AZ:availability_zone  | nova   
  |
| OS-EXT-SRV-ATTR:host | None   
  |
| OS-EXT-SRV-ATTR:hypervisor_hostname  | None   
  |
| OS-EXT-SRV-ATTR:instance_name| instance-0007  
  |
| OS-EXT-STS:power_state   | 0  
  |
| OS-EXT-STS:task_state| scheduling 
  |
| OS-EXT-STS:vm_state  | building   
  |
| OS-SRV-USG:launched_at   | None   
  |
| OS-SRV-USG:terminated_at | None   
  |
| accessIPv4   |
  |
| accessIPv6   |
  |
| adminPass| is4MdBtkrbXf   
  |
| config_drive |
  |
| created  | 2013-11-15T09:24:02Z   
  |
| flavor   | m1.small   
  |
| hostId   |
  |
| id   | d81b6b0a-0f49-42da-8f04-7b8d80a95faa   
  |
| image| cirros-0.3.1-x86_64-uec-kernel 
  |
| key_name | KEY_NAME   
  |
| metadata | {u'description': u'wfa'}   
  |
| name | 
test-d81b6b0a-0f49-42da-8f04-7b8d80a95faa |
| os-extended-volumes:volumes_attached | [] 
  |
| progress | 0  
  |
| security_groups  | [{u'name': u'default'}]
  |
| status   | BUILD  
  |
| tenant_id| 0d245da50cdd471caf352e2c639f6a7f   
  |
| updated  | 2013-11-15T09:24:02Z   
  |
| user_id  | d4bad940f05c4f14a9a3abfcab6128cf   
  |
+--+--+



krish@krish-VirtualBox:~/devstack$ nova list
/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: 
g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  import gobject._gobject
+--+--+++-+--+
| ID   | Name   
  | Status | Task State | Power State | Networks |
+--+--+++-+--+
| bb4d340e-7bfa-453b-a13d-30be9a6a4fc2 | 
test-bb4d340e-7bfa-453b-a13d-30be9a6a4fc2 | ERROR  | None   | NOSTATE | 
 |
| d81b6b0a-0f49-42da-8f04-7b8d80a95faa | 
test-d81b6b0a-0f49-42da-8f04-7b8d80a95faa | ERROR  | None   | NOSTATE | 
 |
+--+--+++-+--+


--
Krishanu
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Launching openstack instance results in state ERROR

2013-11-15 Thread Trinath Somanchi
In the nova.conf and neutron.conf enable verbose=True, Debug=True.

Also, look into logging configurations in the same files.

--
Trinath Somanchi - B39208
trinath.soman...@freescale.com | extn: 4048

From: Krishanu Dhar [mailto:rony.k...@gmail.com]
Sent: Friday, November 15, 2013 4:27 PM
To: OpenStack Development Mailing List (not for usage questions); 
openst...@lists.openstack.org; Somanchi Trinath-B39208
Subject: Re: [openstack-dev] Launching openstack instance results in state ERROR

I do not see the log files there. No logs were generated. How do i enable 
logging?

On Fri, Nov 15, 2013 at 3:06 PM, Trinath Somanchi 
trinath.soman...@freescale.commailto:trinath.soman...@freescale.com wrote:
Check the nova-api and nova-compute logs.

Did u check the Horizon based launch of VMs ?

Check neutron/server.log for Ports creation.

--
Trinath Somanchi - B39208
trinath.soman...@freescale.commailto:trinath.soman...@freescale.com | extn: 
4048

From: Krishanu Dhar [mailto:rony.k...@gmail.commailto:rony.k...@gmail.com]
Sent: Friday, November 15, 2013 3:04 PM
To: openst...@lists.openstack.orgmailto:openst...@lists.openstack.org; 
OpenStack Development Mailing List (not for usage questions)
Subject: [openstack-dev] Launching openstack instance results in state ERROR

Hi,
I am trying to launch an instance from an image and everytime it results in a 
state ERROR. Below is a snippet. Can someone help please?

krish@krish-VirtualBox:~/devstack$ nova boot --flavor 2 --image 
dfb5f3af-de73-43e4-8927-c317540543e7 --num-instances 2 --key_name 
KEY_NAME --security_groups default --meta description=test test

+--+--+
| Property | Value  
  |
+--+--+
| OS-DCF:diskConfig| MANUAL 
  |
| OS-EXT-AZ:availability_zone  | nova   
  |
| OS-EXT-SRV-ATTR:host | None   
  |
| OS-EXT-SRV-ATTR:hypervisor_hostname  | None   
  |
| OS-EXT-SRV-ATTR:instance_name| instance-0007  
  |
| OS-EXT-STS:power_state   | 0  
  |
| OS-EXT-STS:task_state| scheduling 
  |
| OS-EXT-STS:vm_state  | building   
  |
| OS-SRV-USG:launched_at   | None   
  |
| OS-SRV-USG:terminated_at | None   
  |
| accessIPv4   |
  |
| accessIPv6   |
  |
| adminPass| is4MdBtkrbXf   
  |
| config_drive |
  |
| created  | 2013-11-15T09:24:02Z   
  |
| flavor   | m1.small   
  |
| hostId   |
  |
| id   | d81b6b0a-0f49-42da-8f04-7b8d80a95faa   
  |
| image| cirros-0.3.1-x86_64-uec-kernel 
  |
| key_name | KEY_NAME   
  |
| metadata | {u'description': u'wfa'}   
  |
| name | 
test-d81b6b0a-0f49-42da-8f04-7b8d80a95faa |
| os-extended-volumes:volumes_attached | [] 
  |
| progress | 0  
  |
| security_groups  | [{u'name': u'default'}]
  |
| status   | BUILD  
  |
| tenant_id| 0d245da50cdd471caf352e2c639f6a7f   
  |
| updated  | 2013-11-15T09:24:02Z   
  |
| user_id  | d4bad940f05c4f14a9a3abfcab6128cf   
  |
+--+--+



krish@krish-VirtualBox:~/devstack$ nova list
/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: 
g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  import gobject._gobject
+--+--+++-+--+
| ID   | Name   
  | Status | Task State | Power State | Networks

[Openstack] [Neutron] Errors while starting Neutron Server

2013-11-15 Thread Trinath Somanchi
 neutron.openstack.common.rpc.amqp 
return _ConnectionFairy(self).checkout()
2013-11-15 12:26:13.754 16549 TRACE neutron.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/sqlalchemy/pool.py, line 425, in __init__
2013-11-15 12:26:13.754 16549 TRACE neutron.openstack.common.rpc.amqp rec = 
self._connection_record = pool._do_get()
2013-11-15 12:26:13.754 16549 TRACE neutron.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/sqlalchemy/pool.py, line 770, in _do_get
2013-11-15 12:26:13.754 16549 TRACE neutron.openstack.common.rpc.amqp 
(self.size(), self.overflow(), self._timeout))
2013-11-15 12:26:13.754 16549 TRACE neutron.openstack.common.rpc.amqp 
TimeoutError: QueuePool limit of size 10 overflow 20 reached, connection timed 
out, timeout 10

Were these any bugs in Neutron ?

Kindly help me troubleshoot the same.


--
Trinath Somanchi - B39208
trinath.soman...@freescale.com | extn: 4048

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] [openstack-dev] Launching openstack instance results in state ERROR

2013-11-15 Thread Trinath Somanchi
In the nova.conf and neutron.conf enable verbose=True, Debug=True.

Also, look into logging configurations in the same files.

--
Trinath Somanchi - B39208
trinath.soman...@freescale.com | extn: 4048

From: Krishanu Dhar [mailto:rony.k...@gmail.com]
Sent: Friday, November 15, 2013 4:27 PM
To: OpenStack Development Mailing List (not for usage questions); 
openstack@lists.openstack.org; Somanchi Trinath-B39208
Subject: Re: [openstack-dev] Launching openstack instance results in state ERROR

I do not see the log files there. No logs were generated. How do i enable 
logging?

On Fri, Nov 15, 2013 at 3:06 PM, Trinath Somanchi 
trinath.soman...@freescale.commailto:trinath.soman...@freescale.com wrote:
Check the nova-api and nova-compute logs.

Did u check the Horizon based launch of VMs ?

Check neutron/server.log for Ports creation.

--
Trinath Somanchi - B39208
trinath.soman...@freescale.commailto:trinath.soman...@freescale.com | extn: 
4048

From: Krishanu Dhar [mailto:rony.k...@gmail.commailto:rony.k...@gmail.com]
Sent: Friday, November 15, 2013 3:04 PM
To: openstack@lists.openstack.orgmailto:openstack@lists.openstack.org; 
OpenStack Development Mailing List (not for usage questions)
Subject: [openstack-dev] Launching openstack instance results in state ERROR

Hi,
I am trying to launch an instance from an image and everytime it results in a 
state ERROR. Below is a snippet. Can someone help please?

krish@krish-VirtualBox:~/devstack$ nova boot --flavor 2 --image 
dfb5f3af-de73-43e4-8927-c317540543e7 --num-instances 2 --key_name 
KEY_NAME --security_groups default --meta description=test test

+--+--+
| Property | Value  
  |
+--+--+
| OS-DCF:diskConfig| MANUAL 
  |
| OS-EXT-AZ:availability_zone  | nova   
  |
| OS-EXT-SRV-ATTR:host | None   
  |
| OS-EXT-SRV-ATTR:hypervisor_hostname  | None   
  |
| OS-EXT-SRV-ATTR:instance_name| instance-0007  
  |
| OS-EXT-STS:power_state   | 0  
  |
| OS-EXT-STS:task_state| scheduling 
  |
| OS-EXT-STS:vm_state  | building   
  |
| OS-SRV-USG:launched_at   | None   
  |
| OS-SRV-USG:terminated_at | None   
  |
| accessIPv4   |
  |
| accessIPv6   |
  |
| adminPass| is4MdBtkrbXf   
  |
| config_drive |
  |
| created  | 2013-11-15T09:24:02Z   
  |
| flavor   | m1.small   
  |
| hostId   |
  |
| id   | d81b6b0a-0f49-42da-8f04-7b8d80a95faa   
  |
| image| cirros-0.3.1-x86_64-uec-kernel 
  |
| key_name | KEY_NAME   
  |
| metadata | {u'description': u'wfa'}   
  |
| name | 
test-d81b6b0a-0f49-42da-8f04-7b8d80a95faa |
| os-extended-volumes:volumes_attached | [] 
  |
| progress | 0  
  |
| security_groups  | [{u'name': u'default'}]
  |
| status   | BUILD  
  |
| tenant_id| 0d245da50cdd471caf352e2c639f6a7f   
  |
| updated  | 2013-11-15T09:24:02Z   
  |
| user_id  | d4bad940f05c4f14a9a3abfcab6128cf   
  |
+--+--+



krish@krish-VirtualBox:~/devstack$ nova list
/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: 
g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  import gobject._gobject
+--+--+++-+--+
| ID   | Name   
  | Status | Task State | Power State | Networks

Re: [Openstack] [Neutron] Unable to create Floating IPs.

2013-11-13 Thread Trinath Somanchi
Hi Oleg-

When I configure ML2 and L3 Plug-ins in Openstack Havana - Neutron, I was 
unable to create network.

I get the following errors in Neutron Server logs.

2013-11-13 14:17:24.724 5094 DEBUG routes.middleware [-] No route matched for 
POST /networks.json __call__ 
/usr/lib/python2.7/dist-packages/routes/middleware.py:97
2013-11-13 14:17:24.727 5094 DEBUG routes.middleware [-] Matched POST 
/networks.json __call__ 
/usr/lib/python2.7/dist-packages/routes/middleware.py:100
2013-11-13 14:17:24.728 5094 DEBUG routes.middleware [-] Route path: 
'/networks{.format}', defaults: {'action': u'create', 'controller': wsgify at 
68832400 wrapping function resource at 0x4212488} __call__ 
/usr/lib/python2.7/dist-packages/routes/middleware.py:102
2013-11-13 14:17:24.729 5094 DEBUG routes.middleware [-] Match dict: {'action': 
u'create', 'controller': wsgify at 68832400 wrapping function resource at 
0x4212488, 'format': u'json'} __call__ 
/usr/lib/python2.7/dist-packages/routes/middleware.py:103
2013-11-13 14:17:24.732 5094 DEBUG neutron.openstack.common.rpc.amqp [-] 
Sending network.create.start on notifications.info notify 
/usr/lib/python2.7/dist-packages/neutron/openstack/common/rpc/amqp.py:598
2013-11-13 14:17:24.734 5094 DEBUG neutron.openstack.common.rpc.amqp [-] 
UNIQUE_ID is 47317528cabb4553a2f4c2aa1240cfa1. _add_unique_id 
/usr/lib/python2.7/dist-packages/neutron/openstack/common/rpc/amqp.py:339
2013-11-13 14:17:24.745 5094 DEBUG amqp [-] Closed channel #1 _do_close 
/usr/lib/python2.7/dist-packages/amqp/channel.py:88
2013-11-13 14:17:24.747 5094 DEBUG amqp [-] using channel_id: 1 __init__ 
/usr/lib/python2.7/dist-packages/amqp/channel.py:70
2013-11-13 14:17:24.752 5094 DEBUG amqp [-] Channel open _open_ok 
/usr/lib/python2.7/dist-packages/amqp/channel.py:420
2013-11-13 14:17:24.855 5094 ERROR neutron.api.v2.resource [-] create failed
2013-11-13 14:17:24.855 5094 TRACE neutron.api.v2.resource Traceback (most 
recent call last):
2013-11-13 14:17:24.855 5094 TRACE neutron.api.v2.resource   File 
/usr/lib/python2.7/dist-packages/neutron/api/v2/resource.py, line 84, in 
resource
2013-11-13 14:17:24.855 5094 TRACE neutron.api.v2.resource result = 
method(request=request, **args)
2013-11-13 14:17:24.855 5094 TRACE neutron.api.v2.resource   File 
/usr/lib/python2.7/dist-packages/neutron/api/v2/base.py, line 405, in create
2013-11-13 14:17:24.855 5094 TRACE neutron.api.v2.resource obj = 
obj_creator(request.context, **kwargs)
2013-11-13 14:17:24.855 5094 TRACE neutron.api.v2.resource   File 
/usr/lib/python2.7/dist-packages/neutron/plugins/ml2/plugin.py, line 308, in 
create_network
2013-11-13 14:17:24.855 5094 TRACE neutron.api.v2.resource segment = 
self.type_manager.allocate_tenant_segment(session)
2013-11-13 14:17:24.855 5094 TRACE neutron.api.v2.resource   File 
/usr/lib/python2.7/dist-packages/neutron/plugins/ml2/managers.py, line 100, 
in allocate_tenant_segment
2013-11-13 14:17:24.855 5094 TRACE neutron.api.v2.resource raise 
exc.NoNetworkAvailable()
2013-11-13 14:17:24.855 5094 TRACE neutron.api.v2.resource NoNetworkAvailable: 
Unable to create the network. No tenant network is available for allocation.
2013-11-13 14:17:24.855 5094 TRACE neutron.api.v2.resource


Is there any thing I missed while creating a Network in Neutron.

Kindly help me resolve the issue
--
Trinath Somanchi - B39208
trinath.soman...@freescale.com | extn: 4048

From: Oleg Bondarev [mailto:obonda...@mirantis.com]
Sent: Tuesday, November 12, 2013 2:54 PM
To: Somanchi Trinath-B39208; openstack@lists.openstack.org
Subject: Re: [Openstack] [Neutron] Unable to create Floating IPs.

Trinath,
The only place I can point to is:
https://wiki.openstack.org/wiki/Neutron/ML2

But still I can be missing something. Probably it is worth raising a new email 
thread regarding configuring ml2 plugin in neutron.

Thanks,
Oleg

On Tue, Nov 12, 2013 at 1:13 PM, Trinath Somanchi 
trinath.soman...@freescale.commailto:trinath.soman...@freescale.com wrote:
Okay..

Can you help me on how to use ML2 Plugin instead of OVS plugin..

I just configure ML2 as below in the neutron.conf and restarted the 
neutron-server.

[ml2]
type_drivers=vlan
mechanism_drivers=openvswitch
tenant_network_types = vlan

Is there anything I'm missing is using ML2 plugin ?

Kindly guide me in this regard.

--
Trinath Somanchi - B39208
trinath.soman...@freescale.commailto:trinath.soman...@freescale.com | extn: 
4048

From: Oleg Bondarev 
[mailto:obonda...@mirantis.commailto:obonda...@mirantis.com]
Sent: Tuesday, November 12, 2013 2:41 PM

To: Somanchi Trinath-B39208
Subject: Re: [Openstack] [Neutron] Unable to create Floating IPs.

Trinath,
from this line:
 neutron   8388 1  0 14:17 ?00:00:02 /usr/bin/python 
/usr/bin/neutron-server --config-file /etc/neutron/neutron.conf --log-file 
/var/log/neutron/server.log --config-file 
/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini
it looks like you're not using ml2 plugin, but OpenVSwitch plugin instead

Re: [Openstack] Openstack Neutron - ML2 Plugin Deep Dive.

2013-11-13 Thread Trinath Somanchi
Hi-

Thanks a lot for the slides.. It helps a lot to understand ML2 in a much better 
way for a newbee like me.. 

Thanks one again..

--
Trinath Somanchi - B39208
trinath.soman...@freescale.com | extn: 4048

-Original Message-
From: Kyle Mestery (kmestery) [mailto:kmest...@cisco.com] 
Sent: Wednesday, November 13, 2013 7:29 PM
To: Édouard Thuleau
Cc: Somanchi Trinath-B39208; openstack@lists.openstack.org
Subject: Re: [Openstack] Openstack Neutron - ML2 Plugin Deep Dive.

Yes, those are the slides, thanks for sending the links. I have also posted the 
slides to the link sent to me by someone from the Foundation, but I'm unclear 
as to where those slides end up. Either way, the SlideShare link works and has 
the exact content presented by Bob and I at the Summit.

Thanks!
Kyle

On Nov 13, 2013, at 7:17 AM, Édouard Thuleau thul...@gmail.com wrote:

 This one 
 http://fr.slideshare.net/mestery/modular-layer-2-in-openstack-neutron ?
 
 Édouard.
 
 
 On Wed, Nov 13, 2013 at 11:34 AM, Trinath Somanchi 
 trinath.soman...@freescale.com wrote:
 Hi stackers-
 
  
 
 Can anyone share the Presentation slides showcased in the Openstack 
 Hongkong summit, on
  
 OpenStack Neutron Modular Layer 2 Plugin Deep Dive
  
 I have see the video, but the Presentation is not visible clear.
  
 Thank you
  
 
  
 
 --
 
 Trinath Somanchi - B39208
 
 trinath.soman...@freescale.com | extn: 4048
 
  
 
 
 ___
 Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
 Post to : openstack@lists.openstack.org
 Unsubscribe : 
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
 
 
 ___
 Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
 Post to : openstack@lists.openstack.org
 Unsubscribe : 
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack




___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] [Neutron] Unable to create Floating IPs.

2013-11-12 Thread Trinath Somanchi
Hi Eugene-

Thanks a lot for the reply.

It's a typo in my email. But then, I have the issue while adding floating IPs.

When I issue the below command,

root@havana:~# neutron floatingip-create net1
404 Not Found

The resource could not be found.

I get this error in neutron server logs

2013-11-12 13:40:30.982 14987 DEBUG routes.middleware [-] No route matched for 
POST /floatingips.json __call__ 
/usr/lib/python2.7/dist-packages/routes/middleware.py:97
2013-11-12 13:40:30.983 14987 DEBUG routes.middleware [-] No route matched for 
POST /floatingips.json __call__ 
/usr/lib/python2.7/dist-packages/routes/middleware.py:97

Is there any thing I missed or worngly configured.

Kindly please help me resolve the same..

Thanking you

--
Trinath Somanchi - B39208
trinath.soman...@freescale.com | extn: 4048

From: Eugene Nikanorov [mailto:enikano...@mirantis.com]
Sent: Tuesday, November 12, 2013 1:31 PM
To: Somanchi Trinath-B39208
Cc: openstack@lists.openstack.org
Subject: Re: [Openstack] [Neutron] Unable to create Floating IPs.

Hi,

I believe you have typo in the command, which is floatingip-create, not 
floatingips-create.

Thanks,
Eugene.

On Tue, Nov 12, 2013 at 8:31 AM, Trinath Somanchi 
trinath.soman...@freescale.commailto:trinath.soman...@freescale.com wrote:
Hi Stackers-

With Installation of Openstack Havana in Ubuntu 12.04, I'm unable to create 
Floating IPs which also effects the Instance Creation.

From the CLI, when I execute the command, $ neutron floatingips-create fp1  , 
I get 404 not found error.

In the Neutron Server Side, I get the error No route for method 
/floatingips.json .

Is this a bug ? with neutron.

Kindly help me resolve the issue.

--
Trinath Somanchi - B39208
trinath.soman...@freescale.commailto:trinath.soman...@freescale.com | extn: 
4048


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : 
openstack@lists.openstack.orgmailto:openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] [Neutron] Unable to create Floating IPs.

2013-11-12 Thread Trinath Somanchi
Hi Eugene-

Here is the output for the command neutron ext-list

root@havana:~# neutron ext-list
+---+--+
| alias | name |
+---+--+
| security-group| security-group   |
| external-net  | Neutron external network |
| binding   | Port Binding |
| quotas| Quota management support |
| agent | agent|
| dhcp_agent_scheduler  | DHCP Agent Scheduler |
| provider  | Provider Network |
| multi-provider| Multi Provider Network   |
| allowed-address-pairs | Allowed Address Pairs|
| extra_dhcp_opt| Neutron Extra DHCP opts  |
+---+--+

Is there anything I missed with.. kingly guide me..

Thanking you

--
Trinath Somanchi - B39208
trinath.soman...@freescale.com | extn: 4048

From: Eugene Nikanorov [mailto:enikano...@mirantis.com]
Sent: Tuesday, November 12, 2013 2:00 PM
To: Somanchi Trinath-B39208
Cc: openstack@lists.openstack.org
Subject: Re: [Openstack] [Neutron] Unable to create Floating IPs.

What is the output of `neutron ext-list` command?
Also, could you run neutron with -v option?

Thanks,
Eugene.

On Tue, Nov 12, 2013 at 12:05 PM, Trinath Somanchi 
trinath.soman...@freescale.commailto:trinath.soman...@freescale.com wrote:
Hi Eugene-

Thanks a lot for the reply.

It's a typo in my email. But then, I have the issue while adding floating IPs.

When I issue the below command,

root@havana:~# neutron floatingip-create net1
404 Not Found

The resource could not be found.

I get this error in neutron server logs

2013-11-12 13:40:30.982 14987 DEBUG routes.middleware [-] No route matched for 
POST /floatingips.json __call__ 
/usr/lib/python2.7/dist-packages/routes/middleware.py:97
2013-11-12 13:40:30.983 14987 DEBUG routes.middleware [-] No route matched for 
POST /floatingips.json __call__ 
/usr/lib/python2.7/dist-packages/routes/middleware.py:97

Is there any thing I missed or worngly configured.

Kindly please help me resolve the same..

Thanking you

--
Trinath Somanchi - B39208
trinath.soman...@freescale.commailto:trinath.soman...@freescale.com | extn: 
4048

From: Eugene Nikanorov 
[mailto:enikano...@mirantis.commailto:enikano...@mirantis.com]
Sent: Tuesday, November 12, 2013 1:31 PM
To: Somanchi Trinath-B39208
Cc: openstack@lists.openstack.orgmailto:openstack@lists.openstack.org
Subject: Re: [Openstack] [Neutron] Unable to create Floating IPs.

Hi,

I believe you have typo in the command, which is floatingip-create, not 
floatingips-create.

Thanks,
Eugene.

On Tue, Nov 12, 2013 at 8:31 AM, Trinath Somanchi 
trinath.soman...@freescale.commailto:trinath.soman...@freescale.com wrote:
Hi Stackers-

With Installation of Openstack Havana in Ubuntu 12.04, I'm unable to create 
Floating IPs which also effects the Instance Creation.

From the CLI, when I execute the command, $ neutron floatingips-create fp1  , 
I get 404 not found error.

In the Neutron Server Side, I get the error No route for method 
/floatingips.json .

Is this a bug ? with neutron.

Kindly help me resolve the issue.

--
Trinath Somanchi - B39208
trinath.soman...@freescale.commailto:trinath.soman...@freescale.com | extn: 
4048


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : 
openstack@lists.openstack.orgmailto:openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] [Neutron] Unable to create Floating IPs.

2013-11-12 Thread Trinath Somanchi
Hi

I was using ML2 Plugin as core-plugin and L3 plugin as service plugin.

Please find the neutron.cong @ http://paste.openstack.org/show/51936/



--
Trinath Somanchi - B39208
trinath.soman...@freescale.com | extn: 4048

From: Eugene Nikanorov [mailto:enikano...@mirantis.com]
Sent: Tuesday, November 12, 2013 2:37 PM
To: Somanchi Trinath-B39208
Cc: openstack@lists.openstack.org
Subject: Re: [Openstack] [Neutron] Unable to create Floating IPs.

What plugin are you using?
Can you post neutron.conf to paste.openstack.orghttp://paste.openstack.org?
From the extension list it's clear that router extension is missing (it's the 
extension  that allows you to create floating ips)

Thanks,
Eugene.

On Tue, Nov 12, 2013 at 12:51 PM, Trinath Somanchi 
trinath.soman...@freescale.commailto:trinath.soman...@freescale.com wrote:
Hi Eugene-

Here is the output for the command neutron ext-list

root@havana:~# neutron ext-list
+---+--+
| alias | name |
+---+--+
| security-group| security-group   |
| external-net  | Neutron external network |
| binding   | Port Binding |
| quotas| Quota management support |
| agent | agent|
| dhcp_agent_scheduler  | DHCP Agent Scheduler |
| provider  | Provider Network |
| multi-provider| Multi Provider Network   |
| allowed-address-pairs | Allowed Address Pairs|
| extra_dhcp_opt| Neutron Extra DHCP opts  |
+---+--+

Is there anything I missed with.. kingly guide me..

Thanking you

--
Trinath Somanchi - B39208
trinath.soman...@freescale.commailto:trinath.soman...@freescale.com | extn: 
4048

From: Eugene Nikanorov 
[mailto:enikano...@mirantis.commailto:enikano...@mirantis.com]
Sent: Tuesday, November 12, 2013 2:00 PM

To: Somanchi Trinath-B39208
Cc: openstack@lists.openstack.orgmailto:openstack@lists.openstack.org
Subject: Re: [Openstack] [Neutron] Unable to create Floating IPs.

What is the output of `neutron ext-list` command?
Also, could you run neutron with -v option?

Thanks,
Eugene.

On Tue, Nov 12, 2013 at 12:05 PM, Trinath Somanchi 
trinath.soman...@freescale.commailto:trinath.soman...@freescale.com wrote:
Hi Eugene-

Thanks a lot for the reply.

It's a typo in my email. But then, I have the issue while adding floating IPs.

When I issue the below command,

root@havana:~# neutron floatingip-create net1
404 Not Found

The resource could not be found.

I get this error in neutron server logs

2013-11-12 13:40:30.982 14987 DEBUG routes.middleware [-] No route matched for 
POST /floatingips.json __call__ 
/usr/lib/python2.7/dist-packages/routes/middleware.py:97
2013-11-12 13:40:30.983 14987 DEBUG routes.middleware [-] No route matched for 
POST /floatingips.json __call__ 
/usr/lib/python2.7/dist-packages/routes/middleware.py:97

Is there any thing I missed or worngly configured.

Kindly please help me resolve the same..

Thanking you

--
Trinath Somanchi - B39208
trinath.soman...@freescale.commailto:trinath.soman...@freescale.com | extn: 
4048

From: Eugene Nikanorov 
[mailto:enikano...@mirantis.commailto:enikano...@mirantis.com]
Sent: Tuesday, November 12, 2013 1:31 PM
To: Somanchi Trinath-B39208
Cc: openstack@lists.openstack.orgmailto:openstack@lists.openstack.org
Subject: Re: [Openstack] [Neutron] Unable to create Floating IPs.

Hi,

I believe you have typo in the command, which is floatingip-create, not 
floatingips-create.

Thanks,
Eugene.

On Tue, Nov 12, 2013 at 8:31 AM, Trinath Somanchi 
trinath.soman...@freescale.commailto:trinath.soman...@freescale.com wrote:
Hi Stackers-

With Installation of Openstack Havana in Ubuntu 12.04, I'm unable to create 
Floating IPs which also effects the Instance Creation.

From the CLI, when I execute the command, $ neutron floatingips-create fp1  , 
I get 404 not found error.

In the Neutron Server Side, I get the error No route for method 
/floatingips.json .

Is this a bug ? with neutron.

Kindly help me resolve the issue.

--
Trinath Somanchi - B39208
trinath.soman...@freescale.commailto:trinath.soman...@freescale.com | extn: 
4048


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : 
openstack@lists.openstack.orgmailto:openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack



___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] [Neutron] Unable to create Floating IPs.

2013-11-12 Thread Trinath Somanchi
Hi-

Please find the neutron server log @ Paste 
http://paste.openstack.org/show/51954/



--
Trinath Somanchi - B39208
trinath.soman...@freescale.com | extn: 4048

From: Eugene Nikanorov [mailto:enikano...@mirantis.com]
Sent: Tuesday, November 12, 2013 3:18 PM
To: Oleg Bondarev
Cc: Somanchi Trinath-B39208; openstack@lists.openstack.org
Subject: Re: [Openstack] [Neutron] Unable to create Floating IPs.

Could you please post a portion of neutron-server logs to 
paste.openstack.orghttp://paste.openstack.org?
neutron.conf seems to be correct: l3 plugin is present, so router extension 
should be supported.
In first several hundreds of lines should contain loading of router extension 
and why it was or was not loaded.

Thanks,
Eugene.
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[openstack-dev] [Openstack][Neutron] Server restart failes when configured with ML2 (BugID: 1210236)

2013-11-05 Thread Trinath Somanchi
Hi -

I configured Neutron with ML2 configuration. When I restart the service, the 
Neutron server fails with the following error.

2013-11-05 15:37:08.572 14048 INFO neutron.common.config [-] Config paste file: 
/etc/neutron/api-paste.ini
2013-11-05 15:37:08.574 14048 ERROR neutron.common.config [-] Unable to load 
quantum from configuration file /etc/neutron/api-paste.ini.
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config Traceback (most 
recent call last):
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config   File 
/usr/lib/python2.7/dist-packages/neutron/common/config.py, line 144, in 
load_paste_app
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config app = 
deploy.loadapp(config:%s % config_path, name=app_name)
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config   File 
/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 247, in 
loadapp
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config return 
loadobj(APP, uri, name=name, **kw)
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config   File 
/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 271, in 
loadobj
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config 
global_conf=global_conf)
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config   File 
/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 296, in 
loadcontext
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config 
global_conf=global_conf)
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config   File 
/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 320, in 
_loadconfig
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config return 
loader.get_context(object_type, name, global_conf)
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config   File 
/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 408, in 
get_context
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config object_type, 
name=name)
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config   File 
/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 587, in 
find_config_section
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config self.filename))
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config LookupError: No 
section 'quantum' (prefixed by 'app' or 'application' or 'composite' or 
'composit' or 'pipeline' or 'filter-app') found in config 
/etc/neutron/api-paste.ini
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config
2013-11-05 15:37:08.575 14048 ERROR neutron.service [-] Unrecoverable error: 
please check log for details.
2013-11-05 15:37:08.575 14048 TRACE neutron.service Traceback (most recent call 
last):
2013-11-05 15:37:08.575 14048 TRACE neutron.service   File 
/usr/lib/python2.7/dist-packages/neutron/service.py, line 100, in serve_wsgi
2013-11-05 15:37:08.575 14048 TRACE neutron.service service.start()
2013-11-05 15:37:08.575 14048 TRACE neutron.service   File 
/usr/lib/python2.7/dist-packages/neutron/service.py, line 65, in start
2013-11-05 15:37:08.575 14048 TRACE neutron.service self.wsgi_app = 
_run_wsgi(self.app_name)
2013-11-05 15:37:08.575 14048 TRACE neutron.service   File 
/usr/lib/python2.7/dist-packages/neutron/service.py, line 109, in _run_wsgi
2013-11-05 15:37:08.575 14048 TRACE neutron.service app = 
config.load_paste_app(app_name)
2013-11-05 15:37:08.575 14048 TRACE neutron.service   File 
/usr/lib/python2.7/dist-packages/neutron/common/config.py, line 151, in 
load_paste_app
2013-11-05 15:37:08.575 14048 TRACE neutron.service raise RuntimeError(msg)
2013-11-05 15:37:08.575 14048 TRACE neutron.service RuntimeError: Unable to 
load quantum from configuration file /etc/neutron/api-paste.ini.
2013-11-05 15:37:08.575 14048 TRACE neutron.service


From Launchpad bugs, I noticed this is a Bug, with ID: 
https://bugs.launchpad.net/neutron/+bug/1210236

Kindly help me how to fix this issue.

Thanking you,

--
Trinath Somanchi - B39208
trinath.soman...@freescale.com | extn: 4048

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[Openstack] [Neutron] Server restart failes when configured with ML2 (BugID: 1210236)

2013-11-05 Thread Trinath Somanchi
Hi -

I configured Neutron with ML2 configuration. When I restart the service, the 
Neutron server fails with the following error.

2013-11-05 15:37:08.572 14048 INFO neutron.common.config [-] Config paste file: 
/etc/neutron/api-paste.ini
2013-11-05 15:37:08.574 14048 ERROR neutron.common.config [-] Unable to load 
quantum from configuration file /etc/neutron/api-paste.ini.
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config Traceback (most 
recent call last):
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config   File 
/usr/lib/python2.7/dist-packages/neutron/common/config.py, line 144, in 
load_paste_app
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config app = 
deploy.loadapp(config:%s % config_path, name=app_name)
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config   File 
/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 247, in 
loadapp
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config return 
loadobj(APP, uri, name=name, **kw)
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config   File 
/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 271, in 
loadobj
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config 
global_conf=global_conf)
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config   File 
/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 296, in 
loadcontext
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config 
global_conf=global_conf)
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config   File 
/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 320, in 
_loadconfig
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config return 
loader.get_context(object_type, name, global_conf)
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config   File 
/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 408, in 
get_context
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config object_type, 
name=name)
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config   File 
/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 587, in 
find_config_section
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config self.filename))
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config LookupError: No 
section 'quantum' (prefixed by 'app' or 'application' or 'composite' or 
'composit' or 'pipeline' or 'filter-app') found in config 
/etc/neutron/api-paste.ini
2013-11-05 15:37:08.574 14048 TRACE neutron.common.config
2013-11-05 15:37:08.575 14048 ERROR neutron.service [-] Unrecoverable error: 
please check log for details.
2013-11-05 15:37:08.575 14048 TRACE neutron.service Traceback (most recent call 
last):
2013-11-05 15:37:08.575 14048 TRACE neutron.service   File 
/usr/lib/python2.7/dist-packages/neutron/service.py, line 100, in serve_wsgi
2013-11-05 15:37:08.575 14048 TRACE neutron.service service.start()
2013-11-05 15:37:08.575 14048 TRACE neutron.service   File 
/usr/lib/python2.7/dist-packages/neutron/service.py, line 65, in start
2013-11-05 15:37:08.575 14048 TRACE neutron.service self.wsgi_app = 
_run_wsgi(self.app_name)
2013-11-05 15:37:08.575 14048 TRACE neutron.service   File 
/usr/lib/python2.7/dist-packages/neutron/service.py, line 109, in _run_wsgi
2013-11-05 15:37:08.575 14048 TRACE neutron.service app = 
config.load_paste_app(app_name)
2013-11-05 15:37:08.575 14048 TRACE neutron.service   File 
/usr/lib/python2.7/dist-packages/neutron/common/config.py, line 151, in 
load_paste_app
2013-11-05 15:37:08.575 14048 TRACE neutron.service raise RuntimeError(msg)
2013-11-05 15:37:08.575 14048 TRACE neutron.service RuntimeError: Unable to 
load quantum from configuration file /etc/neutron/api-paste.ini.
2013-11-05 15:37:08.575 14048 TRACE neutron.service


From Launchpad bugs, I noticed this is a Bug, with ID: 
https://bugs.launchpad.net/neutron/+bug/1210236

Kindly help me how to fix this issue.

Thanking you,

--
Trinath Somanchi - B39208
trinath.soman...@freescale.com | extn: 4048

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack