2 Commits

Author SHA1 Message Date
David Ames
0d307a7818 Pre-release charm-helpers sync 17.02
Get each charm up to date with lp:charm-helpers for release testing.

Change-Id: Ib899b4d5fdc389956f840256fa545e229c92875c
2017-02-14 14:56:12 -08:00
James Page
2a3b0857b6 Add support for application version
Juju 2.0 provides support for display of the version of
an application deployed by a charm in juju status.

Insert the os_application_version_set function into the
existing assess_status function - this gets called after
all hook executions, and periodically after that, so any
changes in package versions due to normal system updates
will also be reflected in the status output.

This review also includes a resync of charm-helpers to
pickup hookenv and contrib.openstack support for this
feature.

Change-Id: I81013c7ced18a5d21dc151b023c0656f7300f58f
2016-09-20 12:45:17 +01:00