Comment 2 for bug 1411661

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-fuelclient (master)

Reviewed: https://review.openstack.org/169702
Committed: https://git.openstack.org/cgit/stackforge/python-fuelclient/commit/?id=150f2b559e6699d84bccb85754ff417de6472771
Submitter: Jenkins
Branch: master

commit 150f2b559e6699d84bccb85754ff417de6472771
Author: Sebastian Kalinowski <email address hidden>
Date: Wed Apr 1 13:09:12 2015 +0200

    Respect format when printing Fuel's VERSION

    * Used Serializer when printing VERSION
    * Format flags are now a mutually exclusive
    * Format is now stored in one parser attribute - before it was
      one boolean attribute per format
    * APIClient.get_fuel_version() now returns Python dict instead of
      formatted YAML
    * added 'consts' file

    Change-Id: I3861dc34aa2838712408bd715e3af48762b9fd9b
    Closes-Bug: #1411661