proof needs to support metadata.yaml `terms` key #190

Closed
AdamIsrael opened this Issue Apr 20, 2016 · 1 comment

Comments

Projects
None yet
2 participants
Contributor

AdamIsrael commented Apr 20, 2016

charm proof needs to recognize the metadata key term:

name: terms1
summary: "That's a dummy charm with terms."
description: |
    This is a longer description which
    potentially contains multiple lines.
terms: ["lorem-ipsum/1"]

@marcoceppi marcoceppi added this to the 2.1.PATCH milestone Apr 20, 2016

@AdamIsrael AdamIsrael self-assigned this Apr 20, 2016

@marcoceppi marcoceppi modified the milestones: 2.1.PATCH, 2.1.3 May 1, 2016

Contributor

AdamIsrael commented May 3, 2016

Pull request #204 addresses this issue.

@marcoceppi marcoceppi closed this in cbe521c May 4, 2016

marcoceppi added a commit that referenced this issue Aug 22, 2016

#204: Add support for `terms` and `resources` keys in metadata.yaml (f…
…ixes #190)

* Add support for metakeys `terms` and `resources` as introduced in Juju 2.0
* Add mock tests for resources and terms metadata keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment