[openstack-dev] [oslo][osc][cliff][tacker] New release of cmd2 break cliff and tacker client

Doug Hellmann doug at doughellmann.com
Wed Jun 20 15:52:44 UTC 2018


Excerpts from super user's message of 2018-06-20 15:49:25 +0900:
> Hi everyone,
> 
> New release of cmd2 0.9.0 seems to break cliff and python-tackerclient.
> 
> The cmd2 library changed the way it handles parsing input commands. It now
> uses a different library, which means the values passed to the commands are
> no longer PyParsing objects and are instead Statement objects. These
> objects do not have a “parsed” property, so the receiving code needs to
> work with them differently.
> 
> The patch https://review.openstack.org/571524 tries to fix this in the
> places within cliff where it was failing in interactive mode.
> 
> Please consider reviewing this patch and have a new release for cliff so
> that the python-tackerclient pass the py35 tests.
> 
> Thank you,
> Nguyen Hai

That patch is now merged and I have requested a release of cliff
(https://review.openstack.org/576897).

Doug



More information about the OpenStack-dev mailing list