Re: [Openstack] Best Way to Install Openstack

2015-02-17 Thread Venu Murthy
While it depends on what you want to do, I find Redhat RDO to be the best to go ahead with. https://openstack.redhat.com/Quickstart Best regards, Venu [image: ThoughtWorks] --- *“Excellence is never an accident. It is always the result of high intention, sincere ef

[Openstack] [Neutron] How to consume my own OpenDayLight NB API from Neutron ML2 Mechanisam Driver

2015-02-17 Thread Abdul Rasheed Shaik
Dear All, I have some NB APIs from the OpenDayLight Controller, which I want to consume from my ML2 plug-in mechanism driver. But the OpenStack has only standard CRUD NB API NETWORK/SUBNET/PORTS. Since my ODL API needs different input parameters than, that the standard OpenStack NB APIs. So, I

[Openstack] Keystone: Get Project List not working with domain admin token

2015-02-17 Thread Ratnadeep Bhattacharjee
I have set up my openstack environment with V3 Keystone domains enabled after reading a few blogs (notably this one: http://www.florentflament.com/blog/setting-keystone-v3-domains.html). I am not able to get the list of projects in a given domain when querying as the domain admin. Below are the

Re: [Openstack] [Neutron] test_mechanism_odl

2015-02-17 Thread Akihiro Motoki
I think Neutron developer docs helps you. http://docs.openstack.org/developer/neutron/devref/development.environment.html#running-individual-tests 2015年2月17日火曜日、Naresh Kumarさんは書きました: > Hi, > My Devstack doesn't have this module? Why I am getting module not found > error while running the test f

[Openstack] How to consume my own OpenDayLight NB API from Neutron ML2 Mechanisam Driver

2015-02-17 Thread Abdul Rasheed Shaik
Dear All, I have some NB APIs from the OpenDayLight Controller, which I want to consume from my ML2 plug-in mechanism driver. But the OpenStack has only standard CRUD NB API NETWORK/SUBNET/PORTS. Since my ODL API needs different input parameters than, that the standard OpenStack NB APIs. So, I

Re: [Openstack] [Neutron] test_mechanism_odl

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

Re: [Openstack] [Neutron] test_mechanism_odl

2015-02-17 Thread Kevin Benton
Mock is a library used to monkey patch parts of objects and inspect the calls and attribute accesses made. It's frequently used in unit tests to verify the side effects of an operation. http://www.voidspace.org.uk/python/mock/ On Feb 17, 2015 1:13 AM, "Naresh Kumar" wrote: > Hi, > I added a mec

[Openstack] [Neutron] test_mechanism_odl

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