Merge ~hloeung/influxdb-charm:master into influxdb-charm:master
Proposed by
Haw Loeung
Status: | Rejected |
---|---|
Rejected by: | Haw Loeung |
Proposed branch: | ~hloeung/influxdb-charm:master |
Merge into: | influxdb-charm:master |
Diff against target: |
134 lines (+31/-8) 5 files modified
actions/create-database (+7/-2) actions/create-user (+7/-2) actions/grant-privilege (+7/-2) layer.yaml (+6/-2) reactive/influxdb.py (+4/-0) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
InfluxDB Charmers | Pending | ||
Review via email: mp+333187@code.staging.launchpad.net |
Description of the change
Don't run configuration parts on update-status hook
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
Is there a decorator we could use for this? It seems a bit unwieldy as is.