Re: [openstack-dev] [Openstack-dev] [Congress] [Designate]

2017-06-15 Thread Tim Hinrichs
This error happens happens when the translator thinks there's an object/dictionary when in actuality there's just a string. I don't know of a good way to know where in the translator the problem is, other than simplifying the input and the translator and rerunning (which you're already doing).

Re: [openstack-dev] [Openstack-dev] [Congress] [Designate]

2017-06-15 Thread Eric K
Development Mailing List (not for usage questions)" <openstack-dev@lists.openstack.org> Date: Thursday, June 15, 2017 at 12:51 AM To: <openstack-dev@lists.openstack.org> Subject: [openstack-dev] [Openstack-dev] [Congress] [Designate] > Hi everyone, > I wrote a congress d

[openstack-dev] [Openstack-dev] [Congress] [Designate]

2017-06-15 Thread Carmine Annunziata
Hi everyone, I wrote a congress datasource driver and its unit test for designate, but i got the following errors in the method test_update_from_datasource. It's something wrong in the translation. Here is the traceback: File "congress/tests/datasources/test_designate_driver.py", line 34, in

[openstack-dev] [openstack-dev[[Congress]

2014-09-17 Thread Madhu Mohan
Hi Congress Team, Has anyone tried writing policies with Builtin operators like gt(), lt(). I see the class CongressBuiltinCategoryMap() to add/update the start map defined in the same file. However, these classes are never referred in any part of the code. So clearly, I can assume Congress