Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Check that resource names are valid #300
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cjwatson commentedJan 17, 2017
Checklist
What version am I running?
I ran the following command:
charm versionand got the following ouput:I am using: Ubuntu 16.04 LTS
Issue/Feature
I expect/expected the following
charm proofshould check that resource names are valid.What I got
I spent some time trying to debug a mysteriously-failing
juju deploy. Eventually I found the following log entry:The charm's
metadata.yamlwas as follows:However,
charm proofonly emitted the following informative message, with no errors:I think that
charm proofshould have told me that the resource name I'd chosen was invalid.