Re: [openstack-dev] [Congress] Push Type Driver implementation

2016-03-24 Thread Masahito MUROI
I checked it, too. The reason why python client raises error is it expects driver has dict parameter in config field. But the doctor driver has None in the field, then it causes "'NoneType' object has no attribute 'items'". The workaround I think is python client will allow None in the config

Re: [openstack-dev] [Congress] Push Type Driver implementation

2016-03-24 Thread Eric K
ailing List (not for usage questions)" <openstack-dev@lists.openstack.org> Date: Thursday, March 24, 2016 at 10:34 AM To: "OpenStack Development Mailing List (not for usage questions)" <openstack-dev@lists.openstack.org> Subject: Re: [openstack-dev] [Congress] Push

Re: [openstack-dev] [Congress] Push Type Driver implementation

2016-03-24 Thread Tim Hinrichs
I tried the doctorDriver again. This time I was successful! I'm still getting an error when listing the datasources though. I tried updating and installing my client, but no change. // Create the datasource $ openstack congress datasource create doctor doctor

[openstack-dev] [Congress] Push Type Driver implementation

2016-03-19 Thread Masahito MUROI
Hi folks, This[1] is the driver I mentioned at meeting. It is used for OPNFV Doctor[2]. So I plan to push it into master in Newton release, since feature freeze for Mitaka was passed and the schema of its translator is under the discussion. If it's worth to push it in current release to test

Re: [openstack-dev] [Congress] Push Type Driver implementation

2016-03-19 Thread Tim Hinrichs
I tried the doctor driver out. I just added the file to congress/datasources, and set up /etc/congress/congress.conf to include congress.datasources.doctor_driver.DoctorDriver. I could create a new doctor driver, but afterwards I couldn't list all the datasources, and I couldn't push any data to