Re: [openstack-dev] [devstack] Installation problem

2015-01-26 Thread Rajdeep Dua
, Jan 26, 2015 at 7:33 PM, Abhishek Shrivastava abhis...@cloudbyte.com wrote: Hi Rajdeep, Can you please send the details of how are you trying to install the latest devstack and complete log so that it will be easy to now where are you failing. On Mon, Jan 26, 2015 at 4:56 PM, Rajdeep Dua

[openstack-dev] [devstack] Installation problem

2015-01-26 Thread Rajdeep Dua
Getting following exception on latest devstack installation. Please let me know how to resolve this. Thanks Rajdeep + /usr/local/bin/glance-manage db_sync Traceback (most recent call last): File /usr/local/bin/glance-manage, line 9, in module load_entry_point('glance==2015.1.dev24',

Re: [openstack-dev] Problem installing devstack

2015-01-06 Thread Rajdeep Dua
Thanks for the responses RECLONE=yes worked for me. On Tue, Jan 6, 2015 at 11:14 AM, Dr. Jens Rosenboom j.rosenb...@x-ion.de wrote: Am 06/01/15 um 04:40 schrieb Rajdeep Dua: Getting this error while running stack.sh in devstack Could not find a version that satisfies the requirement

Re: [openstack-dev] Problem installing devstack

2015-01-05 Thread Rajdeep Dua
Thanks for the response, in my case i am still getting the same error.. On Tue, Jan 6, 2015 at 9:28 AM, Ken'ichi Ohmichi ken1ohmi...@gmail.com wrote: 2015-01-06 12:40 GMT+09:00 Rajdeep Dua rajdeep@gmail.com: Getting this error while running stack.sh in devstack Could not find

[openstack-dev] Problem installing devstack

2015-01-05 Thread Rajdeep Dua
Getting this error while running stack.sh in devstack Could not find a version that satisfies the requirement SQLAlchemy=0.8.99,=0.9.99,=0.8.4,=0.9.7 (from keystone==2014.2.dev114) (from versions: 0.4.2p3, 0.4.7p1, 0.5.4p1, 0.5.4p2, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.2.0,

[openstack-dev] [devstack] Mysql issue

2014-10-20 Thread Rajdeep Dua
Facing this issue on trying to start a devstack installation Tried with an existing as well as new installation. 42201 CRITICAL keystone [-] DBConnectionError: (OperationalError) (2013, 'Lost connection to MySQL server during query') 'ALTER TABLE domain ADD CONSTRAINT ixu_domain_name UNIQUE

Re: [openstack-dev] [devstack] Mysql issue

2014-10-20 Thread Rajdeep Dua
today and did not run into any issue as you mentioned. Can you give more information about your installation? localrc contents would help Best Regards, Swapnil Kulkarni irc : coolsvap On Mon, Oct 20, 2014 at 1:03 PM, Rajdeep Dua rajdeep@gmail.com wrote: Facing this issue on trying

[openstack-dev] [horizon] Passing multiple values in table.Column in Horizon DataTable

2014-10-19 Thread Rajdeep Dua
Hi, I need to pass two values in the link generated from the table.Column as shown below. class DatasourcesTablesTable(tables.DataTable): data_source = tables.Column(column1, verbose_name=_(Column1)) id = tables.Column(id, verbose_name=_(ID),

[openstack-dev] [horizon] link element in column of a table

2014-10-02 Thread Rajdeep Dua
Hi, I am trying to extend the DataTable column. Trying to figure out how exactly it resolves the appropriate html page. My code below from horizon import tables class MyTable(tables.DataTable): id = tables.Column(id, verbose_name=_(ID),

Re: [openstack-dev] [Congress] Nominating Aaron Rosen for congress-core

2014-09-18 Thread Rajdeep Dua
+1 On Fri, Sep 12, 2014 at 12:14 PM, Tim Hinrichs thinri...@vmware.com wrote: +1 Tim On Sep 12, 2014, at 11:47 AM, Sean Roberts seanrobert...@gmail.com wrote: +1 ~sean On Sep 12, 2014, at 11:28 AM, Peter Balland pball...@vmware.com wrote: Hello, I would like to nominate

[openstack-dev] [Horizon]Dev environment default login

2014-09-11 Thread Rajdeep Dua
Hi, I have setup a local dev environment with a custom dashboard using instructions below http://docs.openstack.org/developer/horizon/topics/tutorial.html Horizon started using ./run_tests.sh --runserver 0.0.0.0:8877 What is the default password for admin login? Note : it is not pointing to any

[openstack-dev] [congress] Jenkins failure

2014-08-18 Thread Rajdeep Dua
One of my CL - updation of README.rst seems to be failing jenkins https://review.openstack.org/#/c/114896/1 Any idea how to get this passed? Thanks Rajdeep ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org

Re: [openstack-dev] [congress] Jenkins failure

2014-08-18 Thread Rajdeep Dua
and upload a new patchset. Rebase and commit? On Tue, Aug 19, 2014 at 12:10 AM, Rajdeep Dua rajdeep@gmail.com wrote: One of my CL - updation of README.rst seems to be failing jenkins https://review.openstack.org/#/c/114896/1 Any idea how to get this passed? Thanks Rajdeep

Re: [openstack-dev] [Congress] congress-server fails to start

2014-08-11 Thread Rajdeep Dua
requirements.txt’. - Peter From: Rajdeep Dua rajdeep@gmail.com Reply-To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Date: Monday, August 11, 2014 at 11:27 AM To: OpenStack Development Mailing List (not for usage questions) openstack-dev

Re: [openstack-dev] [Congress] data-source renovation

2014-08-01 Thread Rajdeep Dua
Option 2 looks like a better idea keeping in mind the data model consistency with Neutron/Nova. Could we write something similar to a view which becomes a layer on top if this data model? On Wed, Jul 30, 2014 at 3:33 AM, Tim Hinrichs thinri...@vmware.com wrote: Hi all, As I mentioned in a

[openstack-dev] [openstack][docs][user-guide]

2014-04-09 Thread Rajdeep Dua
Added some more samples to the Python SDK waiting for review from core reviewer https://review.openstack.org/#/c/85993/ Thanks Rajdeep ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org

Re: [openstack-dev] [OpenStack][neutron][docs] netconn-api doc - adding a new chapter

2014-04-05 Thread Rajdeep Dua
/14 11:11, Rajdeep Dua wrote: I was trying to modify netconn-api docs with a new chapter. Added a file in v2.0/ch_neutron_python_client.xml modified: v2.0/neutron-api-guide.xml by adding the following line xi:include href=ch_neutron_python_client.xml/ It gives a compilation error

[openstack-dev] [OpenStack][neutron][docs] netconn-api doc - adding a new chapter

2014-04-03 Thread Rajdeep Dua
I was trying to modify netconn-api docs with a new chapter. Added a file in v2.0/ch_neutron_python_client.xml modified: v2.0/neutron-api-guide.xml by adding the following line xi:include href=ch_neutron_python_client.xml/ It gives a compilation error on executing mvn generate-sources

Re: [openstack-dev] [Neutron] Using Python-Neutronclient from Python - docstrings needed?

2014-03-26 Thread Rajdeep Dua
Thanks, will take a look On Tuesday, March 25, 2014 11:33 PM, Collins, Sean sean_colli...@cable.comcast.com wrote: On Fri, Mar 21, 2014 at 08:35:05PM EDT, Rajdeep Dua wrote: Sean, If you can point me to the project file in github which needs to be modified , i will include these docs

Re: [openstack-dev] [Neutron] Using Python-Neutronclient from Python - docstrings needed?

2014-03-21 Thread Rajdeep Dua
start, perhaps we could add these as examples underneath the JSON request/reponse in http://api.openstack.org/api-ref-networking.html Sean M. Collins From: Rajdeep Dua [dua_rajd...@yahoo.com] Sent: Saturday, February 08, 2014 11:10 PM To: OpenStack

Re: [openstack-dev] [Congress][Data Integration]

2014-03-13 Thread Rajdeep Dua
services can be represented as a collection of tables in a reasonable way. You're asking good questions here. More responses inline. Tim -- *From: *Rajdeep Dua rajdeep@gmail.com *To: *openstack-dev@lists.openstack.org *Sent: *Wednesday, March 12, 2014 11

[openstack-dev] [Congress][Data Integration]

2014-03-12 Thread Rajdeep Dua
Need some guidance on how to convert nested types into flat tuples. Also should we reorder the tuple values in a particular sequence? Thanks Rajdeep As an example i have shown networks and ports tuples with some nested types networks - tuple format --- keys (for reference)

[openstack-dev] [Congress] Design doc for Data sources

2014-02-27 Thread Rajdeep Dua
Updated the Neutron tables based on the example. It will be great if we have similar file for keystone and nova as well https://docs.google.com/document/d/1K9RkQuBSPN7Z2TmKfok7mw3E24otEGo8Pnsemxd5544/edit Thanks Rajdeep ___ OpenStack-dev mailing list

Re: [openstack-dev] [Neutron] Using Python-Neutronclient from Python - docstrings needed?

2014-02-09 Thread Rajdeep Dua
could add these as examples underneath the JSON request/reponse in http://api.openstack.org/api-ref-networking.html Sean M. Collins From: Rajdeep Dua [dua_rajd...@yahoo.com] Sent: Saturday, February 08, 2014 11:10 PM To: OpenStack Development Mailing List

Re: [openstack-dev] [Neutron] Using Python-Neutronclient from Python - docstrings needed?

2014-02-08 Thread Rajdeep Dua
Sean, We have written a few docs for writing these samples http://python-api-guide.cfapps.io/content/neutron.html You can find get the source here https://github.com/rajdeepd/openstack-samples Thanks Rajdeep On Sunday, February 9, 2014 12:57 AM, Collins, Sean

[openstack-dev] [solum] Issues in running tests

2014-02-02 Thread Rajdeep Dua
Hi, I am facing some errors running tests in a fresh installation of solum $tox -e py27 gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/home/hadoop/work/openstack/solum-2/solum/.tox/py27/build/lxml/src/lxml/includes -I/usr/include/python2.7

Re: [openstack-dev] [solum] Issues in running tests

2014-02-02 Thread Rajdeep Dua
, see  http://stackoverflow.com/questions/6504810/how-to-install-lxml-on-ubuntu/6504860#6504860 Julien 2014-02-02 Rajdeep Dua dua_rajd...@yahoo.com: Hi, I am facing some errors running tests in a fresh installation of solum $tox -e py27 gcc -pthread -fno-strict-aliasing -DNDEBUG -g

Re: [openstack-dev] [oslo] VMware tools in oslo-incubator or straight to oslo.vmware

2014-01-28 Thread Rajdeep Dua
It might be more useful to make it a generic library which is used by relevant Openstack libraries On Wednesday, January 29, 2014 3:36 AM, Donald Stufft don...@stufft.io wrote: On Jan 28, 2014, at 5:01 PM, Julien Danjou jul...@danjou.info wrote: On Tue, Jan 28 2014, Doug Hellmann wrote:

Re: [openstack-dev] [Solum] Proposed changes to solum-core

2014-01-27 Thread Rajdeep Dua
Congrats new reviewers On Tuesday, January 28, 2014 8:54 AM, Noorul Islam Kamal Malmiyoda noo...@noorul.com wrote: On Tue, Jan 28, 2014 at 2:30 AM, Adrian Otto adrian.o...@rackspace.com wrote: Solum Core Reviewers, Thanks everyone for your feedback. I have made the adjustments. Welcome to

Re: [openstack-dev] [Solum] SFO Design Workshop

2013-11-18 Thread Rajdeep Dua
Do we need to register on event brite if joining over IRC / Google Hangout? On Saturday, November 16, 2013 3:43 AM, Roshan Agrawal roshan.agra...@rackspace.com wrote: We are all set for the Solum design workshops at SFO on Nov 19,20. The etherpad page below has schedule and agenda details

Re: [openstack-dev] [Solum]: Welcome to the community site for Solum !!

2013-11-11 Thread Rajdeep Dua
Congrats! On Monday, November 11, 2013 11:51 PM, Russell Bryant rbry...@redhat.com wrote: On 11/11/2013 01:05 PM, Roshan Agrawal wrote: One nit, instead of linking to github, it would be better to link to OpenStack's git interface since that's what we're trying to provide as the