Comment 1 for bug 1614782

Revision history for this message
Nobuto Murata (nobuto) wrote :

FWIW, it would be fixed already. Charm helpers has been changed to match major versions only (7.* in this case).
http://bazaar.launchpad.net/~charm-helpers/charm-helpers/devel/revision/576

Also, neutron-api charm should already have the commit as:
$ git branch --contains 258b7196e8211c4172094c87f5486b700260b835
* master
  stable/16.07

$ git show -s 258b7196e8211c4172094c87f5486b700260b835
commit 258b7196e8211c4172094c87f5486b700260b835
Author: James Page <email address hidden>
Date: Fri May 27 11:14:05 2016 +0100

    Resync charm helpers

    Add support for OpenStack Newton and Ocata.

    Rework version detection code to just match on major version for
    OpenStack projects using semantic versioning.

    Provide fallback version detection based on major.minor versions
    for swift packages.

    Rework config-flags support helpers.

    Fix is_ip function to correctly detect both IPv4 and IPv6 addresses.

    Change-Id: I52dcf27d1028057492b7db6e63ff3ada87b726da