9b10aded8363aa23548a3841a9aa1d9778533b30
The congress-server previously returned the status api response as:
{'results': [{'last_updated': 'now'}, {'last_error': 'foo'}]} though
it would be better if it returned it as:
{'last_updated': 'now', 'last_error': 'foo'}. This patch fixes the client
side of this api call and also corrects the cli command to say show over list.
There is also a server side patch as well that is required for this.
Change-Id: I869d74fac424e608ceeca1984eef9ae73c38dd42
python-congressclient
Client for Congress
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/python-congressclient
- Source: http://git.openstack.org/cgit/stackforge/python-congressclient
- Bugs: http://bugs.launchpad.net/python-congressclient
Features
- TODO
Description